Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Container.Specialeffect
Message
De
25/02/2003 08:54:17
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00757502
Message ID:
00757504
Vues:
17
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform