OpenDCL - Rotate object without closing the form

Started by dioneib, September 26, 2014, 07:18:59 PM

Previous topic - Next topic

dioneib


owenwengerd

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.

roy_043

You have to set the 'Event Invoke' property of the Rotacionar button to Asynchronous.

dioneib

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

owenwengerd

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.