Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Favorite Enhancement
Message
De
09/06/2004 13:52:22
Emmanuel Huybrechts
Technimeca International Corp.
Montréal, Québec, Canada
 
 
À
09/06/2004 13:09:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Divers
Thread ID:
00910115
Message ID:
00911845
Vues:
55
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform