[EMAIL PROTECTED] writes:

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

Changing the value on Tree (vs TreeFolder) does not set the default value; it
sets it only for the root node.  Look at TreeFullControl_3.html for how to set
the default.

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

Hmmm, you're right.  I don't remember adding it to Tree, but it got there
somehow.  Either someone else did it, or...   They say that memory is the
second thing to go.  I don't remember what the first is...

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

Please post your modified test and I'll look into it.

Cheers,

Derrell

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