Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form method Dock() and prop Dockable
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01646982
Message ID:
01646984
Views:
57
>Hi,
>If I set (in the INIT method of a form) the method Dock() and Property Dockable as follows:
>
>this.Dockable = 1
>this.Dock(0)
>
>
>The form is opened docked to the top of the main window (this is fine). But the form extends to the entire width of the main window. Even though the property .MaxWidth is set to some smaller number.
>
>Is there a way to stop the window (when Docket up/left/bottom) from extending the width or height to the entire size of the main window?

I decided not to use the .Dock and Docable but instead position the form/window "manually" using the _window.width and _window.height properties.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform