Hi Christian, > Hello Fabian, > > thanks for the info. As long as very basic functionality exists, I'd > be happy. I basically only need to be able to render forms and maybe > also a table - nothing fancy. But how would I go about doing it? Do I > need to import the qx global object into the new window's scope by > simply doing win.qx = qx and then instantiate widgets with var a= new > win.qx.ui.basic.Atom()? Or is there a special way of doing it? > I would try it from the outside of the iframe. Just load a blank html file into the iframe. Then you can add a root widget to the iframe
var iframeRoot = new qx.ui.root.Application(qx.bom.Iframe.getDocument(iframeElement)); than place your widgets into the the iframe root widget. Still I'm not sure how well this will work. I'd be very interested in your results. Best Fabian -- Fabian Jakobs JavaScript Framework Developer 1&1 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de Amtsgericht Montabaur / HRB 6484 Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas Gottschlich, Robert Hoffmann, Markus Huhn, Hans-Henning Kettler, Dr. Oliver Mauss, Jan Oetjen Aufsichtsratsvorsitzender: Michael Scheeren ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel