2008-02-26 20:37 UTC
In the latest Alpha build (5.0.0.6) there's a new sample file that show how to move & resize a form after it's been shown.
In version 4.1 & earlier it wasn't possible to move a form after it was shown.
In 5.0 a new function (dcl_Form_SetPos) was added that now makes this possible.
Also the new function (dcl_DelayedInvoke) was used to animate the movement of the form.
See the "FormMover.lsp" or hit the "Mover" button on the MasterDemo form.
This new sample shows 3 different behaviors:
1. Moving a form to different locations on the screen after show.
2. Animated Min./Max. a form to the bottom left corner of the screen.
3. Expand\Collapse (I.E. resize) a form to show more options.
[attachment deleted by admin]
In version 4.1 & earlier it wasn't possible to move a form after it was shown.
In 5.0 a new function (dcl_Form_SetPos) was added that now makes this possible.
Also the new function (dcl_DelayedInvoke) was used to animate the movement of the form.
See the "FormMover.lsp" or hit the "Mover" button on the MasterDemo form.
This new sample shows 3 different behaviors:
1. Moving a form to different locations on the screen after show.
2. Animated Min./Max. a form to the bottom left corner of the screen.
3. Expand\Collapse (I.E. resize) a form to show more options.
[attachment deleted by admin]