[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: And in my AS I have: function fAtualizaVar(sNovoChar):Void { var sBotaoMsg:String; if (isNaN(PropostaSelecionada.NCLIENTEID) == false) sBotaoMsg = 'Upd

Re: [flexcoders] Update a label

2005-04-13 Thread Manish Jethani
On 4/13/05, Fernando Barros <[EMAIL PROTECTED]> wrote: > width="200" /> > And in my AS I have: > function fAtualizaVar(sNovoChar):Void > { > var sBotaoMsg:String; > if (isNaN(PropostaSelecionada.NCLIENTEID) == false) > sBotaoMsg = 'Update ' + txtNome.text + chr(sN

RE: [flexcoders] Update a label

2005-04-13 Thread Abdul Qabiz
to some variable. Yeah before running this code make sure all variables are defined. Like "PropostaSelecionada" is not known above code... -abdul -Original Message- From: Fernando Barros [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 6:40 PM To: flexcoders@yahoogroup

RES: [flexcoders] Update a label

2005-04-13 Thread Fernando Barros
_ De: 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: > width="200" /> > And in my AS I ha