Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What exactly is Autoyield
Message
From
18/12/2001 08:45:45
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00595364
Message ID:
00595549
Views:
38
>Stay tuned for:
>"What's lockscreen all about"? :-)

Terry,

Mark already helped with Autoyield, so...

My practical understanding of Lockscreen is that it simply stops or allows the painting of the form and it's contents. For example, I will sometimes put this in the Refresh of a form:
Lockscreen = .T.
   ThisForm.MyObject1.Refresh
   ThisForm.MyObject2.Refresh
   ThisForm.MyObject3.Refresh
   ThisForm.MyObjectN.Refresh
Lockscreen = .F.
This will "pause" the redisplay of the form while specific objects are refreshed to help eliminate flicker.

Renoir
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform