Jim
2008-11-04 15:35 UTC
I wish to cycle though tabs on tab control using dcl_Tab_SetCurSel in a foreach loop. This works fine except that the child controls of each tab do not display until the routine completes. Is there an open dcl function that will complete the display of each tab before exiting the lisp routine?
fred_tomke
2008-11-04 21:16 UTC
Hello Jim,
try a (dcl_control_forceupdate proj_form_tab) within the loop.
Fred
Jim
2008-11-05 00:52 UTC
Hi fred,
Thanks for sending me in the right direction. dcl_Control_ForceUpdateNow worked great!
Jim
fred_tomke
2008-11-05 09:28 UTC
Hi Jim,
thanks for your reply. I didn't know that it would work. Now I know that.
Thanks,
Fred