In Windows you can use Aaron Ballman's, Windows Functionality Suite. There is a little Declare you can use that turns off display updates until you re-enable them again.
On 12/15/06, Michael <[EMAIL PROTECTED]> wrote:
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>
