Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Container SpecialEffect has no effect at runtime
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00165024
Message ID:
00165439
Vues:
20
Thanks, Ed.

Michel.
=================== Original message follows ======================

>>Hi All,
>>
>>A very simple test. I create a blank form. Then put a container
>>on that form.
>>
>>Then put This.SpecialEffect = 0 in the Click Event of the Container.
>>
>>Nothing happens. When I put ?This.SpecialEffect I can see
>>the SpecialEffect property changing but the container's appearrance
>>does not change to a "Raised" effect (Starting point is FLAT effect).
>>
>>Any suggestions ?
>>
>>Thanks in advance.
>>Michel.
>
>You should toggle container.visible property at this point:
>With Thisform.Mycontainer
>.SpecialEffect=0
>.Visible=.F.
>.Visible=.T.
>Endwith
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform