Home » Archive

Articles tagged with: drawSelectionIndicator

ActionScript 3.0, Flex 3 »

[10 Aug 2009 | No Comment | ]

Problem: Using the TileList component (or other List Base components) a light blue color appears when you rollover an item and a dark blue when you select it.
You want remove them to implement your own graphic effects.
Solution: Extend TileList Component and override drawSelectionIndicator() and drawHighlightIndicator methods() methods
Following an image to recognize the issue: