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
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.
Hm shall I add it to the new feature tracker @sourceforge?
Fred
Yes, and it would be nice if you could attach a simple project that I can use as a test bed.