Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What exactly is Autoyield
Message
 
To
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:
00595573
Views:
33
>>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

Just to add: note that .LockScreen does not affect ActiveX controls in your form, as they are separate windows. For them Windows API function LockWindowUpdate() can be used.
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform