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.setStyle('borderStyle', 'solid');
   comboBox.setStyle('borderColor', 0x6E6E6D);
   comboBox.setStyle('fontSize', 10);

Or, to turn it off I do:

   comboBox.drawFocus = null;

 -Andy

On 4/24/07, Helmut Granda <[EMAIL PROTECTED]> wrote:
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
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to