Hey All, I'm using the Stack container to create a Wizard for my program. I am creating different panels and adding them to the stack, using Next and Forward buttons. My idea is that when a certain panel is selected by the stack container, the stack container will fire an event on that panel, so that you could write code that will only execute when the specific panel is created.
Of course the same functionality can be achieved by listening to a "changeSelection" event on the Stack and using a Switch statement, but perhaps this will allow to write more autonomous panels for the stack. Just a thought... Omri -- View this message in context: http://qooxdoo.678.n2.nabble.com/Suggestion-for-the-Stack-container-tp5744323p5744323.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
