Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BUG: Anchors do not work when windowstate = 2
Message
From
30/09/2004 05:13:33
Eyvind W. Axelsen
Profdoc Norge As
Oslo, Norway
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Title:
BUG: Anchors do not work when windowstate = 2
Miscellaneous
Thread ID:
00947437
Message ID:
00947437
Views:
54
When a form with anchored controls is shown Maximized, the controls are not resiszed correctly. Repro code below:

Local loForm As Form
loForm = CreateObject("Testform2")
loForm.WindowState = 2
loForm.Show()
Wait window 'Observe that the edit box is not resized'

DEFINE CLASS testform2 AS form


DoCreate = .T.
Caption = "Form"
Name = "testform2"


ADD OBJECT edit1 AS editbox WITH ;
Anchor = 15, ;
Height = 216, ;
Left = 36, ;
Top = 12, ;
Width = 300, ;
Name = "Edit1"


ENDDEFINE
Next
Reply
Map
View

Click here to load this message in the networking platform