Page 1 of 1

Cegui Feature

Posted: Thu Mar 17, 2005 09:46
by parul
Is there any feature available for creating Toolbar, Tooltip and Menu.

Re: Cegui Feature

Posted: Thu Mar 17, 2005 10:12
by Guest
AFAIK a toolbar is nothing more than a collection of buttons, so you should be able to implement it right now.

If you look at the developement roadmap here :
http://www.cegui.org.uk/modules/section ... le&artid=2
you'll see that the tool-tip widget is in progress and the menu system is planned for CEGUI 0.3.

--
Chris

Re: Cegui Feature

Posted: Thu Mar 17, 2005 11:52
by parul
in Development Roadmap the Release 0.2.1 time is given in March 2005. so will you please tell me the when it will release in march. i need Tooltip widget

Re: Cegui Feature

Posted: Thu Mar 17, 2005 18:35
by spannerman
parul wrote:
in Development Roadmap the Release 0.2.1 time is given in March 2005. so will you please tell me the when it will release in march. i need Tooltip widget


The development roadmap is really just a general guide, the dates arent set in stone. From the development roadmap:

Any release numbers, dates, and even the order of implementation are approximate and therefore subject to change.


The tooltips probably arent very far away, but if you cant wait for them to appear as a new CEGUI widget, then have a go at making them yourself. If your happy with it you could also submit it as a patch.

Alternatively, the OGRE particle editor has a simple implementation of a tooltip...you could wait for that code to be released (next few weeks) to get an idea of how you could go about this.

Re: Cegui Feature

Posted: Thu Mar 17, 2005 19:52
by CrazyEddie
It is likely that 0.2.1 will be released at the very end of the month (meaning not before the 28th). The tool-tip will be the very fist thing I do when I return to working on CEGUI next week, this will be initially implemented in HEAD, and then back-ported to the 0.2.x codebase along with the ScrollablePane and Spinner widgets.

CE.