home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-11-24 | 766 b | 23 lines | [TEXT/PICN] |
- 1. Additional Functions for Managing Files Containing Resources
- ---------------------------------------------------------------
-
- The OpenResFile and CloseResFile external functions are described on
- pages D-1 and D-2 of the ProIcon manual. ProIcon includes two additional
- functions that are always accessible. To obtain the file ID of the
- current resource file, use:
-
- resFile := callout("CODE", "CurResFile")
-
- To establish a particular resource file as the first file to be searched
- by the operating system, use:
-
- callout("CODE", "UseResFile", resFile)
-
-
-
- 2. HyperCard XCMD/XFCN Interface Version
- ----------------------------------------
-
- The callbacks of the HyperCard interface provided by ProIcon reflect
- the interface supported by HyperCard version 1.2.5.
-