Message 1 of 1
How can I display the "Select Source" dialog, like Insert Derive does?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In my script I'd like to ask the user to select a DataFile which I'll then pass to Occurrences.addByInsert. As far as I can tell, FileDialog (via UserInterface.createFileDialog) is only for access 'real' files from the filesystem. I'd like to show a dialog like the one that the Insert Derive command shows. How can I do this?