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.
Tooltips not showing up
Moderators: CEGUI MVP, CEGUI Team
- scriptkid
- Home away from home
- Posts: 1178
- Joined: Wed Jan 12, 2005 12:06
- Location: The Hague, The Netherlands
- Contact:
Hi,
this link might mention something you have forgotten, such as injecting time maybe?
http://www.cegui.org.uk/wiki/index.php/Tooltips
HTH.
this link might mention something you have forgotten, such as injecting time maybe?
http://www.cegui.org.uk/wiki/index.php/Tooltips
HTH.
I am using
without anything else (like setDefaultTooltip) and it works fine.
Code: Select all
btn->setTooltipText("Test");
btn->setTooltipType("WindowsLook/Tooltip");
without anything else (like setDefaultTooltip) and it works fine.
Who is online
Users browsing this forum: No registered users and 21 guests