Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Invisible container object
Message
 
À
11/06/1998 19:59:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00107410
Message ID:
00107419
Vues:
16
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform