Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Mouse Pointer in Grid
Message
 
À
13/10/2000 09:02:40
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00428874
Message ID:
00429088
Vues:
15
you don't need the mousepointer prop, you want the pointer to change over a item so you need the mouseover then reference the mousepointer

I admit it's a long fix
you need to modi the mousemove event to include something like


procedure thisform.grid.column1.mousemove event
_screen.mousepointer = 1 && same as thisform.grid.column1.mousepointer
Return

then in EVERY other mouseover you need to reset the pointer back to "normal"


I said it wasn't easy, it's probably not even the "Correct" way to do it, I do a lot of things backwards, they still work but.... it is backwards


>Hi Ko and Stephen,
>
>I set the mouse pointer in the text (field) only. It shows when the field is hilited but the mouse pointer does not show in the rest of the column. I don't remember seeing a mouse pointer in the column property. I'll check again.
>
>Any other ideas?
>
>Thanks!
>Roland...
>===============================================================================
>>>Hi all you UT Members!
>>>
>>>I set the property MOUSE POINTER to arrow in the Grid / Column 1 Text1.
>>>
>>>When I place the mouse over the grid in Column 1 it does not change to an arrow.
>>>
>>>The help for that property states that it does.
>>>
>>>What I'am I doing wrong and how to correct it.
>>>
>>>Thanks in advance.
>>>Roland...
>>>
>>>P.S. Many thanks to all that have helped me. I now understand the general flow of events and coding. Still a lot to learn. I have finished my first fully functional VFP 6.0 BASIC Application with a Main Form for searching, 7 Detail Forms, and 7 Report Forms.
>>

>>Do you set it in text1 or do you set it everywhere
>>(Sorry for not exactly understanding you.)
>>If you set it in the textbox it only works when you are above the textbox, and not for the full column, unless you set sparse to .f. or the mousepointer of the column also to arrow.
Stephen McLaughlin
"Sexy Steve Valenteno", "Blastmaster"
stephenmclaughlin@gmail.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform