On Apr 8, 2006, at 6:07 PM, Jay Rimalrick wrote:

If that's the case you might try disabling
Background tasks.

How would I do this?

Try this:

Dim x As Integer

#pragma BackgroundTasks False// Disable

while(x < 1000)
  StaticText1.text = str(x)
  x = x + 1
wend

#pragma BackgroundTasks True // Enable

Increasing 1000 to higher values just took longer but OSX double buffers so there still was no flicker.

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>

Reply via email to