The FileSelector Object: 2.2 File Selector Basics: Supporting the File Selector

Up: GEOS SDK TechDocs | Up | Prev: 2.1 Setting Up the File Selector | Next: 2.3 Messages to Handle

To use the File Selector as shown in A Basic File Selector , your application must have some object (which may be the Process object) that can handle all the cases that may arise from a user's interaction with the dialog box. All of these cases are listed below:

The above list describes the basics of File Selector support. Different File Selectors (such as SaveAs dialogs that allow the user to type in a file name) can easily be defined by adding other gadgetry to the controller. All other actions possible are internal to the file selector (e.g. the "Go To Document" button is a feature of the File Selector which is invisible to the application).


Up: GEOS SDK TechDocs | Up | Prev: 2.1 Setting Up the File Selector | Next: 2.3 Messages to Handle