Search found 8 matches
- Sat Nov 20, 2010 23:24
- Forum: Help
- Topic: Can't get Imageset from ImagesetManager
- Replies: 1
- Views: 1450
Can't get Imageset from ImagesetManager
Hi, I have searched for hours and with everything I found out this should work: CEGUI::Imageset* imgset = CEGUI::ImagesetManager::getSingleton().getImageset((CEGUI::utf8*)"clock_numbers"); But it does not. I always get this error: 'class CEGUI::ImagesetManager' has no member named 'getImag...
- Mon Oct 25, 2010 16:11
- Forum: Help
- Topic: StaticText VertScrollbar over Text
- Replies: 1
- Views: 1636
Re: StaticText VertScrollbar over Text
I found a hotfix, when I use setText the first time, the scrollbar appears, but the text is croped by it. When I use setText with the scrollbar already visible, the text is wrapped correctly. Without any space between the scrollbar and the text, but at least it is not hidden by the scrollbar. Still ...
- Fri Oct 22, 2010 19:13
- Forum: Help
- Topic: StaticText VertScrollbar over Text
- Replies: 1
- Views: 1636
StaticText VertScrollbar over Text
Hi, I have a statictext window and set the VertScrollbar property to true. Now the Scrollbar appears when the text is too long, that's how it should be, but.. The scrollbar is drawn over the text, or said differently, the text is not wrapped correctly. http://img830.imageshack.us/img830/5026/statict...
- Sat Oct 16, 2010 12:58
- Forum: Help
- Topic: Irrlicht - "unsupported texture format" [solved]
- Replies: 8
- Views: 3660
Re: Irrlicht - "unsupported texture format" [half solved]
Hi,
pc is repaired, everything works fine now
Using the software driver is still not possible (programm crashes).
greetings
pc is repaired, everything works fine now
Using the software driver is still not possible (programm crashes).
greetings
- Fri Oct 08, 2010 17:14
- Forum: Help
- Topic: Irrlicht - "unsupported texture format" [solved]
- Replies: 8
- Views: 3660
Re: Irrlicht - "unsupported texture format" [half solved]
Hi, I had the chance to test the gui on another pc, not much better than my pc, but the gui is working fine (with all skins). Software renderer does not work. I use 0.7.2. Also, I found the CEGUI Layout editor and tested it. It wont even start on my laptop, but runs slowly on the other pc. I think w...
- Wed Oct 06, 2010 16:36
- Forum: Help
- Topic: Irrlicht - "unsupported texture format" [solved]
- Replies: 8
- Views: 3660
Re: Irrlicht - "unsupported texture format" [half solved]
Hi, setUsingAutoRenderingSurface did the trick for showing the rest of the window, however, for the windows skin, the window seems to be cropped somehow. But this could also be due to my hardware. I currently run this on my old laptop, because my main pc is not available. I run it on WinXP which its...
- Mon Oct 04, 2010 13:09
- Forum: Help
- Topic: Irrlicht - "unsupported texture format" [solved]
- Replies: 8
- Views: 3660
Re: Irrlicht - "unsupported texture format"
Hi, thanks :) I really missed that line in the tutorials somehow :oops: However, I seem to have missed something else, because my windows looks like this: http://img816.imageshack.us/img816/3862/ceguiwindow.jpg There is no titlebar :( Did I forget anything else? That's the current code: CEGUI::Schem...
- Sat Oct 02, 2010 09:47
- Forum: Help
- Topic: Irrlicht - "unsupported texture format" [solved]
- Replies: 8
- Views: 3660
Irrlicht - "unsupported texture format" [solved]
Hi, i am new to cegui, so I was trying to setup a very basic interface with irrlicht. Through searching and tutorials I got this far: IrrlichtDevice *device =createDevice(EDT_OPENGL, dimension2d<u32>(640, 480), 16,false, false, false, 0); CEGUI::IrrlichtRenderer *myRenderer = &CEGUI::IrrlichtRen...