Search found 8 matches
- Sat Oct 25, 2008 18:32
- Forum: Help
- Topic: PropertyHelper::imageToString and some chars like 'spaces'
- Replies: 1
- Views: 1233
PropertyHelper::imageToString and some chars like 'spaces'
Hi, I'm trying to set an image to a panel based on a render to texture. So everything is working right except for the fact that I can't create the texture with a name that contains spaces or other special chars. This line is the problem: component->setProperty("Image", CEGUI::PropertyH...
- Mon Aug 11, 2008 10:03
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: [BUG] ScrollBarThumb and TabPane locale problem
- Replies: 2
- Views: 2576
hi again, I believe this is a problem related to the interpretation of the .looknfeel file. I found this using a new skin I made, but with minor changes in this file, so I think I didn't mess with xml. At the moment I cannot test the issue using the original skin because I'm using a modified version...
- Thu Aug 07, 2008 14:54
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: [BUG] ScrollBarThumb and TabPane locale problem
- Replies: 2
- Views: 2576
[BUG] ScrollBarThumb and TabPane locale problem
Hi, I got this problem with the horizontal scrollbar thumb and the tabpane control, not showing correctly. I found out that the problem is related to the SO specified locale, my case Portugal. I needed to setlocale(LC_NUMERIC,"C") in order to get this two components to works properly. Ever...
- Thu Nov 23, 2006 14:10
- Forum: Help
- Topic: Attribute 'type' is not declared for element 'PropertyDim'
- Replies: 2
- Views: 2041
- Tue Nov 14, 2006 18:55
- Forum: Help
- Topic: Attribute 'type' is not declared for element 'PropertyDim'
- Replies: 2
- Views: 2041
Attribute 'type' is not declared for element 'PropertyDim'
Hi, I'm getting this error when starting my app, the odd thing is that I have 2 other computers with the exact same files and code, and it works perfectly... BTW, I'm using linux... 14/11/2006 17:40:38 (Error) Exception: XercesParser::parseXMLFile - An error occurred at line nr. 3486 while p...
- Fri Sep 29, 2006 23:29
- Forum: Help
- Topic: Property List where?
- Replies: 1
- Views: 1868
Property List where?
hi, I'm currently developing an application using CEGUI, Ogre and OgreOde as well. With the last release of OgreOde, a new version of tinyXML is needed and I've got to upgrade CEGUI to version 0.5 since the old version didn't compile with that tinyXML version. So the problem now is that I had to cha...
- Wed Apr 26, 2006 09:24
- Forum: Modifications / Integrations / Customisations
- Topic: createTexture not throwing exception
- Replies: 2
- Views: 1750
- Sun Apr 02, 2006 14:26
- Forum: Modifications / Integrations / Customisations
- Topic: createTexture not throwing exception
- Replies: 2
- Views: 1750
createTexture not throwing exception
hi, I have a weird problem using the createTexture() method. try { CEGUI::Texture* texture = mGUIRenderer->createTexture(imagePath); imageSet = CEGUI::ImagesetManager::getSingleton().createImageset(imageID, texture); imageSet->defineImage(imageID,CEGUI::Point(0.0...