Fix for “backgroundColor” and “disabledBackroundColor” styles for Tree component from Flex 2.0.1 SDK
Problem: Unoccupied space with tree items inside Tree component is always filled with black color if "depthColors" style is applied to Tree UI component from Flex 2.0.1. SDK.
Fix: My ExtendedTree class fixes this error by reusing the old code from method implementation 'drawRowBackgrounds' in Tree.as from old Flex 2.0 SDK.
Example: http://jabbypanda.com/labs/treeDepthColors/treeDepthColors.html
Source files: http://jabbypanda.com/labs/treeDepthColors/srcview/index.html
2007
12
May
- Posted by JabbyPanda at 02:39 am
- Permalink for this entry
- Filed under: Adobe Flex
- RSS comments feed of this entry
- TrackBack URI
Thank you for posting this – ran in to the black background issue this evening and used your solution to work around it. Appreciate your help!