Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Capturing _SCREEN resizing
Message
From
14/11/2001 06:27:45
 
 
To
14/11/2001 06:18:01
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00581389
Message ID:
00581392
Views:
24
I very recently asked the same question, the answer is to create a custom class (in code) eg :
DEFINE CLASS Resizer AS Custom
     oScreen = _Screen

     PROCEDURE oScreen.Resize
          *Resize Code Here
     ENDPROC
ENDDEFINE
Then _Screen.AddObject("oResizer", "oResizer")

HTH
Kev


>Is there any simple way to capture _SCREEN resizing?
>
>I would like to resize/reposition in-screen forms when a user resizes the _SCREEN object
>
>TIA
>
>Dennis
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform