Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form Resize
Message
De
18/07/2011 05:00:37
 
 
À
18/07/2011 04:08:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01518416
Message ID:
01518418
Vues:
90
>Hi All,
>
>Is there a way to execute some code after the re-size of the form is complete. i.e. I want to run some code only when the user has finished resizing the form, not during the resizing process.

establish a template pattern

_before()
_doit()
_finished()

in a subclass and add to the _finished method...
as well as a logic not to _doit unless a certain amount of time has passed without calling
_doit in a subclass overwritten at a more "outer" level

< update>or an if surrounding the template.< /update>

HTH

thomas
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform