Link to home
Start Free TrialLog in
Avatar of logosapience
logosapience

asked on

Hints display

How can I do to display hints (example : when I fly over a button) during 10 seconds instead of 3 seconds?
ASKER CERTIFIED SOLUTION
Avatar of Jaymol
Jaymol

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of BoRiS
BoRiS

logosapience

Yipe I agree ;-)

Application.HintPause := 10000; {this is milliseconds}
Application.HintHidePause := 2500;{this is in ms as well}
Application.HintShortPause := 50;{also in ms}

Later
BoRiS
Hi BoRiS :-)
Avatar of RBertora
following..
Avatar of logosapience

ASKER

OK, that's what I needed,

thanks,

Logos