Hi John, I am trying to use your Contrib ServerObjects and have so far encountered some minor problems...
The explorer sample will not run: (Problems in Application.js) Problem 1: line 53: qx.core.Variant is undefined.... had to introduce the following workaround: http://qooxdoo.678.n2.nabble.com/this-debug-is-active-in-the-build-version-with-no-appenders-being-added-td6427380.html if (qx && qx["core"] && qx["core"]["Variant"]) { // Enable logging in debug variant if (qx.core.Variant.isSet("qx.debug", "on")) { // support native logging capabilities, e.g. Firebug for Firefox qx.log.appender.Native; // support additional cross-browser console. Press F7 to toggle // visibility qx.log.appender.Console; } } Problem 2: boot.getAppFilesRoot() is not defined! It seems you are using the old API here... have your got a workaround for this? rootNode.serverFile = boot.getAppFilesRoot(); Have you got more documentation of the ServerObjects API that I can look at? Regards, Fru -- View this message in context: http://qooxdoo.678.n2.nabble.com/Updated-Contrib-ServerObjects-new-features-and-moved-to-GitHub-tp7583238p7583764.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET Get 100% visibility into your production application - at no cost. Code-level diagnostics for performance bottlenecks with <2% overhead Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap1 _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel