Hello!
I have now been trying to make a tooltip but failed.
I have tried:
// Create tooltip
CEGUI::Tooltip * pTooltip = new CEGUI::Tooltip("TaharezLook/Tooltip", "CPHORA");
pTooltip->setDisplayTime( 5.0f );
pTooltip->setHoverTime( 1.0f );
pTooltip->setTooltipText("HEJ DIN FITTA");
pTooltip->setAlwaysOnTop( true );
// Add tooltip to my button
pbtn->setTooltip( pTooltip )
.. didn't work.
I have also tried
pbtn->setProperity("Tooltip", "TEXT");
.. didnt work.
I am using injectTimePulse as it's supposed to be used. What else is missing?
Please help me asap!
How to make a tooltip?
Moderators: CEGUI MVP, CEGUI Team
Re: How to make a tooltip?
by using pbtn->setTooltipText("this is tooltip");
i managed to atleast get a stack overflow crash
Is there anyway I can get pass this or is it impossible to use the tooltipsystem in 0.6.2?
i managed to atleast get a stack overflow crash
Is there anyway I can get pass this or is it impossible to use the tooltipsystem in 0.6.2?
Re: How to make a tooltip?
If somebody helps you by replying to your thread, upvote him/her as a thanks! Make sure to include your CEGUI.log and everything you tried when posting! And remember that we are not magicians!
Re: How to make a tooltip?
yeah... I have tried that tutorial..
- scriptkid
- Home away from home
- Posts: 1178
- Joined: Wed Jan 12, 2005 12:06
- Location: The Hague, The Netherlands
- Contact:
Re: How to make a tooltip?
Okay, and you also called 'setDefaultTooltip()'?
Check out my released snake game using Cegui!
Re: How to make a tooltip?
heya
there is or was a recursive event issue
viewtopic.php?f=10&t=3796
dont know the status of it though but i guess its fixed and need to wait for the next release ?
there is or was a recursive event issue
viewtopic.php?f=10&t=3796
dont know the status of it though but i guess its fixed and need to wait for the next release ?
trying to upgrade to 0.8.2 from 0.7.9
- CrazyEddie
- CEGUI Project Lead
- Posts: 6760
- Joined: Wed Jan 12, 2005 12:06
- Location: England
- Contact:
Re: How to make a tooltip?
maori wrote:dont know the status of it though but i guess its fixed and need to wait for the next release ?
This is pretty much the situation. Though I'm somewhat reluctant to do a 0.6.3 release, since I really wanted 0.7.0 to be next - but that's taking forever to get done
CE.
Useful Links: Forum Guidelines | Documentation | Tutorials | HOWTO | Videos | Donate to CEGUI | CEGUI Twitter
Who is online
Users browsing this forum: No registered users and 16 guests