Page 1 of 1

Dialog System

Posted: Mon May 01, 2006 07:23
by Rackle
I've Wikied a Dialog System solution to handle modal dialogs as well as implementing the logic for Ok, Cancel, and Apply buttons. Hopefully it can be useful to others.

Posted: Mon May 01, 2006 07:57
by scriptkid
Hi Rackle,

looks nice! Clean design and such :-)

I'm only in doubt whether "WindowSystem" is the best name for it. Maybe "DialogSystem" would be a better name, especially to avoid confusing with CEGUI itself, being a window system too ;-)

Good to have an area with user submitted code! If you want, you may add it to the main page's "What's new" section.

Posted: Mon May 01, 2006 08:18
by Rackle
Names are always difficult. I can make the change to the code but I'm not sure what would happen if I renamed the Wiki entry. Maybe I can let you do that bit.

Posted: Mon May 01, 2006 11:14
by scriptkid
Sure, i have moved the page to DialogSystem. With mwiki, you can easily do that by clicking "move" when you are logged in :-)

Posted: Tue May 02, 2006 20:50
by Rackle
I modified the DemoSample::initialiseSample() within DialogSystemDemo.h to use the full CEGUI initialisation rather than my unpublished function to handle this common task. The code should now compile for everyone (not that anyone has complained).

I've also removed the main page's link to the http://www.cegui.org.uk/wiki/index.php?title=WindowingSystem&redirect=no entry in favor of the new DialogSystem entry. That old page could be deleted.

Posted: Thu May 25, 2006 16:30
by Pompei2
very nice class ! Maybe i'll use it :)

Posted: Fri May 26, 2006 05:16
by jacmoe
Kudos to you, Rackle!
You are being very useful! :)

Posted: Thu Jun 22, 2006 04:12
by Rackle
Made compatible with v0.5

Posted: Fri Dec 01, 2006 17:33
by Rackle
Made compatible with CEGUI v0.5 release