Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting correct maximized height & width before show()
Message
From
21/12/1999 08:58:47
Isabel Cabanne
Hubbard Woods Software, Inc.
Winnetka, Illinois, United States
 
 
To
20/12/1999 20:12:29
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00306172
Message ID:
00306619
Views:
27
>>I have an activeDoc application with forms set at design to WindowState=2 (maximized). When instantiating the forms, I size controls based on the height and width of the form. However, the maximized height and width of the form are not available until after the show() event, so my controls don't resize properly. Has anyone tackled this problem, and do you have a clean resolution?
>>
>>Thanks.

>One possible esolution is to move certain code to form.activate event, e.g.
>***Form.Init
>This.FirstActivateFlag=.T.
>***Form.Activate
>IF This.FirstActivateFlag=.T.
> This.FirstActivateFlag=.F.
> *** and run your code here
>ENDIF

Thank you. That did what I needed.

Isabel
Previous
Reply
Map
View

Click here to load this message in the networking platform