Hi everyone, I'm making a Flex 3/AIR app, and all works pretty well. I'm accessing some files over my network, so I've mapped my network drive (so it shows up as a local resource under "my computer"). Of course this means that AIR has no trouble accessing the contents. But, of course, being over a network, there's some lag time, especially getting the contents of large directories - so my application will appear to freeze up. I know the flash.File class supports asynchronous methods, but I can't find this anywhere for the FileSystemDataGrid or any of the other components. Did Adobe just not put this functionality into the components? Did anyone create an alternate FileSystemDataGrid for this purpose?
Thanks! ben

