Search found 6 matches
- Tue Nov 09, 2010 20:51
- Forum: Help
- Topic: Mainpage Menus
- Replies: 2
- Views: 1531
Re: Mainpage Menus
There are many ways to accomplish what you are describing and there are no standards on how to actually do it so it's up to you. Xavier's practical application is one of the good ways to accomplish what you want to do. In case you only switch between N layouts and you are never going to need 2+ lay...
- Tue Nov 09, 2010 18:25
- Forum: Help
- Topic: Mainpage Menus
- Replies: 2
- Views: 1531
Mainpage Menus
Hi there, I'm currently working with CEGUI (with ogre) and I need some advices. I am working on building a menu for a game. So, in my "main", I have: -start game -options -quit In my "options" I have: -Return to menu in my main.cpp, I used: CEGUI::Window* pOptions = CEGUI::Window...
- Tue Nov 09, 2010 09:00
- Forum: Help
- Topic: CEGUI 0.7.4 & Ogre 1.7.1 on Mac OSX 10.6.4
- Replies: 10
- Views: 4979
Re: CEGUI 0.7.4 & Ogre 1.7.1 on Mac OSX 10.6.4
Ok, FINALLY I did it!!!
One needs to add the bundles to the project, under plugins. That will make this work...
/Applications/OgreSDK/CEGUI-SDK-0/PlugInBundles/Release
(I'm not who created this topic, but for me is [SOLVED] )
cheers,
littlepig
One needs to add the bundles to the project, under plugins. That will make this work...
/Applications/OgreSDK/CEGUI-SDK-0/PlugInBundles/Release
(I'm not who created this topic, but for me is [SOLVED] )
cheers,
littlepig
- Tue Nov 09, 2010 08:39
- Forum: Help
- Topic: CEGUI 0.7.4 & Ogre 1.7.1 on Mac OSX 10.6.4
- Replies: 10
- Views: 4979
Re: CEGUI 0.7.4 & Ogre 1.7.1 on Mac OSX 10.6.4
Hi. I searched in almost source available, and I don't see any answer. :| In my xcode project, I copy the frameworks CEGUIBase and CEGUIOgreRenderer to the app, along with ogre frameworks. I have the gui.zip file, and I'm doing exactly as it is said in the basic application topic. Yet, SceneManagerF...
- Fri Nov 05, 2010 20:27
- Forum: Help
- Topic: CEGUI 0.7.4 & Ogre 1.7.1 on Mac OSX 10.6.4
- Replies: 10
- Views: 4979
Re: CEGUI 0.7.4 & Ogre 1.7.1 on Mac OSX 10.6.4
In this post: http://www.cegui.org.uk/phpBB2/viewtopic.php?f=10&t=3255 it is mentioned the same problem. The solution was changing the XML parser or undefine the CEGUI_DEFAULT_XMLPARSER. So, I assume I must go to the CEGUIConfig.h (inside the framework), and change this #ifndef CEGUI_DEFAULT_XML...
- Fri Nov 05, 2010 09:17
- Forum: Help
- Topic: CEGUI 0.7.4 & Ogre 1.7.1 on Mac OSX 10.6.4
- Replies: 10
- Views: 4979
Re: CEGUI 0.7.4 & Ogre 1.7.1 on Mac OSX 10.6.4
Hi guys eeheheh, I have the same problem here with the same specs. So, I decided to delete the complex bootstrapSystem() and use simpler functions: printf("olaaolalalala11111 \n"); CEGUI::OgreRenderer& m_pRenderer = CEGUI::OgreRenderer::create(); printf("olaaolalalala22222 \n"...