Search found 3 matches
- Thu Sep 03, 2009 12:08
- Forum: Help
- Topic: [Solved] Itemlist box help
- Replies: 25
- Views: 18482
Re: [Solved] Itemlist box help
thx a lot; no more strings filled with useless crap; in case anybody reading this - i just replaced this str = c; str[length] = 0; with this; c[length] = 0; str = c; the reason y those entries did not show up in the list only was that i took a listbox instead of a itemlistbox, silly me; now everythi...
- Thu Sep 03, 2009 08:39
- Forum: Help
- Topic: [Solved] Itemlist box help
- Replies: 25
- Views: 18482
Re: [Solved] Itemlist box help
oh yes, thank you; i did not realize there is a mismatch in filenames and therefor just cnp over it; how embarrassing; now i have a problem converting from wchar_t to cegui::string; i'm using this method; http://www.cegui.org.uk/phpBB2/viewtopic.php?t=847&view=previous except that i'm directly c...
- Wed Sep 02, 2009 16:10
- Forum: Help
- Topic: [Solved] Itemlist box help
- Replies: 25
- Views: 18482
Re: [Solved] Itemlist box help
while u are successfully using your implementation i would have a problem to be solved if its ok to post it in this already marked as solved thread; i'm using newest ogre source compiled with newest cegui sdk in msvc2008; in my little project i need to make a map selection which looks like this; boo...