Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is there a way to display ToolTipText on demand?
Message
De
20/06/2001 09:51:18
David Fluker
NGIT - Centers For Disease Control
Decatur, Georgie, États-Unis
 
 
À
20/06/2001 08:31:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00521365
Message ID:
00521426
Vues:
15
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform