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/


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to