Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Out of Alignment....
Message
From
04/02/2002 18:24:27
 
 
To
04/02/2002 18:05:49
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00615134
Message ID:
00615147
Views:
16
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
Previous
Reply
Map
View

Click here to load this message in the networking platform