I have an application I'm preparing to ship that currently is using
osflex's TreeGrid.  In order to comply with LGPL, the osflex library
must be dynamically linked.  I haven't been able to get osflex to link
as a RSL with mxmlc.

So I've been looking at converting over to Flexlib's TreeGrid
(Fliexlib uses the MIT license).

In my initial tests, the Flexlib implementation seems slower.  I have
trees with about a max depth of 4-5 levels and a few thousand objects.

I'm also concerned about stability; there seems to be a lot of
questions out there about the bugginess of the Flexlib implementation,
but I can't find much concrete as to whether it's suitable for
production use.  I do like that, so far, it seems the Flexlib version
requires less coding on my side (TreeGridNodeHelper not needed).

What is the consensus on these various TreeGrids out there?  What are
you using?  Have you been able to dynamically link osflex's swc?  Is
Flexlib's fast enough?

Thanks for any pointers here.


Reply via email to