Window won;t maximise (OpenInsight 32-Bit)
At 08 SEP 2004 10:02:36PM Tony Lillyman wrote:
I have any number of forms where when I click the
Maximise button on the top right corner windows goes
thru the motions of Maximising the form (displays the
"exploding" motion BUT the screen stays the same size.
The Maximise control (on the right top border) changes
to a "Resize" control and if I click it the windows
goes thru the motions of resizing back to the "original"
size and the control changes back to "maximise".
Any ideas why??
Thanks
At 09 SEP 2004 01:50AM Donald Bakke wrote:
Tony,
Problems like this are usually due to controls that are anchored and/or autosized and/or positioned too close to the edge of the form and/or positioned outside the visible edge of the form. One or more of these situations can prevent a windows from changing size.
At 09 SEP 2004 07:21PM Tony Lillyman wrote:
Thanks Don
No Luck on that idea yet.
Goto go to the client.
Will look some more when I get back
At 03 NOV 2004 12:55PM Oystein Reigem wrote:
Tony,
Many of my windows behave like that, but that is because I have a SIZE event handler that resets the size to the original value. These are windows I don't want the user to max or size-change.
Just in case you have some SIZE handlers (perhaps a promoted one) you forgot about.
![]()
- Oystein -