Flex: How to put a object to the datagrid from a file?

Posted by marko on Stack Overflow See other posts from Stack Overflow or by marko
Published on 2010-05-12T13:26:17Z Indexed on 2010/05/12 13:44 UTC
Read the original article Hit count: 127

Filed under:

hallo guys,

First, I have this function:

private var file:File = new File;

public function openBrowse():void{

file.browseForOpen("Objekt auswählen");

}

but how can I put the object to a datagrid?

© Stack Overflow or respective owner

Related posts about flex