[flexcoders] Update a label

2005-04-13 Thread Fernando Barros
Hi there! I would like to know, a better way to update a label after I changed TextInput property. What I did: mx:TextInput id=txtNome keyDown=fAtualizaVar(event.ascii) maxChars=150 width=200 / And in my AS I have: function fAtualizaVar(sNovoChar):Void { var sBotaoMsg:String;

Re: [flexcoders] Update a label

2005-04-13 Thread Manish Jethani
On 4/13/05, Fernando Barros [EMAIL PROTECTED] wrote: mx:TextInput id=txtNome keyDown=fAtualizaVar(event.ascii) maxChars=150 width=200 / And in my AS I have: function fAtualizaVar(sNovoChar):Void { var sBotaoMsg:String; if (isNaN(PropostaSelecionada.NCLIENTEID) == false)

RE: [flexcoders] Update a label

2005-04-13 Thread Abdul Qabiz
- From: Fernando Barros [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 6:40 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Update a label Hi there! I would like to know, a better way to update a label after I changed TextInput property. What I did: mx:TextInput id=txtNome

RES: [flexcoders] Update a label

2005-04-13 Thread Fernando Barros
: Manish Jethani [mailto:[EMAIL PROTECTED] Enviada em: quarta-feira, 13 de abril de 2005 10:23 Para: flexcoders@yahoogroups.com Assunto: Re: [flexcoders] Update a label On 4/13/05, Fernando Barros [EMAIL PROTECTED] wrote: mx:TextInput id=txtNome keyDown=fAtualizaVar(event.ascii) maxChars=150 width