Re: [flexcoders] Blank out password field in a datagrid cell

2006-06-29 Thread jfournet
Worked great, however if I mark the password field editable=false, it causes the tabbing in the grid to get screwed up,  when the user tabs it skips over the password field, the user must select the password field with the mouse click.  If I enable editing of the datagrid cell, the cleartext pas

Re: [flexcoders] Blank out password field in a datagrid cell

2006-06-22 Thread Brendan Meutzner
Just need to get a bit creative:App.mxml--http://www.macromedia.com/2003/mxml" >                                                                                                                SampleRenderer.mxml---http://www.macromedia.com/2003/

Re: [flexcoders] Blank out password field in a datagrid cell

2006-06-22 Thread jfournet
Well yes and no.  The clear text password is still visable while the user is typing it in, the cell renderer does not get invoked to render the password invisible until after the user changes focus to another cell.Brendan Meutzner <[EMAIL PROTECTED]> wrote: This could be accomplished using

Re: [flexcoders] Blank out password field in a datagrid cell

2006-06-22 Thread jfournet
Well yes and no.  The clear text password is still visable while the user is typing it in, the cell renderer does not get invoked to render the password invisible until after the user changes focus to another cell.Brendan Meutzner <[EMAIL PROTECTED]> wrote: This could be accomplished using

Re: [flexcoders] Blank out password field in a datagrid cell

2006-06-21 Thread Brendan Meutzner
This could be accomplished using the cellRenderer property for DataGridColumn in 1.5.On 6/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: We are using flex 1.5, I think this is a flex 2.0 feature.  Is there another way to accomplish this?Jason Szeto < [EMAIL P

RE: [flexcoders] Blank out password field in a datagrid cell

2006-06-21 Thread jfournet
We are using flex 1.5, I think this is a flex 2.0 feature.  Is there another way to accomplish this?Jason Szeto <[EMAIL PROTECTED]> wrote: You need to create a TextInput with password for your itemEditor as well. JasonFrom: flexcoders@yahoogroups.com [mailto:flexcoders@y

RE: [flexcoders] Blank out password field in a datagrid cell

2006-06-19 Thread Jason Szeto
You need to create a TextInput with password for your itemEditor as well.   Jason   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of jfournet Sent: Thursday, June 15, 2006 6:13 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Blank out