[Flashcoders] How do i get rid of the green halo glow on listbox?

2007-05-31 Thread Alistair Colling
Hi there, I want to remove the green glow that appears when you rollOver items in a list box. I know how to set the colour of the theme and how to edit the graphical elements of the component from the StandardComponents.fla but I can't find the rollOver highlight MC. If someone could let

Re: [Flashcoders] How do i get rid of the green halo glow on listbox?

2007-05-31 Thread Alistair Colling
Thanks for your reply eric, this code seems to make the background of each item black but the green glow still appears on rollOver and also you can see faint outlines around each of the items in the list. Al I want to do is hide the green animation that shows when i rollOver an item, I

Re: [Flashcoders] How do i get rid of the green halo glow on listbox?

2007-05-31 Thread Muzak
You can disable the rollover behavior: _list.setStyle(useRollOver, false); Does that help? regards, Muzak - Original Message - From: Alistair Colling [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Thursday, May 31, 2007 3:42 PM Subject: [Flashcoders] How do i get rid

Re: [Flashcoders] How do i get rid of the green halo glow on listbox?

2007-05-31 Thread Alistair Colling
- From: Alistair Colling [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Thursday, May 31, 2007 3:42 PM Subject: [Flashcoders] How do i get rid of the green halo glow on listbox? Hi there, I want to remove the green glow that appears when you rollOver items in a list box. I know