2009-05-28 19:39 UTC
Hello,
When I use an iterative function when a form is displayed I not able to "refresh" a label control between 2 SetCaption.
For example:
(repeat 10 (myfunc) (dcl_Control_SetCaption Label1 (itoa (setq nb (1+ nb)))))
I attached one screen copy of the label during the iteration.
I tried (dcl_Control_Redraw Label1) before (dcl_Control_SetCaption) but the result is the same.
Thanks for your help.
Copter
When I use an iterative function when a form is displayed I not able to "refresh" a label control between 2 SetCaption.
For example:
(repeat 10 (myfunc) (dcl_Control_SetCaption Label1 (itoa (setq nb (1+ nb)))))
I attached one screen copy of the label during the iteration.
I tried (dcl_Control_Redraw Label1) before (dcl_Control_SetCaption) but the result is the same.
Thanks for your help.
Copter
