[flexdev] Re: valores nulos entre propriedades de objetos flex e java

2007-08-22 Por tôpico Luis Eduardo
porra... é como dizem: "kill the snake and show the stick!" :) []s, Luís. Beck Novaes escreveu: > >From FlexCoders: > > "First, the behavior of ActionScript 3 Number, int and uint is based > on > the ECMA Script 4 specification (well, at least what this > specification > stip

[flexdev] Re: valores nulos entre propriedades de objetos flex e java

2007-08-22 Por tôpico Beck Novaes
>From FlexCoders: "First, the behavior of ActionScript 3 Number, int and uint is based on the ECMA Script 4 specification (well, at least what this specification stipulated at the time of release). Given that AS3 has been released Flex is dependent on the way it is today. Second, Java primitives

[flexdev] Re: valores nulos entre propriedades de objetos flex e java

2007-08-21 Por tôpico Daniel Schmitz
oi, será que ajuda: edtValorInt.text = (edtValorInt.text==0)?null:edtValorInt.text; ou ... if (edtValorInt.text==0) { edtValorInt = null; } Cleber Lecheta Franchini escreveu: > Prezados(as), > > Como fazer para que um objeto action script que tenha um atributo > int que não foi pree