actually now I put some alerts and realized that even in the code sections that
I thought I was getting config values from qx.core.Setting , I wasn't.
I am getting undefined on
qx.core.Setting.get("some_key_that_exists_in_config.json");
and getting undefined on qx.core.Setting.some_key_that_exists_in_config.json
...


On 9/30/10, b a <[email protected]> wrote:
> Hi,
>
> I have a native Qooxdoo app which I wrote and I noticed that in main {}
> I don't have access to qx.core.Setting(which from what I've seen
> exposes the contents of config.json).
>
> I need to have access to qx.core.Setting, so I want to move part of my
> code from main {} to some listener on some event exactly after main {}
> is run.
>
> What event should I listen to ?
> Is there any other way I can get the qx.coreSetting in main {} ?
>
> Any suggestions are welcome
>
> Thanks
>

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to