Leander Hanwald schrieb: > Hi all, > > only in theory (didn't tested it): > > Shouldn't it be possible to add and remove qooxdoo widgets inside of a > native window and control them from inside of the main window? > > Like: > > 1. Create native window > 2. Add class XYZ to it (the divs and co., the code is running inside of > the main window). > 3. add events to class xyz > 4. events fired, main window do xyz > > Since you can manipulate html in js of an child native popup window (I > think I did it in the past ;) ), this should be possible, right? > [I don't know if the layout manager can do this] > > Greetings, > Leander > Hi Leander,
I think this is not possible with qooxdoo 0.7. First there must be a ClientDocument instance for the IFrame but ClientDocument is currently a Singleton. Second the event manager only listens for events in the main document. Maybe with a bit of hacking qooxdoo internals you could get it to work. We plan to remove these limitations for 0.8 Best Fabian -- Fabian Jakobs JavaScript Framework Developer 1&1 Internet AG Brauerstraße 48 76135 Karlsruhe Amtsgericht Montabaur HRB 6484 Vorstand: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Andreas Gauger, Thomas Gottschlich, Matthias Greve, Robert Hoffmann, Markus Huhn, Achim Weiss Aufsichtsratsvorsitzender: Michael Scheeren ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
