Hello santosh,
santosh kumar-4 wrote:
>
> 1.How does the ready method gets called?
>
The calling of the ready method can have a lot of reasons depending on the
load order / browser / usage of qooxdoo parts / ... But thats something the
application developer should not care about. Just trust th
Hi Chris,
thanks for the earlier explanation. I have few more doubts in the sample
code mentioned earlier
1.How does the ready method gets called?
2.What is the use of "this.base(arguments)" i.e calling super class?
regards,
santosh
On Tue, Jun 29, 2010 at 1:22 PM, Christian Hagendorn <
christ
Thanks Chris.
regards,
santosh
On Tue, Jun 29, 2010 at 1:22 PM, Christian Hagendorn <
christian.hagend...@1und1.de> wrote:
> Hi Santosh,
>
> > 1) where is the instance created for the class "custom.Application"
> The instance is created in the ready method from "qx.core.Init". Please
> have a lo
Hi Santosh,
> 1) where is the instance created for the class "custom.Application"
The instance is created in the ready method from "qx.core.Init". Please
have a look at the method. By the way, the application name is resolved
by settings mechanism.
> 2) what exactly qx.application.Standalone ref
Hi,
Below is the sample code for creating a buttton. Can some one please explain
me about
1) where is the instance created for the class "custom.Application"
2) what exactly qx.application.Standalone refer to and why it is used here?
qx.Class.define("custom.Application",
{
extend : qx.applicati