Beginner starting

For help with general CEGUI usage:
- Questions about the usage of CEGUI and its features, if not explained in the documentation.
- Problems with the CMAKE configuration or problems occuring during the build process/compilation.
- Errors or unexpected behaviour.

Moderators: CEGUI MVP, CEGUI Team

User avatar
SOMRoberto
Just popping in
Just popping in
Posts: 20
Joined: Sat Dec 31, 2005 21:08
Contact:

Beginner starting

Postby SOMRoberto » Sun Jan 15, 2006 20:51

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:

User avatar
lindquist
CEGUI Team (Retired)
Posts: 770
Joined: Mon Jan 24, 2005 21:20
Location: Copenhagen, Denmark

Re: Beginner starting

Postby lindquist » Sun Jan 15, 2006 22:38

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

User avatar
SOMRoberto
Just popping in
Just popping in
Posts: 20
Joined: Sat Dec 31, 2005 21:08
Contact:

Re: Beginner starting

Postby SOMRoberto » Mon Jan 16, 2006 08:25

Okay:

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

enabled_statistics = StatisticsCheckbox->isSelected();

Thanks. :P

Photonman
Just popping in
Just popping in
Posts: 1
Joined: Mon Mar 27, 2006 22:18

Re: Beginner starting

Postby Photonman » Mon Mar 27, 2006 23:40

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/


Return to “Help”

Who is online

Users browsing this forum: No registered users and 14 guests