I solved my problem, In my .layout file i had TarahezLook/imageButton for type, in the TarahezLook files there is no such mention of this type so I changed it to be TarahezLook/Button and it worked.
Thank you for all of your help
Search found 19 matches
- Wed Nov 05, 2008 13:05
- Forum: Help
- Topic: Image Buttons
- Replies: 20
- Views: 11338
- Wed Nov 05, 2008 08:07
- Forum: Help
- Topic: Image Buttons
- Replies: 20
- Views: 11338
- Wed Nov 05, 2008 06:38
- Forum: Help
- Topic: Image Buttons
- Replies: 20
- Views: 11338
- Tue Nov 04, 2008 22:59
- Forum: Help
- Topic: Image Buttons
- Replies: 20
- Views: 11338
Sorry just realised that in my .layout file I have set the type to TarahezLook/ImageButton. I have not changed the TarahezLook files at all so i guess it doesnt include the ImageButton type. What needs to be done if this is the problem. Sorry about all the noobish questions im new to OGRE, CEGUI and...
- Tue Nov 04, 2008 10:47
- Forum: Help
- Topic: Image Buttons
- Replies: 20
- Views: 11338
To be more precise with my question I put a try and catch around the line of code in question and got the following error: CEGUI Error: ExpatParser::ParseXMLFile - XML Parsing error 'not well-formed <invalid token>' at line 4CEGUI Error: Imageset::getImageset - No Imageset named 'NinjaButton' is pre...
- Tue Nov 04, 2008 10:38
- Forum: Help
- Topic: Image Buttons
- Replies: 20
- Views: 11338
- Tue Nov 04, 2008 01:40
- Forum: Help
- Topic: Image Buttons
- Replies: 20
- Views: 11338
- Sun Nov 02, 2008 06:56
- Forum: Help
- Topic: Image Buttons
- Replies: 20
- Views: 11338
- Sun Nov 02, 2008 06:51
- Forum: Help
- Topic: Image Buttons
- Replies: 20
- Views: 11338
Image Buttons
Hi, I am having trouble implementing image buttons. I read the tutorial on http://www.cegui.org.uk/wiki/index.php/Create_ImageButtons to figure out how to make image buttons this is my code: CEGUI::OgreCEGUIRenderer* mGUIRenderer = new CEGUI::OgreCEGUIRenderer(mWindow,Ogre::RENDER_QUEUE_OVERLAY,...
- Sun Oct 12, 2008 07:40
- Forum: Help
- Topic: how to use TaharezLook/StaticImage
- Replies: 6
- Views: 3902
- Tue Oct 07, 2008 02:55
- Forum: Help
- Topic: problem introducing CEGUI to an Ogre APP
- Replies: 4
- Views: 2846
- Tue Oct 07, 2008 02:48
- Forum: Help
- Topic: problem introducing CEGUI to an Ogre APP
- Replies: 4
- Views: 2846
- Mon Oct 06, 2008 04:38
- Forum: Help
- Topic: how to use TaharezLook/StaticImage
- Replies: 6
- Views: 3902
Thanks for that I dont believe I didnt find that page on the website from my searches ><. I was also wondering what programs can be used to make the image file (whether it be .png or .tga), I am currently trying to use Gimp but am finding it hard to add more then one item to a file with a 'empty' (n...
- Mon Oct 06, 2008 04:34
- Forum: Help
- Topic: problem introducing CEGUI to an Ogre APP
- Replies: 4
- Views: 2846
problem introducing CEGUI to an Ogre APP
Hi, I am having a problem adding a mouse cursor using the following code: CEGUI::OgreCEGUIRenderer* mGUIRenderer = new CEGUI::OgreCEGUIRenderer(mWindow,Ogre::RENDER_QUEUE_OVERLAY,false,3000,mSceneManager); CEGUI::System* mGUISystem = new CEGUI::System(mGUIRenderer); CEGUI::SchemeMana...