Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
No any improve?! urgent!
Message
From
17/01/2000 06:46:30
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
16/01/2000 02:30:36
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00316739
Message ID:
00318884
Views:
28
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform