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:
00309535
Views:
17
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
>Hope you are all having a great holiday season!
>
>I am wrapping up an app that uses a sidebar form for basic navigation. Everything looks great, but I am having a problem I can't solve.
>
>When a user minimizes a form in the app, it drops to the bottom left of the Foxpro screen, behind the sidebar form. It's an annoyance more than anything, but we have solved every other problem.
>
>Is there any way to force these minimized tags to the front? Or the sidebar to the back?
>
>Thanks in advance!
kenweber
GCom2 Solutions
Microsoft Certified Professional

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform