home *** CD-ROM | disk | FTP | other *** search
-
- Fileselect V1.0 written in November 1988 by F.Lienhardt
- ---------------------------------------------------------
-
- This programm is an example who use a FileIO window written
-
- 100 % in assembler !! (This is public domain)
-
- The possibilities in version 1.0 are:
-
- - selection from df0: df1: dh0: and Parent with boolean gadgets.
- Other devices can be used as drawers, ex: Ram: df2: etc...
-
- - selection from a gadget is accepted in real time. Example:
- you load the directory from df0: and you want to Cancel, Load a
- file, or change the drawer: you must not wait the end of loading
- directory.
-
- - The result is separated between sub-directories and files.
- Sub-directories appairs in color3 from your preferences and
- files in color1.
-
- - Files and sub-directories are sorted in alphabetic order on
- the first letter. (to be faster!)
-
- - Scrolling directory is made in real time when you move the
- mover in the proportional gadget.
-
- - You can, in the source programm, modify quickly the name of
- your window in a Save or Delete window.
-
- When using the fileselect routine, when you have made a choice of a
- file name, the adress of this filename will be in register a0.
- When you quit the fileselect (Cancel) a0 will be null.
-
- The source programm is written with Devpac assembler.
-
- Suggests by : Fabrice Lienhardt
- 7 rue de Leicester
- 67000 Strasbourg (France)
-
- A version 1.1 will be appair in spring 1989.
-
-