Hi Christian,
> I have asked this before but have been unsuccessful in attracting anyone's
> interest. New try: I want to use native browser windows in my application.
> If I create a new window with
>
> var win = qx.bom.Window.open();
>
> I get a native Window object which doesn't contain any reference to the
> qooxdoo object tree. How can I create qooxdoo widgets within this window? Or
> isn't that supported any more - it had been, I remember as much.
>   
qooxdoo is not yet multi-document ready. It is possible to render 
widgets and listen for events but there are places in the framework, 
which assume that only one root widget exists. Drag and drop, tooltips 
or menus are such examples. It might be possible to make it happen but 
it would require some deeper changes.

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

Reply via email to