Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MOUSE and MROW(), MCOL()
Message
 
To
12/08/1998 20:51:31
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00125976
Message ID:
00126746
Views:
35
>Why don't you just:
>
>ACTIVATE POPUP listmake ;
> AT thisform.txtUv_make.top+thisform.txtUv_make.height, ;
> thisform.txtUv_make.left
>
>since you know where the mouse is located?

Because the AT in ACTIVATE is based on Columns and Rows, not pixles. I don't know how to determine what [thisform.txtUv_make.top+thisform.txtUv_make.height] is in terms of rows (same with [thisform.txtUv_make.left]). Know what I mean? All those old FOXPRO commands base their coordinates on rows, and columns which are based on the current font. If there's a way to convert between rows/columns and pixels, that's be far out! Then I wouldn't have to use the MOUSE command (which I'm not satisfied with because I don't like the mouse jumbling around automatically).

Thanks nonetheless!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform