On second blush, it looks like spark-tree has all of the same dependencies…

What's the correct way to go about this?

On Mar 5, 2013, at 9:11 AM, Harbs wrote:

> Okay. I'm looking into this now.
> 
> I've tried Spark-Tree as well as this one.
> 
> Both seem to have dependency on mx.
> 
> Spark-Tree has a dependency on mx.controls.treeClasses.ITreeDataDescriptor2
> 
> alatarus/tree has even more dependencies:
> mx.collections.HierarchicalCollectionView;
> mx.collections.HierarchicalData;
> mx.collections.IHierarchicalData;
> 
> An additional issue with Spark-Tree is a conflict between some style names 
> and private vars. That was easily fixed by renaming the vars.
> 
> I think duplicating the ITreeDataDescriptor2 interface should be easy enough.
> 
> Anyone know who Kachurovskiy is for a donation? Alternately, Alexey, would 
> you be interested in donating your implementation?
> 
> On Feb 25, 2013, at 2:42 PM, Alexey Taran wrote:
> 
>> My implementation:
>> https://github.com/alatarus/tree
>> Supports sorting and filter function.
>> 
>> 
>> 2013/2/22 Paul Hastings <paul.hasti...@gmail.com>
>> 
>>> On 2/22/2013 5:18 PM, Bogdan DINU wrote:
>>> 
>>>> Hi, I've used Kachurovkiy's version - seems well written.
>>>> 
>>> 
>>> +1 (not that i'd know anything "well written" in flex but it works as
>>> advertized).
>>> 
> 

Reply via email to