[SOLVED] Change the Tooltip delay?

scrawl

14-04-2012 16:19:06

Tooltips in MyGUI appear after a certain time (after 1 sec mouseover, or so). I want them to appear instantly in my app, and I'd want to avoid writing my own tooltip solution. Would it be possible to create a setting for the delay after which a tooltip appears?

Altren

15-04-2012 21:51:21

MyGUI::ToolTipManager::setDelayVisible(0.0f);

scrawl

15-04-2012 21:53:34

Awesome - I totally overlooked that! Thanks!