Search found 13 matches
- Fri Sep 06, 2013 15:51
- Forum: Help
- Topic: [SOLVED] Using AspectMode and getting actual size
- Replies: 2
- Views: 2487
Re: Using AspectMode and getting actual size
Got it thank you very much!
- Wed Sep 04, 2013 15:41
- Forum: Help
- Topic: [SOLVED] Using AspectMode and getting actual size
- Replies: 2
- Views: 2487
[SOLVED] Using AspectMode and getting actual size
I have a static image where I'm setting the size to {{1, 0}, {0.08, 0}} but the aspectmode is on shrink so it scales properly to be about a tenth of the screen size in height. I would like to get the newly calculated size in a scale rather than in a pixel offset during run time, but when I run getSi...
- Mon Aug 19, 2013 20:37
- Forum: Help
- Topic: [SOLVED] VerticalLayoutContainers not working for me
- Replies: 3
- Views: 3842
Re: VerticalLayoutContainers not working for me
I was not, that fixed the problem. Thanks so much!
- Mon Aug 19, 2013 13:27
- Forum: Help
- Topic: [SOLVED] VerticalLayoutContainers not working for me
- Replies: 3
- Views: 3842
Re: VerticalLayoutContainers not working for me
Any help on this, I suppose it wouldn't be that hard to write my own vertical layout containers class but I was hoping I wouldn't have to do that...
- Wed Aug 14, 2013 20:29
- Forum: Help
- Topic: [SOLVED] VerticalLayoutContainers not working for me
- Replies: 3
- Views: 3842
[SOLVED] VerticalLayoutContainers not working for me
Hello! I'm using CEGUI 0.8.2 I am trying to use a vertical layout container to stack buttons vertically like in Ogre's SDK trays. However, I think the layout is simply placing all the buttons in the same position so I can only see the last button that is added. In other words it is not stacking them...
- Tue Aug 13, 2013 14:40
- Forum: Help
- Topic: [SOLVED] Integration with Ogre Advanced Framework
- Replies: 3
- Views: 2807
Re: Integration with Ogre Advanced Framework
Thanks that worked!
- Mon Aug 12, 2013 16:40
- Forum: Help
- Topic: [SOLVED] Help Building CEGUI for OGRE 1.9
- Replies: 7
- Views: 9150
Re: Help Building CEGUI for OGRE 1.9
Thanks for your help everybody, hopefully this is useful for somebody, but for now I am just going with the precompiled version from Transporter.
- Mon Aug 12, 2013 16:25
- Forum: Help
- Topic: [SOLVED] Integration with Ogre Advanced Framework
- Replies: 3
- Views: 2807
Re: Integration with Ogre Advanced Framework
I spent a little more time on this to no avail. Any suggestions?
- Fri Aug 09, 2013 15:45
- Forum: Help
- Topic: [SOLVED] Integration with Ogre Advanced Framework
- Replies: 3
- Views: 2807
[SOLVED] Integration with Ogre Advanced Framework
Hello, Over the next couple weeks I will be attempting to integrate CEGUI 0.8.2 in to the Ogre Advanced Framework for Ogre 1.9. I've been reading as much documentation as I can, but I am having a slow start. I will probably be posting a lot of Q's to this thread over the next few weeks. First things...
- Tue Aug 06, 2013 13:34
- Forum: Help
- Topic: [SOLVED] Help Building CEGUI for OGRE 1.9
- Replies: 7
- Views: 9150
Re: Help Building CEGUI for OGRE 1.9
That seems pretty helpful, any idea how to just extract CEGUI from that? There are a lot of other plugins there.
- Mon Aug 05, 2013 18:55
- Forum: Help
- Topic: [SOLVED] Help Building CEGUI for OGRE 1.9
- Replies: 7
- Views: 9150
Re: Help Building CEGUI for OGRE 1.9
UPDATE: Added the filepath and include stuff for OIS and am now faced with these errors. Error 29 error C2065: 'CEGUI_NEW' : undeclared identifier C:\Shared\OGRE_SNAPSHOT\cegui-0.8.2\cegui\src\RendererModules\Direct3D10\Renderer.cpp 60 1 CEGUIDirect3D10Renderer-0 Error 30 error C2143: syntax error :...
- Mon Aug 05, 2013 18:33
- Forum: Help
- Topic: [SOLVED] Help Building CEGUI for OGRE 1.9
- Replies: 7
- Views: 9150
Re: Help Building CEGUI for OGRE 1.9
UPDATE: Found I forgot to include the boost stuff in the CEGUISampleFramework, After that I get the following errors: Error 116 error LNK1107: invalid or corrupt file: cannot read at 0x320 C:\Shared\OGRE_SNAPSHOT\OGRE-SDK-1.9.0-vc100-amd64-18.04.2013\bin\Release\OgreMain.dll 1 1 CEGUIOgreRenderer-0 ...
- Mon Aug 05, 2013 17:02
- Forum: Help
- Topic: [SOLVED] Help Building CEGUI for OGRE 1.9
- Replies: 7
- Views: 9150
[SOLVED] Help Building CEGUI for OGRE 1.9
I have been trying to get CEGUI built for OGRE 1.9 on VS2010 x64 by following the instructions for CEGUI 8.x on Windows here : http://www.cegui.org.uk/wiki/index.php/Building_CEGUI_for_Ogre_/_OgreRenderer First, I built the dependencies and moved the dependencies folder to the cegui-0.8.2 folder. Th...