Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form Resize
Message
From
18/07/2011 05:00:37
 
 
To
18/07/2011 04:08:23
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01518416
Message ID:
01518418
Views:
89
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform