Hello

Derell, thank you very much for your help. Here my comments.

> I don't know what your use case is, but I guess this is the first time that
> anyone has used setAlwaysShowPlusMinusSymbol() on an individual node.
> Typically (and in all of my apps), one wants all nodes to have the same
> value for this property, so the default value is changed.  (See
> example/TreeFullControl_3.html to see how to change the default.)

Actually, I noticed this error even while modifying the default value (I mean  
that value on Tree, not on TreeFolder).

> > I'm not sure but it seems that qx.,ui.tree.* has the same bug.
>
> qx.ui.tree does not have the alwaysShowPlusMinusSymbol property, so I
> suspect it does not have the same bug. :-)

It seems you're somewhat mistaking :) qx.ui.tree.Tree doesn't have such 
property - true, but qx.ui.tree.TreeFolder does. At least, I can see it in 
api documentation.


> > 2. Feature request
> >
> > qx.ui.treefullcontrol.Tree has nice property - hideRootNode. Could you
> > plz add it to qx.ui.tree.Tree class? It would be quite useful for me.
> > Or rather improve the drag&drop (actually, drop) support on
> > qx.ui.treefullcontrol.* classes?
>
> What doesn't work as you'd expect?  If you could modify one of the test
> programs to demonstrate the problem, I'd be glad to fix it in
> treefullcontrol.
Take a look plz to this example: http://demo.qooxdoo.org/html/test/Tree_6.html

I've tried to use it with the treefullcontrol rather then the tree by simply 
replacing the appropriate classes and maybe some other modifications (I don't 
remember exactly now).  And it was not successful try... I even added some 
debug output just to drag-drop event-handling code and noticed that over/out 
events are fired only once. Also supportDrop seems not to work correctly.
Nevertheless, 'dragstart' works for me on both (tree and treefullcontrol). 
Actually, yes, seems I did nothing more but replaced the class names only...

In my project I have the same situation as in this example - 2 trees and I 
should be able to drag-drop nodes from left to right one (but not vice versa) 
and to drag from parent to parent in right tree itself.... So I have the left 
one- treefullcontrol and the right - tree and drag&drop is working great! 
But, reallly, I'd like to have both of them treefullcontrol because of 
hideRootNode property (actually, it is not very important from the functional 
point of view, but my users like trees without root node:)).


Best regards,
        Alexei Golovko

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to