Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Container.Specialeffect
Message
From
25/02/2003 08:54:17
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
25/02/2003 08:52:59
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00757502
Message ID:
00757504
Views:
11
This message has been marked as the solution to the initial question of the thread.
>Hello,
>
>I have a container class with an image object on it.
>The container is raised (specialeffect=0) and when the user presses on the image the container should appear sunken (specialeffect=1).
>
>In the mousedown event of the image we use the code:
>
>THIS.PARENT.Specialeffect = 1
>
>but this does not have an effect on the appearance of the container. We also tried
>
>THIS.PARENT.DRAW()
>
>but without effect.
>
>Any idea why this would not work?
>
>Thanks in advance

with this.parent
.Specialeffect = 1
.visible = .visible
endwith
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform