Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Minimized forms hide behind sidebar form
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00309520
Message ID:
00309615
Views:
27
Well, I gave that a try.

It changed the behavior of the minimize, but not quite what I expected. Run it through the debugger, it's interesting.

When you set the left, the top will jump to where the window was before it was minimized. When you set the top, the left will jump to where the window was before it was minimized. I can't set both the top and the left.

Any thoughts?


>Hi Bill,
>
>How about changing the minimized position in the form's resize event? You could replace '50' with a reference to the width of your sidebar object.
>
>
* form.resize
>
>if this.windowstate = 1
>	this.left = this.left + 50
>	this.top  = _screen.height-25
>endif
>
Regards,

Bill Dimes

"There's never enough time to do it right the first time, but there's always time to do it over"
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform