[qooxdoo-devel] knowing which calls to listen for

2008-11-26 Thread metaperl
I am trying to make use of the tree widget: http://demo.qooxdoo.org/0.8.x/apiviewer/#qx.ui.tree However, I am aware that a working tree will need to have certain listeners added to it, such as 'changeSelection' and 'dblclick' My questions: - where would all the listeners for a tree be document

Re: [qooxdoo-devel] Qooxdoo Tutorial

2008-11-26 Thread metaperl
mpile the source' --- I simply hit refresh in the browser after getting rid of the default boilerplate (which creates a single button) and putting in the code in your blog post. But the source code for that version simply displays a blank screen for me: http://www.bitbucket.org/metaperl/qooxdo

Re: [qooxdoo-devel] cannot get HBox to render

2008-11-26 Thread metaperl
metaperl wrote: > > > > but nothing is rendered and no errors are thrown in the Console. > > I didnt realize that ./generate.py source must be called each time the source changes... re-running that command seems to have things working. -- View this message

[qooxdoo-devel] cannot get HBox to render

2008-11-26 Thread metaperl
ayout.HBox(); layout.setSpacing(20); var doc = new qx.ui.container.Composite(layout); this.getRoot().add(doc, {left:20,top:20}); but nothing is rendered and no errors are thrown in the Console. Here is the complete source code which is not working: http://www.bitbucket.org/metaperl/metaperl-w