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
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
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