Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What exactly is Autoyield
Message
De
18/12/2001 10:00:10
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00595364
Message ID:
00595580
Vues:
24
>>>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,

Thanks for that! I didn't know that function existed.

Renoir
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform