Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Out of Alignment....
Message
De
04/02/2002 18:24:27
 
 
À
04/02/2002 18:05:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00615134
Message ID:
00615147
Vues:
17
This possible solution is time/resource consuming , but you might try adding a procedure to your form.resize event which repositions/resizes your objects , possibly something like
thisform.control1.left= nAlign*thisform.left
where nAlign is your computed align constant.Basically , you manually align the objects .

Also , to reduce the time taken to repaint the form , you could use a
thisform.lockscreen=.t.
in the form.resize event

and a
thisform.lockscreen=.f.
in the form.mouseup event , to allow the app to repaint the objects .
Robert Munteanu
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform