Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Invisible container object
Message
 
To
11/06/1998 19:59:54
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00107410
Message ID:
00107419
Views:
17
Harris,

Thank you. Addobject worked.

Alvin

>>I'm having a problem showing a container object
>>
>>In the Init method
>>
>>con1=createobject('box')
>>con1.visible=.t.
>>
>>* where box is a container class
>>
>>After the init method object con1 doesn't show on the form. Thanks
>You would rather use the AddObject method of the form:
>This.Addobject("mybox","shape")
>This.mybox.Height = 100
>This.mybox.Left = 10
>This.mybox.Top = 10
>This.mybox.Width = 100
>This.mybox.Visible = .T.
>HTH
Previous
Reply
Map
View

Click here to load this message in the networking platform