Re: [qooxdoo-devel] Controlling window stacking when windows contain iframes

2014-08-04 Thread chalbu
Mustafa, I apologize I don't know how to share a playground example. Does the following code example help explain what I am trying to do. Clicking in the content area of either of the windows will not move the window to the top of the stack. -Chris var win1 = new qx.ui.window.Window("First W

[qooxdoo-devel] Call Qooxdoo class from embedded iframe

2014-07-21 Thread chalbu
I have created an Iframe using: var iframe = new qx.ui.embed.Iframe("/sample/testmsg.html"); Within the testmsg.html file I have a script running that needs to call a member of the Qooxdoo class that created the Iframe. If this is possible would the reference be something like: window.parent.qx..