Search found 6 matches

by kazmii
Sat Mar 17, 2007 19:32
Forum: Help
Topic: KeyEventArgs ?
Replies: 2
Views: 2246

yes i have and i m using the function : CEGUI::uint BaseCegui::SDLKeyToCEGUIKey(SDLKey key) i'm using the function like this while (SDL_PollEvent(&e)){ switch (e.type){ ... case SDL_KEYDOWN: System::getSingleton().injectKeyDown(SDLKeyToCEGUIKey(e...
by kazmii
Fri Mar 16, 2007 21:23
Forum: Help
Topic: KeyEventArgs ?
Replies: 2
Views: 2246

KeyEventArgs ?

hello I'm using CEGUI with SDL in c++ on linux and and I have little problem when i try to test key.scancode with CEGUI::key. I try to make a tab navigation on 3 editbox. this is my code bool Reseau::actionDeplacerTab(const CEGUI::EventArgs& event){ WindowManager& winMgr = Windo...
by kazmii
Sun Feb 11, 2007 13:00
Forum: Help
Topic: noob with muliColumnList
Replies: 10
Views: 4994

thank you !! it's run very well now :)
by kazmii
Fri Feb 09, 2007 10:16
Forum: Help
Topic: noob with muliColumnList
Replies: 10
Views: 4994

hello it's me my projet using cegui become start to be good but i have some bug and one of them is about multicolumnlist whit the methode getFirstSelectedItem : sometime when a user clic on the multicolmnlist if there are no item in the multicolmnlist the program crash, i think it's because i don't ...
by kazmii
Wed Jan 10, 2007 15:55
Forum: Help
Topic: noob with muliColumnList
Replies: 10
Views: 4994

thank you very much I will test immediately :D
by kazmii
Wed Jan 10, 2007 10:54
Forum: Help
Topic: noob with muliColumnList
Replies: 10
Views: 4994

noob with muliColumnList

hey guys, are there some people who can speak French here ? because i m not very good in English :oops: i will try to explain my problem in English. i have used a multicolumnlist to make a menu of deferent game in a server like that : id name 0 1Game 1 2Game ... ... i try to : -make the multicolomnl...

Go to advanced search