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