Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to determine start and end of form resize
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01179361
Message ID:
01179728
Views:
18
I am too - and that's the issue - I need to set a controls "repaint" to false while the resize is in progress and then back to true when it completes. As you do it and I do do the resize is a series of requests every cyclt of the clock - it looks good! It would be nice if some window API provided a messenger for a mouse down on a form's border. The project could check the mouse pointer for a non-default state (like the "border grabber"). That way the project would know the resize started when the pointer came on and it would know when it ended because the pointer reverted to default!

I guess I want to mix a snap-to atrribute with a real time resize engine.

Thanks!

>I do some calcs in the Resize method of the form.
>
>Cyril
>
>>My project requires a process be run when a form resize starts, and another process when it ends.
>>
>>My hope was that a form mouse down would fire but it seems not to be available when the mouse pointer changes to the resize "arrows".
>>
>>I also looked at the HELP BINDEVENTS using the _SCREEN resize example but it seems to call the "delegate" resize through the entire resize event (while the mouse is down.
>>
>>If there is a way to assess a process at "the beginning of" and "at the end", but "not during" the form's resize.
>>
>>I haven't yet shoppeded for an API message service.
>>
>>AHA!
Imagination is more important than knowledge
Previous
Reply
Map
View

Click here to load this message in the networking platform