Trevor-Sonic

Trevor-Sonic
- Name: [not set]
- Favorite Languages: [not set]
- Website: [not set]
- Location: [not set]
- About Me: [not set]
-
Flex Tutorial - Change the List Selection Indicator
07/30/2009 - 10:22
Hi there I found this code VERY usefull. I used this in Flex 3.3.
Also, I needed to change "selection indicator alpha" too. So with inspration of "Jonathan R." I have written this code and it worked well!I wanted to share with you
Greets!override public function validateDisplayList():void
{
super.validateDisplayList();
selectionLayer.alpha = .5;
}
Recent Comments