Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Not Necessary but would be nice
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00139787
Message ID:
00140049
Views:
28
Hi Christof

Thanks. That was an interesting one.

>Hi Kamel,
>
>>If you try controlling the SpecialEffect property setting from the timer it dosn't work. (Don't ask me why < g > )
>
>That's one of the nice optimizations build right into VFP. VFP doesnt always repaint those objects when you change a property. By setting the Visible property you can force VFP to redraw it. Put the following code into the click event of a container to see what I mean:
>
>This.SpecialEffect = Iif(This.SpecialEffect=0,1,0)
>This.Visible = .T.
>This is true for a number of other occassions where VFP doesn't update a control properly.
>
>Christof
Previous
Reply
Map
View

Click here to load this message in the networking platform