Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Capturing _SCREEN resizing
Message
From
14/11/2001 10:14:33
 
 
To
14/11/2001 10:06:45
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00581389
Message ID:
00581492
Views:
31
Dennis

Well, everytime the _Screen is Resized, you could have code in the Resize event to perhaps call your Forms resize and then they could position themselves accordingly.

Is that what you need to achieve ?

Kev

>Kevin
>
>Apologies, my error - the .fxp was not being overwritten from an earlier version - had not saved the preferences.
>
>The following works:-
>
>DEFINE CLASS Resizer AS Custom
> oScreen = _Screen
>
> PROCEDURE oScreen.Resize
> * Code
> ENDPROC
>ENDDEFINE
>
>_Screen.AddObject("oResizer", "Resizer")
>
>Thanks for your patience
>
>I don't understand how you apply this to capture changes to _SCREEN size?
>
>Any help much appreciated
>
>Dennis
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform