To: qooxdoo Development
Sent: Tuesday, August 21, 2007 4:05:20 PM
Subject: Re: [qooxdoo-devel] Access one application class instance from another
application
Phaneesh,
before trying to resolve the issue at hand, a few questions concerning
your overall design:
- Obviously, you have a classical
ce("test.html");
> }
> );
> tbp.add(btnHome);
> __mainNavToolbar.add(tbp);
> __mainNavToolbar.addToDocument();
> }
> }
> });
>
> Now, the error has disappeared. I am able to ac
r IFrame.
>
> Can you please assist me in doing this.
> Thanks,
> Phaneesh
>
> - Original Message
> From: dperez <[EMAIL PROTECTED]>
> To: qooxdoo-devel@lists.sourceforge.net
> Sent: Monday, August 20, 2007 6:40:03 PM
> Subject: Re: [qooxdoo-devel] Access
n click of the a toolbar button I have to change the
> application that is set for another IFrame.
>
> Can you please assist me in doing this.
> Thanks,
> Phaneesh
>
> - Original Message
> From: dperez <[EMAIL PROTECTED]>
> To: qooxdoo-devel@lists.sourcefo
is set for
another IFrame.
Can you please assist me in doing this.
Thanks,
Phaneesh
- Original Message
From: dperez <[EMAIL PROTECTED]>
To: qooxdoo-devel@lists.sourceforge.net
Sent: Monday, August 20, 2007 6:40:03 PM
Subject: Re: [qooxdoo-devel] Access one application class instanc
You can try something like this:
sghe.udctc.utest.Main.setMainFrame.call("default.html",
parent);
to set 'this' to window.parent
Phaneesh N wrote:
>
>
> Hi All,
> I am developing my application in 0.7.1.
> I have two applications classes [set to two qx.embed.IFrame]. I wa
You can try something like this:
sghe.udctc.utest.Main.setMainFrame.call("default.html",
parent);
to set 'this' to window.parent
Phaneesh N wrote:
>
>
> Hi All,
> I am developing my application in 0.7.1.
> I have two applications classes [set to two qx.embed.IFrame]. I wa
Hi All,
I am developing my application in 0.7.1.
I have two applications classes [set to two qx.embed.IFrame]. I want to call a
member method of application 1 from application 2. Here is the code:
Application 1:
qx.Class.define("com.myapplication.Main",
{
extend : qx.application.Gui,
sta