Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Minimized forms hide behind sidebar form
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00309520
Message ID:
00309615
Vues:
26
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"
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform