Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
RE: Mouse pointer over grids??
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00241891
Message ID:
00241948
Vues:
18
>>although thats a hell of an idea, i dont think ill be implementing it just yet.. Might try a few more things first.. The effort is greatly appreciated though..
>
>I use an API method for it for other reasons, but I've seen posted a simpler method, something like:
>
>grid.mousepointer = 1
>grid.column.textbox.mousepointer = 1
>in column Mousemove, this.parent.mousepointer = 1
>
>There's one other part, I think, also, maybe someone else can chime in...

Courtesy of Jim Booth:

In the grid's MouseMove put THIS.MousePointer = 1
In the columns' MouseMove put THIS.PARENT.MousePointer = 1
In the headers' MouseMove put THIS.PARENT.PARENT.MousePointer = 1
In the coluumns' controls MouseMove put THIS.MousePointer = 1
William A. Caton III
Software Engineer
MAXIMUS
Atlanta, Ga.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform