Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Container SpecialEffect has no effect at runtime
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00165024
Message ID:
00165439
Views:
16
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
Previous
Reply
Map
View

Click here to load this message in the networking platform