Hi All,
I have a method that, under certain circumstances, will cause a control to flicker. How can I delay redrawing the window till the method is complete.

Tried.

Window.visible =false
....
.....
Window.visible =true

But that was worse.



So, is there something like

Put_All_drawing_on_hold

control1.enabled=true

control1.enabled=false

 control1.enabled=true


do_final_drawing_now (ie draw only the last state of the control.


thanks

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to