hello people,
i am adding one XML item at one XMLListCollection but the
collectionChange event dont fire.
i am using the follow code:
var xn:XML = new XML();
xn = <TipoVeiculo Id="" Nome={edtNome.text}
Descricao={edtDescricao.text}/>;
XMLLC.addItem(xn);
the XMLListCollection was defined in this way:
<mx:XMLListCollection id="XMLLC"
collectionChange="Alert.show('collectionChange')"/>
any ideas? is this a bug? or only the arraycollection can actually
fire this event?
[]'s,
Luís Eduardo.
_______________________________________________________
Você quer respostas para suas perguntas? Ou você sabe muito e quer compartilhar seu conhecimento? Experimente o Yahoo! Respostas !
http://br.answers.yahoo.com/
--
----------------------------
Igor Costa
www.igorcosta.com __._,_.___
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
![]()
SPONSORED LINKS
Software development tool Software development Software development services Home design software Software development company
Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe
__,_._,___
- Re: [flexcoders] bug in the XMLListCollection ? Igor Costa
- [flexcoders] Re: bug in the XMLListCollection ? Bela Hajzer
- Re: [flexcoders] Re: bug in the XMLListCollection ? Luis Eduardo
Reply via email to
Does this compile?
On 10/24/06, Luis Eduardo <[EMAIL PROTECTED]> wrote:

