home *** CD-ROM | disk | FTP | other *** search
/ Millennium Time Capsule / AC2000.BIN / disks / ac7_disk / gemma152 / read.me < prev   
Encoding:
Text File  |  1997-08-02  |  1.9 KB  |  42 lines

  1. Welcome to GEMMA 1.52!
  2.  
  3. Warning:- This software is still in the early stages of development, so DON'T expect
  4. everything to work all the time with all software.
  5.  
  6. To run GEMMA programs successfully, always use a STOS loader with .PRG as the extender, as
  7. otherwise GEM within STOS will not work properly. (Eg:- BASICnnn.PRG)
  8.  
  9. The files included here should be:-
  10.  
  11. GEMMA.EXP   \ The GEMMA extension files.
  12. GEMMA.EXZ   / (Now split into two.)
  13.  
  14. GEMMA.ACC     The GEMMA accessory. This gives memory back to GEM and other things too.
  15.  
  16. GEMMA.MEM     This specifies how much memory to give back to GEM.
  17.  
  18. COMMANDS.TXT  List of GEMMA commands.
  19.  
  20. GEMEXAMP.LES
  21.  
  22. INCLUDE.ASC   This code sets up a STOS program ready to use GEM. Merge this into your own
  23.               programs and gosub it before trying to use any GEMMA commands. (It's also a
  24.               good idea to do a cls before calling this.)
  25.                             
  26. GEMMADEM.BAS  The GEMMA demo program. Shows use of menu bar, dialogues, alert boxes
  27.               and windows. Try calling accessories from the 'desktop' menu, then try
  28.               the quit option to return cleanly to STOS! BEWARE:- There is a serious
  29.               bug in the window+VDI option which causes a bus error (eventually.) Also the 
  30.               formwindow option doesn't allow you to select anything yet.
  31.  
  32. WINDTEXT.BAS  Demo program showing how to use the GEM fileselector to browse a file in a GEM
  33.               window. (Run this from ST medium resolution.) Doesn't like some files for a
  34.               currently unknown reason. Try a few before giving up! The COMMANDS.TXT with this
  35.               archive should work OK.)
  36.                                           
  37. *.BAS         Other demo programs. Run AUTOEXEC.BAS immediately before trying to run them. 
  38.            Then use the F4 key to load a program and F6 to run them. All functions 
  39.            displayed are already in GEMMADEM.BAS, though.
  40.               
  41. Enjoy!
  42.