Hi Petr, Very nice initiative, this feature was abandoned since qx 0.6. I have a little question regarding the contrib inclusion, I have seen in your config.json that you have included HTMLArea widget. I've tried this code in custom.js file :
qx.Class.define("custom.Application", { extend : qx.application.Standalone, members : { main: function() { this.base(arguments); var label1 = new qx.ui.basic.Label("Test HTMLArea"); this.getRoot().add(label1, {left:20, top:10}); var html = new htmlarea.HtmlArea("hello world!"); this.getRoot().add(html, {left:200, top:100}); } } }); The log says htmlarea is not defined. How to use this contribution ? regards Frederic Petr Kobalíček wrote: > > Hi all, > > qxbuild - the full qooxdoo build is ready for download. > > It's on my server for now, but in the future this will be contribuion > project to qooxdoo. So start downloading! :-) > > http://kobalicek.com/res/files/js/qxbuild.zip > > The documentation is in readme.txt file and there is also small > example application (in qxbuild/build) > > Cheers and hope that this build version helps to expand qooxdoo ;-) > - Petr > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the > world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > qooxdoo-devel mailing list > qooxdoo-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > -- View this message in context: http://n2.nabble.com/qxbuild---complete-qooxdoo-build-tp1078757p1079444.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel