RE: [Flashcoders] TEXTAREA COMPONENT PROBLEM - has a green keyline whenselected :/

2006-09-27 Thread Ryan Potter
Try this:

this.myTextArea.drawFocus = null; 
this.myTextArea.focusTextField = null; 



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Matt Muller
Sent: Wednesday, September 27, 2006 9:22 AM
To: Flashcoders mailing list
Subject: [Flashcoders] TEXTAREA COMPONENT PROBLEM - has a green keyline
whenselected :/

Im loading some leagcy swfs - flash 7, into flash 8, there is a textarea
component that only has this behaviour when its loaded through a movieclip.
It has a green keyline when selected, When it loses focus it loses the
keyline, Im trying stuff like

import mx.styles.CSSStyleDeclaration;
_global.styles.TextArea = new CSSStyleDeclaration();
_global.styles.TextArea.setStyle(focusColor, null);
_global.styles.TextArea.setStyle(borderColor, none);

but none of this is working, can anyone shed some light on a solution?

Thanks

MaTT
___
Flashcoders@chattyfig.figleaf.com
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
___
Flashcoders@chattyfig.figleaf.com
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


Re: [Flashcoders] TEXTAREA COMPONENT PROBLEM - has a green keyline whenselected :/

2006-09-27 Thread Matt Muller

it works, thanks so much :)

On 9/27/06, Ryan Potter [EMAIL PROTECTED] wrote:


Try this:

this.myTextArea.drawFocus = null;
this.myTextArea.focusTextField = null;



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Matt
Muller
Sent: Wednesday, September 27, 2006 9:22 AM
To: Flashcoders mailing list
Subject: [Flashcoders] TEXTAREA COMPONENT PROBLEM - has a green keyline
whenselected :/

Im loading some leagcy swfs - flash 7, into flash 8, there is a textarea
component that only has this behaviour when its loaded through a
movieclip.
It has a green keyline when selected, When it loses focus it loses the
keyline, Im trying stuff like

import mx.styles.CSSStyleDeclaration;
_global.styles.TextArea = new CSSStyleDeclaration();
_global.styles.TextArea.setStyle(focusColor, null);
_global.styles.TextArea.setStyle(borderColor, none);

but none of this is working, can anyone shed some light on a solution?

Thanks

MaTT
___
Flashcoders@chattyfig.figleaf.com
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
___
Flashcoders@chattyfig.figleaf.com
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


___
Flashcoders@chattyfig.figleaf.com
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