Search found 7 matches
- Sat Oct 09, 2010 02:29
- Forum: Official Announcements, Works in Progress, and Future Directions
- Topic: CEGUI 0.7.4 is Released! (Updated from 0.7.3!)
- Replies: 4
- Views: 20625
Re: CEGUI 0.7.3 is Released!
Thanks for the update Eddie! If you don't mind me asking. why is there still no batch file for building with MSVC 2010?
- Fri Oct 08, 2010 18:32
- Forum: Help
- Topic: Application Won't start in Debug and Crashes in Release
- Replies: 1
- Views: 1613
Application Won't start in Debug and Crashes in Release
My ogre game was running fine prior to me reformating last night. I accidently chose to install Windows 7 x64 when reinstalling which has caused some massive headaches. The issue is basically I was having trouble compiling CEGUI with Ogre compiled as 64bit, so I have switched back. I compiled Ogre/D...
- Sat Jul 17, 2010 16:04
- Forum: Help
- Topic: Text Box Positioning with UnifiedAreaRect
- Replies: 1
- Views: 2043
Text Box Positioning with UnifiedAreaRect
I managed to get my editbox somewhat positioned where I want it with "<Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.45,0},{0.6,0},{0.48,0}}" />" but it is just roughly positioned. Im extremely anal, so I am wondering if there is a more precise way to position elem...
- Fri Jul 16, 2010 18:25
- Forum: Help
- Topic: Change Log Output Path
- Replies: 4
- Views: 3909
Re: Change Log Output Path
As far as the log file goes, is there anyway to make all of the logs go into a custom folder? I noticed when setting setLogFilename() it split the CEGUI output between cegui.log and the one I specified. As far as the border issues goes, I solved it. I had not used the looknfeel files but the one I w...
- Thu Jul 15, 2010 14:44
- Forum: Help
- Topic: Change Log Output Path
- Replies: 4
- Views: 3909
Change Log Output Path
Couple of quick easy questions to start the day off. Is there anyway to change the output directory of the CEGUI.log file? I have a logs folder Ogre and everything else outputs to, and I would like CEGUI to spew all its unhappy logs into that directory if possible. Also, I just finished the Menu tut...
- Wed Jul 14, 2010 15:47
- Forum: Help
- Topic: CEGUI Manager Class
- Replies: 3
- Views: 2801
Re: CEGUI Manager Class
Thank you so much, this was a huge help. I have never used LUA before, does it increase the memory usage substantially?
- Mon Jul 12, 2010 12:42
- Forum: Help
- Topic: CEGUI Manager Class
- Replies: 3
- Views: 2801
CEGUI Manager Class
So I was working on a game to kind of learn Ogre more in depth for quite a while. I recently started rewriting it from scratch to clean it up better, and along with this I decided to switch from Canvas to CEGUI. I managed to get some buttons and what not working, and it was quite a bit easier than I...