Re: [flexcoders] Datagrid Password Column?

2008-06-11 Thread Dennis Falling
y setting > backgroundColor="". I'm not sure I understand what was wrong about > backgroundAlpha=0 > > > -- > > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *Dennis Falling > *Sent:* Tuesday, Jun

Re: [flexcoders] Datagrid Password Column?

2008-06-11 Thread sLangeberg
Did you try the 'itemEditor' property, instead of 'itemRenderer'? If memory serves, the row will toggle between your textinput and the default text renderer, when you use the editor setup. -Scott On Tue, Jun 10, 2008 at 6:27 PM, Dennis Falling <[EMAIL PROTECTED]> wrote: > I have an editable Da

RE: [flexcoders] Datagrid Password Column?

2008-06-11 Thread Cato Paus Skrede
Do this on the textInput borderStyle="none" alpha="0.0" -Opprinnelig melding- Fra: [EMAIL PROTECTED] .com [mailto:[EMAIL PROTECTED] ps.yahoo.com] Sendt: 11. juni 2008 08:31 Emne: RE: [flexcoders] Datagrid Password Column? A TextInput just contains a TextField

RE: [flexcoders] Datagrid Password Column?

2008-06-10 Thread flexcoders
rs@yahoogroups.com> ] On Behalf Of Dennis Falling Sent: Tuesday, June 10, 2008 9:44 PM To: flexcoders@yahoogroups.com <mailto:flexcoders@yahoogroups.com> Subject: Re: [flexcoders] Datagrid Password Column? I tried doing the same thing I'm doing now, except moving the TextInput into an ext

Re: [flexcoders] Datagrid Password Column?

2008-06-10 Thread Dennis Falling
rer, and supply a custom TextInput as the > editor with displayAsPassword=false. > > > -- > > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *Dennis Falling > *Sent:* Tuesday, June 10, 2008 9:44 PM > *To:* flexcode

RE: [flexcoders] Datagrid Password Column?

2008-06-10 Thread Alex Harui
s the editor with displayAsPassword=false. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dennis Falling Sent: Tuesday, June 10, 2008 9:44 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Datagrid Password Column? I tried doin

Re: [flexcoders] Datagrid Password Column?

2008-06-10 Thread Dennis Falling
*On > Behalf Of *Tracy Spratt > *Sent:* Tuesday, June 10, 2008 6:06 PM > *To:* flexcoders@yahoogroups.com > *Subject:* RE: [flexcoders] Datagrid Password Column? > > > > Maybe set backgroundAlpha="0"? > > Tracy > > > -- > >

Re: [flexcoders] Datagrid Password Column?

2008-06-10 Thread Dennis Falling
If I do that then it's never white. Again, I'm going for consistency with the normal appearance of editable datagrid columns. On Tue, Jun 10, 2008 at 8:06 PM, Tracy Spratt <[EMAIL PROTECTED]> wrote: >Maybe set backgroundAlpha="0"? > > Tracy > > > -- > > *From:* f

RE: [flexcoders] Datagrid Password Column?

2008-06-10 Thread Alex Harui
@yahoogroups.com Subject: RE: [flexcoders] Datagrid Password Column? Maybe set backgroundAlpha="0"? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dennis Falling Sent: Tuesday, June 10, 2008 7:28 PM To:

RE: [flexcoders] Datagrid Password Column?

2008-06-10 Thread Tracy Spratt
Maybe set backgroundAlpha="0"? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dennis Falling Sent: Tuesday, June 10, 2008 7:28 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Datagrid Password Column? I have an editab