[Flashcoders] Changing Green (halogreen) highlight color

2007-04-24 Thread Helmut Granda
Is there anyway to change the green highlight color for components without having to create a custom skin (The green/orange/blue highlight when the component has focus) ? TIA ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or s

RE: [Flashcoders] Changing Green (halogreen) highlight color

2007-04-24 Thread Matt Samet
ut Granda Sent: Tuesday, April 24, 2007 12:04 PM To: Flashcoders mailing list Subject: [Flashcoders] Changing Green (halogreen) highlight color Is there anyway to change the green highlight color for components without having to create a custom skin (The green/orange/blue highlight when t

Re: [Flashcoders] Changing Green (halogreen) highlight color

2007-04-24 Thread Andy Herrman
I believe you can use the setStyle function to do it. For instance, in some of my code where I'm setting up a combo box I have this (I forget which color setting actually changes the focus rectangle, but I think it's 'themeColor'): comboBox.setStyle('themeColor', 0x007CBA); comboBox.setSty

Re: [Flashcoders] Changing Green (halogreen) highlight color

2007-04-24 Thread John Mark Hawley
setStyle("themeColor", "red" ( or 0xFF or whatever ) ); > > From: "Helmut Granda" <[EMAIL PROTECTED]> > Date: 2007/04/24 Tue PM 02:04:23 CDT > To: "Flashcoders mailing list" > Subject: [Flashcoders] Changing Green (halogr

Re: [Flashcoders] Changing Green (halogreen) highlight color

2007-04-24 Thread Helmut Granda
hatever ) ); > > From: "Helmut Granda" <[EMAIL PROTECTED]> > Date: 2007/04/24 Tue PM 02:04:23 CDT > To: "Flashcoders mailing list" > Subject: [Flashcoders] Changing Green (halogreen) highlight color > > Is there anyway to change the green highlight color