RE: [Flashcoders] TextArea class properties

2008-09-09 Thread Lehr, Theodore M (N-SGIS)
Beauty - thanks all

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ian
Thomas
Sent: Tuesday, September 09, 2008 12:48 PM
To: Flash Coders List
Subject: Re: [Flashcoders] TextArea class properties

Try the style 'disabledColor'.
The docs are here:
http://livedocs.adobe.com/flex/3/langref/mx/controls/TextArea.html

Ian

On Tue, Sep 9, 2008 at 5:41 PM, Lehr, Theodore M (N-SGIS) <
[EMAIL PROTECTED]> wrote:

> Beauty - this works - but it is graying out my text - how can I
maintain
> the same text color when it is disabled... is there a style that is
> applicable?
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Jon
> Bradley
> Sent: Tuesday, September 09, 2008 12:35 PM
> To: Flash Coders List
> Subject: Re: [Flashcoders] TextArea class properties
>
> On Sep 9, 2008, at 12:05 PM, Merrill, Jason wrote:
>
> > Have you tried selectable = false?
>
> I think it might be:
>
> textAreaInstance.enabled = false;
>
> Getting rid of the focus rect is generally a separate issue though,
> but when the component 'enabled' property is set to false, the focus
> rect shouldn't show.
>
> - jon
>
>
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] TextArea class properties

2008-09-09 Thread eric e. dolecki
Sounds like you need to disable the focusRect thing in addition to
.selectable = false;

On Tue, Sep 9, 2008 at 12:41 PM, Lehr, Theodore M (N-SGIS) <
[EMAIL PROTECTED]> wrote:

> Beauty - this works - but it is graying out my text - how can I maintain
> the same text color when it is disabled... is there a style that is
> applicable?
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Jon
> Bradley
> Sent: Tuesday, September 09, 2008 12:35 PM
> To: Flash Coders List
> Subject: Re: [Flashcoders] TextArea class properties
>
> On Sep 9, 2008, at 12:05 PM, Merrill, Jason wrote:
>
> > Have you tried selectable = false?
>
> I think it might be:
>
> textAreaInstance.enabled = false;
>
> Getting rid of the focus rect is generally a separate issue though,
> but when the component 'enabled' property is set to false, the focus
> rect shouldn't show.
>
> - jon
>
>
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] TextArea class properties

2008-09-09 Thread Ian Thomas
Try the style 'disabledColor'.
The docs are here:
http://livedocs.adobe.com/flex/3/langref/mx/controls/TextArea.html

Ian

On Tue, Sep 9, 2008 at 5:41 PM, Lehr, Theodore M (N-SGIS) <
[EMAIL PROTECTED]> wrote:

> Beauty - this works - but it is graying out my text - how can I maintain
> the same text color when it is disabled... is there a style that is
> applicable?
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Jon
> Bradley
> Sent: Tuesday, September 09, 2008 12:35 PM
> To: Flash Coders List
> Subject: Re: [Flashcoders] TextArea class properties
>
> On Sep 9, 2008, at 12:05 PM, Merrill, Jason wrote:
>
> > Have you tried selectable = false?
>
> I think it might be:
>
> textAreaInstance.enabled = false;
>
> Getting rid of the focus rect is generally a separate issue though,
> but when the component 'enabled' property is set to false, the focus
> rect shouldn't show.
>
> - jon
>
>
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] TextArea class properties

2008-09-09 Thread Lehr, Theodore M (N-SGIS)
Beauty - this works - but it is graying out my text - how can I maintain
the same text color when it is disabled... is there a style that is
applicable?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jon
Bradley
Sent: Tuesday, September 09, 2008 12:35 PM
To: Flash Coders List
Subject: Re: [Flashcoders] TextArea class properties

On Sep 9, 2008, at 12:05 PM, Merrill, Jason wrote:

> Have you tried selectable = false?

I think it might be:

textAreaInstance.enabled = false;

Getting rid of the focus rect is generally a separate issue though,  
but when the component 'enabled' property is set to false, the focus  
rect shouldn't show.

- jon


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] TextArea class properties

2008-09-09 Thread Jon Bradley

On Sep 9, 2008, at 12:05 PM, Merrill, Jason wrote:


Have you tried selectable = false?


I think it might be:

textAreaInstance.enabled = false;

Getting rid of the focus rect is generally a separate issue though,  
but when the component 'enabled' property is set to false, the focus  
rect shouldn't show.


- jon


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] TextArea class properties

2008-09-09 Thread eric e. dolecki
Sounds like its a focus UI thing. You may need to turn that bit off.
Eric

On Tue, Sep 9, 2008 at 12:09 PM, Lehr, Theodore M (N-SGIS) <
[EMAIL PROTECTED]> wrote:

> Yeah - didn't seem to affect anything
>
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Merrill,
> Jason
> Sent: Tuesday, September 09, 2008 12:06 PM
> To: Flash Coders List
> Subject: RE: [Flashcoders] TextArea class properties
>
> Have you tried selectable = false?
>
> Jason Merrill
> Bank of America
> Enterprise Technology & Global Risk L&LD
> Instructional Technology & Media
>
> Join the Bank of America Flash Platform Developer Community
>
> Are you a Bank of America associate interested in innovative learning
> ideas and technologies?
> Check out our internal  Innovative Learning Blog & subscribe.
>
>
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] TextArea class properties

2008-09-09 Thread Lehr, Theodore M (N-SGIS)
Yeah - didn't seem to affect anything


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Merrill,
Jason
Sent: Tuesday, September 09, 2008 12:06 PM
To: Flash Coders List
Subject: RE: [Flashcoders] TextArea class properties

Have you tried selectable = false?

Jason Merrill 
Bank of America 
Enterprise Technology & Global Risk L&LD 
Instructional Technology & Media

Join the Bank of America Flash Platform Developer Community 

Are you a Bank of America associate interested in innovative learning
ideas and technologies?
Check out our internal  Innovative Learning Blog & subscribe. 


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] TextArea class properties

2008-09-09 Thread Merrill, Jason
Have you tried selectable = false?

Jason Merrill 
Bank of America 
Enterprise Technology & Global Risk L&LD 
Instructional Technology & Media

Join the Bank of America Flash Platform Developer Community 

Are you a Bank of America associate interested in innovative learning
ideas and technologies?
Check out our internal  Innovative Learning Blog & subscribe. 


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders