Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Favorite Enhancement
Message
From
09/06/2004 13:52:22
Emmanuel Huybrechts
Technimeca International Corp.
Montréal, Quebec, Canada
 
 
To
09/06/2004 13:09:30
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Miscellaneous
Thread ID:
00910115
Message ID:
00911845
Views:
58
OK, now I see what you mean, but it seems to me more like a bug than a real feature.


>
>Tried to be sure, but I didn't see any visible difference during resize.
>

>
>run this:
>
>PUBLIC oform1
>
>oform1=CREATEOBJECT("form1")
>oform1.Show
>
>DEFINE CLASS form1 AS form
>	
>
>	ADD OBJECT label1 AS label WITH ;
>		AutoSize = .T., ;
>		Anchor = 1, ;
>		WordWrap = .T., ;
>		Caption = "Click on the form area and resize the after form", ;
>		Left = 98, ;
>		Top = 64, ;
>		ForeColor = RGB(255,255,0), ;
>		BackColor = RGB(255,0,0)
>	
> ADD OBJECT check1 AS checkbox WITH ;
>		Top = 62, ;
>		Left = 246, ;
>		AutoSize = .T., ;
>		Caption = "Top Absolute", ;
>		ControlSource = "thisform.label1.Anchor"
>
>
>	PROCEDURE Label1.Click
>		this.Top = 0
>	ENDPROC
>
>ENDDEFINE
>
>- click on Label
>- resize
>- observe
>- remove the chek ( anchor )
>- click on Label
>- resize
>- observe
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform