OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: Fred Tomke on February 11, 2010, 09:02:54 AM

Title: dcl_delayedinvoke
Post by: Fred Tomke on February 11, 2010, 09:02:54 AM
Hello,

am I right that it is not possible to use dcl_delayedinvoke at runtime of a modal form. I want to animate the changing of a control's position in a modal form. Unfortunately, all the commands are invoked after closing the modal form.

Fred
Title: Re: dcl_delayedinvoke
Post by: owenwengerd on February 11, 2010, 10:46:33 AM
It might be possible to perform special handling such that the invoked function is called synchronously when a modal dialog is active, but it would require some changes in the way the dcl_DelayedInvoke function works.
Title: Re: dcl_delayedinvoke
Post by: Fred Tomke on February 11, 2010, 12:02:25 PM
Hm shall I add it to the new feature tracker @sourceforge?

Fred
Title: Re: dcl_delayedinvoke
Post by: owenwengerd on February 11, 2010, 01:49:20 PM
Yes, and it would be nice if you could attach a simple project that I can use as a test bed.