Tooltip not showing
Posted: Wed Jul 20, 2005 06:49
well i want to show a tooltip on a button. I created the button & then used the following line.
btn->setTooltipText("asasas");
now using windows timer im executing the following line every 1 second
CEGUI::System::getSingleton().injectTimePulse(1);
but still no tooltip is showing wen i move the mouse onto the button.
Any Pointers?
btn->setTooltipText("asasas");
now using windows timer im executing the following line every 1 second
CEGUI::System::getSingleton().injectTimePulse(1);
but still no tooltip is showing wen i move the mouse onto the button.
Any Pointers?