Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Slider must be clicked to be visible
Message
De
08/02/2002 10:26:57
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00617017
Message ID:
00617386
Vues:
18
Thanks!

It worked when I set the controls as .Visible = .F. and then .Visible = .T.

What a weird thing!?!

Thanks again,

Stephane.

>I also sometimes do have this if I have ActiveX-c'in a container that toggles from nonvis to visible. In theese cases I have to issue
>
>This.container.Visible        = .T.
>This.Container.ActiveX.Visble = .T.
>
>
>Especially if the ActiveX is already in a visible-State but the container
>around it (in this case the form) is not.
>
>
>Sometimes the ActiveX itself is a container having objects in theese cases I do have to issue
>
>This.container.ActiveX.Object.Visible = .T.
>
>
>Sometimes it helps to explicitly toggle the state of the control doing something stupid like
>
>This.Container.ActiveX.Visble = .F.
>This.Container.ActiveX.Visble = .T.
>
>
>Hiding needs to be the other way round i.e. first the ActiveX then the container.
>
>This.Container.ActiveX.Visble = .F.
>This.container.Visible        = .F.
>
>
>Hope this helps.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform