Open GoogleCodeExporter opened 8 years ago
Hi
I'm having the same issue, even with an array with size 1.
Can you post your handleMessage() function code?
What i'm doing is
On the Java side:
ArrayList<String> teste=new ArrayList<String>();
teste.add("teste");
teste.add("teste1");
teste.add("teste2");
Message testeMsg=new Message();
testeMsg.setData(teste);
testeMsg.send()
On AIR:
private function handleAnimalLoadResult(e:ResultEvent):void{
animais = e.result.data as Array;
}
Thanks,
Sonia
Original comment by sonia.ma...@gmail.com
on 10 Aug 2010 at 8:43
try:
animais = e.result.data as ArrayCollection;
Original comment by iwester...@gmail.com
on 1 May 2011 at 2:40
Original issue reported on code.google.com by
junmin.s...@gmail.com
on 17 Dec 2009 at 11:25