>From documentation at: http://www.webtoolkit.eu/wt/doc/reference/html/classWt_1_1Ext_1_1Dialog.html
I read: "Only one Dialog window may exist at any time in a single application. An attempt to instantiate a second dialog will result in undefined behaviour." what am I missing? Regards Gaetano Mendola On Thu, Nov 18, 2010 at 12:25 AM, Dushan Savich <[email protected]> wrote: > Multiple Ext::Dialogs can be active in the same time. Try re-reading docs > again :-D > > Cheers! > Dushan > > 2010/11/17 Gaetano Mendola <[email protected]> >> >> Hi, >> I need to show multiple graphs (graphs are updated outside the event >> loop), actually I'm placing those >> with success inside a Wt::WGridLayout. It would be nice if the user >> could move (and scale) those graphs >> around, I had in mind to use the Wt::Ext::Dialog putting the chart inside. >> Reading the documentation it seems only one Dialog can be active a >> time. Is there another way to >> achieve the same "result"? >> >> Regards >> Gaetano Mendola >> >> -- >> cpp-today.blogspot.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 >> _______________________________________________ >> witty-interest mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/witty-interest > > > > -- > Kind Regards, > Dushan Savich > [email protected] > http://stosha.com/ > +381 64 329 33 55 > Nehruova 95/51 > 11070 New Belgrade > Belgrade > Serbia > > ------------------------------------------------------------------------------ > 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 > _______________________________________________ > witty-interest mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/witty-interest > > -- cpp-today.blogspot.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 _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
