On Apr 8, 2006, at 5:39 PM, Jay Rimalrick wrote:
Is there a way to stop static text flicker when you update the text in a while loop. E.g. while(x < 1000) StaticText1.text = str(x) x = x + 1 wend I really get a lot of flicker on this.
On my iMac G5 (2.0 GHz) with the above code in a pushbutton (plus the Dim x As Integer required) all I see is 999 when the button is pressed.
There must be more you are doing. Terry _______________________________________________ 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>
