Re: [qooxdoo-devel] Can I pass any parameter in Qooxdoo build to identify Prod or Dev?

2008-03-29 Thread kanugula
I fixed it. I have to add the variants in makefile.demo also. Atom1.html uses demo.js. kanugula wrote: > > Thank you. > > My application is built on Demo Browser model. > In makefile.demobrowser, I defined variant as follows. > # source version > APPLICATION_ADDITIONAL_SOURCE_OPTIONS = > --u

[qooxdoo-devel] Demobrowser design

2008-03-29 Thread kanugula
Hi, We developed an application with similar to Demo Browser. For simplicity, I am referring Demo Browser terminology. Some design questions. 1) Since the example/Atom1.html run in IFrame, should we distruct objects when the page in the IFrame is unloaded?. I guess refreshing a page cleans the b

Re: [qooxdoo-devel] Can I pass any parameter in Qooxdoo build to identify Prod or Dev?

2008-03-29 Thread kanugula
Thank you. My application is built on Demo Browser model. In makefile.demobrowser, I defined variant as follows. # source version APPLICATION_ADDITIONAL_SOURCE_OPTIONS = --use-variant=application.mode:development # build version APPLICATION_ADDITIONAL_BUILD_OPTIONS = --use-variant=application.mod