I don't see simple way to get a array item that is result from event.resultweborb. I always see the example using DataGrid only.
private function infoMahasiswaResultHandler(event:ResultEvent):void
{
dataMahasiswa = new ArrayCollection( event.result as Array );
}
may i get an object like that :
<textinput text={dataMahasiswa[0]} ? it's not working to me. please help
thanks
--
Regard,
Harry Saputra

