Search found 9 matches

by Zoldan
Tue Dec 27, 2005 16:53
Forum: Modifications / Integrations / Customisations
Topic: load image
Replies: 4
Views: 3543

Re: load image

Ok I just read a bit in the API Reference, but i don't exactly know what i have to do ... i think i have to create a new CEGUI::Imageset an pass a name and a texture to it. texture is created from the renderer by the createTexture method which needs a filename and a resourceGroup ... but what do i h...
by Zoldan
Tue Dec 27, 2005 14:12
Forum: Modifications / Integrations / Customisations
Topic: load image
Replies: 4
Views: 3543

Re: load image

I'm loading a jpeg (for example a.jpg) to a Staticimage and i want to replace it with b.jpg oder just reload a.jpg (a.jpg is replace by my application)
by Zoldan
Tue Dec 27, 2005 01:17
Forum: Modifications / Integrations / Customisations
Topic: load image
Replies: 4
Views: 3543

load image

Hey,

i load a image into my cegui using a imageset ... i want to replace the image after starting the application. is there a way to reload the imageset while the application is running?
by Zoldan
Mon Oct 24, 2005 22:39
Forum: Modifications / Integrations / Customisations
Topic: linking error
Replies: 5
Views: 3362

Re: linking error

found the problem
by Zoldan
Mon Oct 24, 2005 18:57
Forum: Modifications / Integrations / Customisations
Topic: linking error
Replies: 5
Views: 3362

Re: linking error

no i didnt ... i used the precompiled versions from http://www.ogre3d.org/index.php?option=com_remository&Itemid=57&func=selectcat&cat=1 ... i cant find any version of stlport on the page u posted, but the dependencies for compiling cegui, which are useless for me cause i already have th...
by Zoldan
Mon Oct 24, 2005 18:28
Forum: Modifications / Integrations / Customisations
Topic: linking error
Replies: 5
Views: 3362

linking error

Hey, can anyone help me with this linking error? i havent found any solution :( error LNK2001: unresolved external symbol "class _STL::basic_ostream<char,class _STL::char_traits<char> > & __cdecl CEGUI::operator<<(class _STL::basic_ostream<char,class _STL::char_traits<char> > &,class CE...
by Zoldan
Fri Oct 21, 2005 13:43
Forum: Modifications / Integrations / Customisations
Topic: special character + loading layouts
Replies: 4
Views: 2387

Re: special character + loading layouts

ok that works .... thx!
by Zoldan
Fri Oct 21, 2005 13:08
Forum: Modifications / Integrations / Customisations
Topic: special character + loading layouts
Replies: 4
Views: 2387

Re: special character + loading layouts

i'm not using any xml editor, but plain text editor ... so there are ä,ö,ü,etc. in the file if u mean that ...

edit: i just tried to use celayouteditor, i completly crashes if i enter a text containing speciel chars :(
by Zoldan
Fri Oct 21, 2005 12:49
Forum: Modifications / Integrations / Customisations
Topic: special character + loading layouts
Replies: 4
Views: 2387

special character + loading layouts

Hi,

i tried to load a XML layout with some german special characters in it, but they were just cut out of the text.
If I set the text of a statictext with the ->settext command it works fine, but it doesnt load the chars from a file ...

can anyone help me?

Go to advanced search