Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there a way to display ToolTipText on demand?
Message
From
20/06/2001 09:51:18
David Fluker
NGIT - Centers For Disease Control
Decatur, Georgia, United States
 
 
To
20/06/2001 08:31:11
Tomas Vacek
M.C. Software S.R.O.
Humpolec, Czech Republic
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00521365
Message ID:
00521426
Views:
14
>Is there a way to display ToolTipText on demand? For example by firing GotFocus() event of TextBox with ToolTipText set.

This idea seems rather simplistic, but you could add something like this to your GotFocus()
WAIT This.ToolTipText WINDOW AT nRow, NCol NOWAIT 
Calculate nRow and nCol based on the Top and Left of the object. This works as long as you don't mind it not looking like a tool tip. Of course you could could get fancy and define a window that looks more like a tool tip, but before you go to all that trouble, you should look for a tool tip control in the download section.
David.
Previous
Reply
Map
View

Click here to load this message in the networking platform