Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ToolTip Timeout
Message
 
 
À
29/05/2003 10:39:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00793941
Message ID:
00794815
Vues:
20
>I've seen this question asked before on UT but do not see the answer.
>How do you set the time that a tooltip will stay on the screen before disappearing? Right now it's about 5 seconds which is not enough time to read some of the longer 'tips' (now that the maximum length has been increased to 4k, I've decided to use bigger 'tips').
>Thanks.

The Windows tooltips default for autopop delay (timeout) is double-click time * 10.
DECLARE Long GetDoubleClickTime IN USER32
? GetDoubleClickTime()*10/1000, "seconds"
It doesn't look like changing WIndows or VFP double-click time has any effect on VFP tooltips. I doubt you can change autopop delay for VFP tooltips.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform