Ken,
> var layout = new qx.ui.layout.VBox(); > > should work according to the sample in qx.ui.layout.VBox in the 8.3 > docs, but I get: > > "qx.ui.layout.VBox is not a constructor" the error message pretty much hints at the fact that the class is not even loaded. If you are using it for the first time in your code, and you don't work with a 'source-all' generated app, chances are you just have to re-run generate.py source to fix this. T. ------------------------------------------------------------------------------ Come build with us! The BlackBerry® 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/devconf _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
