[flexcoders] RichTextEditor - Default color

2007-12-19 Thread Alban Soupper
Dear all,

We have just discovered that the default text color in the
RichTextEditor is 0x0B333C and not 0x00.

Is there a way to change this?

 

Thanks by advance,

Alban.



This email and any files transmitted with it contain confidential information 
and are intended solely for the use of the individual or entity to whom they 
are addressed. If you are not the intended recipient, you are hereby notified 
that any disclosure, copying, use, or distribution of the information included 
in this message and any attachments is strictly prohibited. If you have 
received this email in error please notify the system manager at [EMAIL 
PROTECTED] or by reply email and immediately and permanently delete this 
message and any attachments. Email transmission cannot be guaranteed to be 
secure or error-free and may be susceptible to data corruption, delay, 
interception, unauthorised amendment, or contain viruses. The sender therefore 
does not accept liability for any errors, omissions or other such consequences 
which may arise as a result of this email transmission. 




Re: [flexcoders] RichTextEditor - Default color

2007-12-19 Thread Giles Roadnight
styles?

On Dec 19, 2007 10:35 AM, Alban Soupper [EMAIL PROTECTED] wrote:

Dear all,

 We have just discovered that the default text color in the RichTextEditor
 is 0x0B333C and not 0x00.

 Is there a way to change this?



 Thanks by advance,

 Alban.


 

 This email and any files transmitted with it contain confidential
 information and are intended solely for the use of the individual or entity
 to whom they are addressed. If you are not the intended recipient, you are
 hereby notified that any disclosure, copying, use, or distribution of the
 information included in this message and any attachments is strictly
 prohibited. If you have received this email in error please notify the
 system manager at [EMAIL PROTECTED] or by reply email and immediately and
 permanently delete this message and any attachments. Email transmission
 cannot be guaranteed to be secure or error-free and may be susceptible to
 data corruption, delay, interception, unauthorised amendment, or contain
 viruses. The sender therefore does not accept liability for any errors,
 omissions or other such consequences which may arise as a result of this
 email transmission.


 


  




-- 
Giles Roadnight
http://giles.roadnight.name


RE: [flexcoders] RichTextEditor - Default color

2007-12-19 Thread Alban Soupper
Yeah :-)

 

As I extends the RichTextEditor, I can write in the creationComplete:

  textArea.setStyle(color, 0x00);

  colorPicker.selectedColor = 0x00;

 

But my boss want the text be justified by default and the code does not
the job:

  textArea.setStyle(align, justify);

  alignButtons.selectedIndex=3;

-- the button is correctly set but the text is not justified...

 

Thanks,

Alban.

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Giles Roadnight
Sent: 19 December 2007 12:05
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] RichTextEditor - Default color

 

styles? 

On Dec 19, 2007 10:35 AM, Alban Soupper [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]  wrote:

Dear all,

We have just discovered that the default text color in the
RichTextEditor is 0x0B333C and not 0x00.

Is there a way to change this?

 

Thanks by advance,

Alban.




This email and any files transmitted with it contain confidential
information and are intended solely for the use of the individual or
entity to whom they are addressed. If you are not the intended
recipient, you are hereby notified that any disclosure, copying, use, or
distribution of the information included in this message and any
attachments is strictly prohibited. If you have received this email in
error please notify the system manager at [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]  or by reply email and immediately and
permanently delete this message and any attachments. Email transmission
cannot be guaranteed to be secure or error-free and may be susceptible
to data corruption, delay, interception, unauthorised amendment, or
contain viruses. The sender therefore does not accept liability for any
errors, omissions or other such consequences which may arise as a result
of this email transmission. 




 




-- 
Giles Roadnight
http://giles.roadnight.name http://giles.roadnight.name  

 



This email and any files transmitted with it contain confidential information 
and are intended solely for the use of the individual or entity to whom they 
are addressed. If you are not the intended recipient, you are hereby notified 
that any disclosure, copying, use, or distribution of the information included 
in this message and any attachments is strictly prohibited. If you have 
received this email in error please notify the system manager at [EMAIL 
PROTECTED] or by reply email and immediately and permanently delete this 
message and any attachments. Email transmission cannot be guaranteed to be 
secure or error-free and may be susceptible to data corruption, delay, 
interception, unauthorised amendment, or contain viruses. The sender therefore 
does not accept liability for any errors, omissions or other such consequences 
which may arise as a result of this email transmission.