Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BUG: themed pageframe 2 tongues emphasize
Message
From
24/09/2005 09:29:50
 
 
To
24/09/2005 04:08:19
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01052685
Message ID:
01052699
Views:
12
Hi, Fabio?

What do you mean? I don't see anything unusual.

>Run:
>- click on Page7
>result: the tongues Page1 and Page7 remain emphasize
>
>PUBLIC oform1
>
>oform1=NEWOBJECT("form1")
>oform1.Show
>RETURN
>
>DEFINE CLASS form1 AS form
>
>
>	Height = 293
>	Width = 266
>	DoCreate = .T.
>	AutoCenter = .T.
>	Caption = "Form1"
>	BackColor = RGB(0,0,255)
>	AllowOutput = .F.
>	Name = "Form1"
>
>
>	ADD OBJECT pageframe1 AS pageframe WITH ;
>		ErasePage = .T., ;
>		PageCount = 9, ;
>		TabStretch = 0, ;
>		Top = 18, ;
>		Left = 40, ;
>		Width = 170, ;
>		Height = 250, ;
>		TabOrientation = 1
>
>	PROCEDURE gotfocus
>		this.pageframe1.height=250
>ENDDEFINE
>
Grigore Dolghin
Class Software.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform