Re: [qooxdoo-devel] Access one application class instance from another application

2007-08-21 Thread Phaneesh N
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

Re: [qooxdoo-devel] Access one application class instance from another application

2007-08-21 Thread thron7
ce("test.html"); > } > ); > tbp.add(btnHome); > __mainNavToolbar.add(tbp); > __mainNavToolbar.addToDocument(); > } > } > }); > > Now, the error has disappeared. I am able to ac

Re: [qooxdoo-devel] Access one application class instance from another application

2007-08-20 Thread Phaneesh N
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

Re: [qooxdoo-devel] Access one application class instance from another application

2007-08-20 Thread thron7
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

Re: [qooxdoo-devel] Access one application class instance from another application

2007-08-20 Thread Phaneesh N
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

Re: [qooxdoo-devel] Access one application class instance from another application

2007-08-20 Thread dperez
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

Re: [qooxdoo-devel] Access one application class instance from another application

2007-08-20 Thread dperez
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

[qooxdoo-devel] Access one application class instance from another application

2007-08-18 Thread Phaneesh N
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