On 05/15/2012 03:29 AM, Derrell Lipman wrote:
> On a related note... I've run into this problem before, and never
> figured out how to solve it. I can't figure out why an application
> that uses a library, by referencing its manifest in its config.json
> file, doesn't see and use that library's appearances. I've solved the
> problem in the past by by manually copying all of the appearances from
> from libraries I've used, but that's certainly not the way it should
> work. What is the incantation to get libraries' appearances to be used
> by apps using those libraries?
By specifying the library's theme as QXTHEME in your config.json, e.g.
...
"let" : {
"QXTHEME" : "somelib.theme.Theme",
....
}
(What that does behind the scene is just adding somelib.theme.Theme to
the "include" key when generating the app, i.e.
"include" : ["myapp.Application", "somelib.theme.Theme"]
and setting the environment key "qx.theme" to the same class name:
"environment" : { "qx.theme" : "somelib.theme.Theme", ... }
).
T.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel