Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
_SCREEN.Resize event?
Message
De
17/06/2002 21:06:44
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00669504
Message ID:
00669525
Vues:
9
Wow! Thank you and thanks to Fred. I guess VFP goes around looking for methods called resize, because I didn't see any for _screen.

Alex


>>Is there an event that fires when the main foxpro screen (_SCREEN) is resized?
>
>You can use Fred Taylor's idea from Re: Shortcut menu Thread #491767 Message #492586.
>
_Screen.AddObject("oResizer", "Resizer")
>
>DEFINE CLASS Resizer AS Custom
>     oScreen = _Screen
>
>     PROCEDURE oScreen.Resize
>          *Resize Code Here
>     ENDPROC
>ENDDEFINE
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform