Search found 8 matches
- Fri Jun 03, 2011 13:58
- Forum: Help
- Topic: [Solved] Loading bar
- Replies: 6
- Views: 4371
[Solved] Loading bar
Ok, after some hours debugging the code I could solve this problem ;) ...there is a problem to render CEGUI widgets manually calling "renderGUI". So my question was just simple if I forgot to do something additional to this call to get things be rendered. The problem should not be the rend...
- Wed Jun 01, 2011 21:40
- Forum: Help
- Topic: [Solved] Loading bar
- Replies: 6
- Views: 4371
Re: Loading bar
You say that the progress bar is not shown until after loading is complete, so then what is shown during loading? the colour of the viewport, in my case its black. The first obvious thing to check is that you have initialized Ogre and CEGUI prior to loading your applications resources. You cannot i...
- Mon May 30, 2011 22:11
- Forum: Help
- Topic: [Solved] Loading bar
- Replies: 6
- Views: 4371
[Solved] Loading bar
Hi, I'm using Ogre 1.7.2 (Cthugha) and CEGUI 0.7.5 trying to implement a loading bar. Without a big success so far :( Description: I created a progress bar showing the progress of the loading but the problem is that this progress bar is not visible until the loading is over. Using Ogre::ResourceGrou...
- Mon Dec 15, 2008 18:46
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: Upgrading problem
- Replies: 10
- Views: 7302
Hi, thanks for your help I appreciate it ;) Unfortunately it could not solve my problem with the menu construct :( I've dealt now some more time with the issue and found something that could help. For some time past I went throught this tutorial and found out that my application crashes in the debug...
- Fri Dec 12, 2008 17:55
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: Upgrading problem
- Replies: 10
- Views: 7302
Hi, thank you for the reply ;) I'm using CEGUI under windows, msvc and I have upgraded from version 0.6.1 (pre-build binaries). The menu is created via CEGUI editor. Unfortunately, try/catch construct throws no exceptions at all. And the logfile too doesn't point to any errors. Here the method that ...
- Wed Dec 10, 2008 19:20
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: Upgrading problem
- Replies: 10
- Views: 7302
Upgrading problem
Hi, I've upgraded to OGRE (Shoggoth) and CEGUI (v. 0.6.2) recently and got some probems that I cannot solve. Always when I click on a menu item the application crashes on the method CEGUI::System::.injectMouseButtonUp(...);. I've tried a lot of things but nothing helps. Are there any big changes in ...
- Fri Aug 29, 2008 13:26
- Forum: Help
- Topic: Only runs in debug mode.
- Replies: 3
- Views: 2642
- Tue Aug 19, 2008 17:38
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: Menu issue in release configuration
- Replies: 0
- Views: 4073
Menu issue in release configuration
Hi, I dealt with the "tutorial" http://www.cegui.org.uk/wiki/index.php?title=MenuAndPopup and got a strange behavior as my application go down when launching in release configuration. The problem is located in 'onMouseEntersMenuItem' method, more precisely in 'menuItem->openPopupMenu();' W...