Tooltips not showing up
Posted: Wed May 23, 2007 13:35
I'm trying to figure out the minimum that I have to do to have tooltips associated with my cegui widgets.
I've done the following and nothing works.
I call CEGUI::System::setDefaultToolTip("WindowsLook/Tooltip");
I set the tooltip text on my widget:
e.g. btn->setToolTipText("Hi");
When this didnt work I then associated the default tooltip with the button
btn->setTooltip(CEGUI::System::getSingleton().getDefaultTooltip());
What am I missing?
I'm using 0.5 btw.
I've done the following and nothing works.
I call CEGUI::System::setDefaultToolTip("WindowsLook/Tooltip");
I set the tooltip text on my widget:
e.g. btn->setToolTipText("Hi");
When this didnt work I then associated the default tooltip with the button
btn->setTooltip(CEGUI::System::getSingleton().getDefaultTooltip());
What am I missing?
I'm using 0.5 btw.