Re: [qooxdoo-devel] instance of class

2010-07-01 Thread MartinWittemann
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

Re: [qooxdoo-devel] instance of class

2010-06-30 Thread santosh kumar
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

Re: [qooxdoo-devel] instance of class

2010-06-29 Thread santosh kumar
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

Re: [qooxdoo-devel] instance of class

2010-06-29 Thread Christian Hagendorn
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

[qooxdoo-devel] instance of class

2010-06-28 Thread santosh kumar
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