Search found 7 matches

by Tarzan02
Thu Oct 28, 2010 15:33
Forum: Modifications / Integrations / Customisations
Topic: createfromimagefile problem (cegui crash)
Replies: 5
Views: 5224

Re: createfromimagefile problem (cegui crash)

I'm apologize !!! After re-compiling every thing, all is working now.

Sorry
by Tarzan02
Thu Oct 28, 2010 15:26
Forum: Modifications / Integrations / Customisations
Topic: createfromimagefile problem (cegui crash)
Replies: 5
Views: 5224

Re: createfromimagefile problem (cegui crash)

Error from me, i've added some trace until the end of the function load => ok end of function reaches, continue to search where is the problem....
by Tarzan02
Thu Oct 28, 2010 15:18
Forum: Modifications / Integrations / Customisations
Topic: createfromimagefile problem (cegui crash)
Replies: 5
Views: 5224

Re: createfromimagefile problem (cegui crash)

I've modified the ceguiirrlichtimagecodec to send some trace do cegui.log: using namespace irr; // wrap data in a IrrlichtMemoryFile so Irrlicht can try to 'load' it. Logger::getSingleton().logEvent("Debut chargement"); IrrlichtMemoryFile imf("IrrlichtImageCodec::Load", data.getD...
by Tarzan02
Thu Oct 28, 2010 11:15
Forum: Modifications / Integrations / Customisations
Topic: createfromimagefile problem (cegui crash)
Replies: 5
Views: 5224

Re: createfromimagefile problem (cegui crash)

I've just try with the 0.7.4 version => same error, can't read the TGA file. I've got a modified vesion of irrlicht so i recompile CEGUI with the new version => no error in the compilation, but when i ran=> exception on the las statement (cf log file)
by Tarzan02
Sun Oct 24, 2010 06:45
Forum: Modifications / Integrations / Customisations
Topic: createfromimagefile problem (cegui crash)
Replies: 5
Views: 5224

createfromimagefile problem (cegui crash)

High everybody, i'm trying ti use cegui 0.7.1 with irrkicht 1.7.1 in a small application. I've got a crash on the line: createfromimagefile as in the following code. I've tried with the irrlicht function (createImagefromfile) and irrlicht can load it. I'm searching since 2 days, can someone help me ...
by Tarzan02
Fri Aug 01, 2008 10:50
Forum: Help
Topic: can't access text from itemlistbox
Replies: 2
Views: 1765

ok solved:

just add: getText().c_str()

hopping this will help someone

PS: Very great application (it let me spent less time in GUI)

thank's again
by Tarzan02
Fri Aug 01, 2008 09:55
Forum: Help
Topic: can't access text from itemlistbox
Replies: 2
Views: 1765

can't access text from itemlistbox

Hi i've began to use cegui with irrlicht. I'm trying to use itemlistbos in a layout, in my code i'm catching the event of the itemlistbox: ptfunction=HandleSetupVideoScreenResolution; if (Guiwmgr->isWindowPresent("TabSetupVideo/ItemListbox")) { ItemListbox *tmp; tmp=(ItemListbox *)WindowMa...

Go to advanced search