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

cboulanger schrieb:
>   Normally, qooxdoo application will follow the One-Page-One-Application 
> model. But there will be cases where it becomes necessary to use native 
> popup windows which also contain qooxdoo widgets. Qooxdoo windows cannot 
> be moved out of the way since they are limited to the browser viewport.
>
> Here is one way to implement this:
>
> http://qooxdoo.org/documentation/0.7/snippets/multi_window_application
>
> At the beginning of the code, there are some helper functions which 
> could be integrated into the main library to retrieve and set GET 
> parameters in the Uri - I have added the ability to get and set 
> parameters in the fragment identifier (which avoids reloading the page).
>
> Cheers,
>
> Christian
>
> -------------------------------------------------------------------------
> 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
>
>
>   


-------------------------------------------------------------------------
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

Reply via email to