Total downloads: 11767
Category: Flex3 Component
File last revision: 24, Apr 2008 03:04:32
License: LGPL
Customization of the default Flex Tree component.
This component simply add a checkbox on every tree item.
The checkbox allows 3 states: selected, unselected, partially selected.
Then you can control the state of checkbox nodes within the code.
Changlelog:
- 2008-04-24 Ported to Flex3, completed with the tree source code
Flash content
Comments (65)
@gv
where you able to solve the problem. I,m still facing the same problem
I have a little modification to this TreeCheckBox component. Instead of handling 'itemClick" outside of component, why dont we do it inside? I did it and its working fine.
BTW vary nice component.
I'm trying to build a tabnavigator dynamically with the treecheckbox control as a child. When I try to add the event listener of he tiem checkedI get an error: 1119:Access of possibly undefined property through a reference with static type class. I've tried using the TreeEvent.ITEM_Check. Hope someone can help.
If i get like ..
when i click any child node of a parent then prane state should be checked ....
how to do this .. is it possible
Just Got IT Tree with CheckBox .. How to Get the list of selected tree nodes/items in an array
i have the same problem that steven, when you have to scroll through the tree some rows just don't show the checkbox
it seems thas it has to do something with this:
http://www.kalengibbons.com/blog/index.php/2008/12/update-solution-to-disappearing-data-in-your-itemrenderer2/comment-page-1/#comment-3725
but i haven't been able to fix it
thanks
HI,
I have been using the tree checkbox component for a while now and it is great.
When I deploy the component the CheckBox.png image doesn't seem to be embedded into the application correctly and I get the folder hirachy only with the CheckBox.png in it.
Is there a way to resovle this so that it is embedded into application at compile time?
Thank
T
Hi
Very useful component.
But how to get the list of all selected items (Not only the first level )?
Can someone please point me to the exact license type (LGPL version)?