Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
No any improve?! urgent!
Message
De
17/01/2000 06:46:30
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
16/01/2000 02:30:36
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00316739
Message ID:
00318884
Vues:
27
>still cannot perform any event from the grid of the class~
>
>what is a contianer masking click on grid?!


Wai,
What I mean is someone (if it's a subclassed grid) or you might have added some code to place a shape or container with a transparent backstyle ( or visually added ) just in front of grid. It would behave as a "shield" to mouse events. As an example put this code in init of any simple baseclass grid :
this.parent.addobject("myShield","Shape")
with this.parent.myShield
  .Left = this.left
  .Top = this.top
  .Height = this.height
  .width = this.width
  .Backstyle = 0   && Transparent
  .Borderstyle = 0 && Transparent border
  .visible = .t.
endwith
And try to click on grid.
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