Page 1 of 1

Beginner starting

Posted: Sun Jan 15, 2006 20:51
by SOMRoberto
Hi! Where can I found Checkbox, Combobox, Listbox etc elements basically tutorials exactly? I want make Selected etc. events on my variable with CEGUI elements. :oops:

Re: Beginner starting

Posted: Sun Jan 15, 2006 22:38
by lindquist
We dont have that many tutorials. The wiki is it. You can look at the samples as well...

All event trigger subscribers (callbacks), have the same signature, you just subscribe to the specific event you need, and do what you want in the handler.

How to handle events has been covered on this forum many times before, I suggest you use the search feature for more information.

HTH

Re: Beginner starting

Posted: Mon Jan 16, 2006 08:25
by SOMRoberto
Okay:

Checkbox* StatisticsCheckbox = (Checkbox*)WindowManager::getSingleton().getWindow
("TT3D-Viewer/HUD_Window/Statistics_Checkbox");

enabled_statistics = StatisticsCheckbox->isSelected();

Thanks. :P

Re: Beginner starting

Posted: Mon Mar 27, 2006 23:40
by Photonman
lindquist wrote:We dont have that many tutorials. The wiki is it. You can look at the samples as well...

All event trigger subscribers (callbacks), have the same signature, you just subscribe to the specific event you need, and do what you want in the handler.

How to handle events has been covered on this forum many times before, I suggest you use the search feature for more information.

HTH


Oh, no problem. I got any CEGUI beginner tutorials. I working on tutorials. ;)

http://www.photonrealforum.extra.hu/