Page 1 of 1

Time to display tooltip

Posted: Mon Mar 26, 2007 7:09 pm
by Maurilio Viana
Is possible configure the time that system wait for no movements of mouse to display tooltip?
My intention is reduce this time...

Regards
Maurilio

Posted: Mon Mar 26, 2007 7:59 pm
by James Bott
Maurilio,

>Is possible configure the time that system wait for no movements of mouse to display tooltip?

Yes. See TWindow:nToolTip. It defaults to 900.

>My intention is reduce this time...

I would advise against it. Users are only novices for a very short time. Advanced users are going to be annoyed by the tooltips popping up when they don't want them to. At the very least you should make this a user settable option, but even with that, most users are going to realize they can set it.

James

Posted: Mon Mar 26, 2007 8:54 pm
by Maurilio Viana
>> Yes. See TWindow:nToolTip. It defaults to 900.

Thanks, James!!!

>> you should make this a user settable option

Yes, I think put it in a configuration menu.

Thanks again!
Maurilio