OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: dioneib on September 26, 2014, 07:18:59 PM

Title: OpenDCL - Rotate object without closing the form
Post by: dioneib on September 26, 2014, 07:18:59 PM
The description is in the file DOC
Title: Re: OpenDCL - Rotate object without closing the form
Post by: owenwengerd on September 26, 2014, 07:44:09 PM
In your description of the problem you say "It turns out that gives error". What is the error? Please provide the exact error message. I haven't looked at your code, but if you are doing nothing more than rotating a single entity, then your code would be more robust if you use (vla-rotate) instead.
Title: Re: OpenDCL - Rotate object without closing the form
Post by: roy_043 on September 27, 2014, 02:08:47 AM
You have to set the 'Event Invoke' property of the Rotacionar button to Asynchronous.
Title: Re: OpenDCL - Rotate object without closing the form
Post by: dioneib on September 27, 2014, 06:36:20 AM
I did not post "exactly" the error because it was a single line and a single command.
Was solved by changing the "Event Invoke" property to 1-Asynchronous.
Thank you all.
hugs
Dionei
Title: Re: OpenDCL - Rotate object without closing the form
Post by: owenwengerd on September 27, 2014, 12:39:09 PM
Quote from: dioneib on September 27, 2014, 06:36:20 AM
I did not post "exactly" the error because it was a single line and a single command.

I'm glad your problem was resolved, but it would still be helpful if you edit your post and add the error message so that someone else can find this thread when they search the forum for the same error message.