Hi, [email protected] schrieb: > Hi. > > I have added the following to config.json, inside the "build-script" block: > > > "compile-dist" : > { > "paths" : > { > "file" : "../../xyz", > "gzip" : true > }, > "uris" : > { > "script" : "xyz", > "resource" : "resource" > }, > "code" : > { > "format" : true, > "locales" : ["en"], > "optimize" : ["variables", "strings"] > } > } > > > But the output folder keeps being build/script, rather than ../xyz. Why?
See thron7's answer. > > Another question: where can I find the implementation for the decorators > coming with the two standard themes? I imperiously need to provide my own > (customer requirements), and I don't want to write new ones from scratch, so > I'd rather inherit from the already existing ones. Each theme has a Decoration theme: qx.theme.modern.Decoration and qx.theme.classic.Decoration. These reference the Decoration classes in qx.ui.decoration. Regards, Daniel > > br, > > flj > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
