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?
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?