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
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
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
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