home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_01 / HISOFT.LZH / HISOFT_A.MSA / README.TXT < prev    next >
Text File  |  1993-09-22  |  4KB  |  127 lines

  1. Readme file for HiSoft BASIC 2 for the Atari
  2. ============================================
  3.  
  4. This is version 2.10.
  5.  
  6. Additional files on Disk 1
  7. --------------------------
  8.  
  9. HB2INST.RSC
  10. HBDISKS.DIR     are additional files required by the installation program.
  11. HB2INST.INF
  12.  
  13. HGT\TOOLBOX.T   are now on disk 2
  14. HGT\HGT.T
  15.  
  16.  
  17. Additional files on disk 2
  18. --------------------------
  19. AUTO\HRAM1MEG.PRG  ramdisk for users with at least 2M of RAM
  20. HGT\TOOLBOX.T      files that were originally on disk 1
  21. HGT\HGT.T
  22.  
  23. The file MOST.T mentioned on Page 164 of the user Manual is no longer
  24. included. Use HGT.T from the HGT folder instead.
  25.  
  26. Installation program
  27. ====================
  28.  
  29. We have tried to make this as self explainatory as possible. Please
  30. click on the Help button for information applicable to your configuration.
  31. For people who don't like installation programs, we've included
  32. a Show command to display where the files would be copied.
  33.  
  34. The installation program does not support single sided floppy disk
  35. drives. Users without a hard disk should disconnect any single sided
  36. drive before running the installation program.
  37.  
  38.  
  39. Editor additions
  40. ================
  41.  
  42. The editor now supports up to 7 windows.
  43.  
  44. The editor displays a 'beach ball' when compilation takes place. Do
  45. not be alarmed when it stops rotating this is quite normal! The
  46. compiler messages windows scrolls so that you can still see the
  47. results of previous compilations.
  48.  
  49. If you select the 'Make resident' button in the tools dialog box
  50. this will take affect immediately, loading the appropriate tool.
  51. Similarly de-selecting 'Make resident' will cause the memory that
  52. was used by the tool to be freed. 
  53. Note that this can easily fragment your memory - you should re-load
  54. the editor to give the maximum free contiguous memory.
  55.  
  56.  
  57. Changes from First edition manual
  58. ================================
  59.  
  60. The XBIOS library rsconf call (page 222 of the technical reference is now
  61. a function rsconf&. This returns the previous  ucr,rsr,tsr and scr parameters
  62. packed into bytes with ucr as the most significant; scr is the least
  63. signicicant.
  64.  
  65.  
  66. Additional GEMDOS library functions
  67. ===================================
  68. crawio_&,crawcin_&,cnecin_& are versions of crawio%,crawcin% and cnecin%
  69. which return full 32 bit values enabling you to check the scan code
  70. shift keys in a similar way as with cconin&
  71.  
  72. GEMAES library changes
  73. ======================
  74.  
  75. The last two parameters to shel_write are now long integers. So its
  76. parameters are:
  77.  
  78. FUNCTION shel_write(BYVAL ex, BYVAL gr, BYVAL over,BYVAL nameptr&, BYVAL commandptr&)
  79. The GemAES library  shel_get call is now a FUNCTION, FNshel_get%
  80.  
  81. GEM Toolbox change
  82. ==================
  83.  
  84. The Other Object routines (OTHEROBJ.BAS) are not included in HGT.BAS and
  85. HGT.T to save space as few users have needed these. 
  86.  
  87. Further extensions to the GEM toolbox
  88. =====================================
  89. The formwind.bas Object_Redraw routine now takes two parameters.
  90. The first is the window handle to be redrawn. The second is the object
  91. number. Note that this can only redraw a single object.
  92.  
  93.  
  94. The popup facilities in POPUP.BAS have been extended so that you can
  95. now use the following keyboard short cuts to walk the popup menus:
  96.  
  97. Cursor Up/Down - to move up and down the menu items
  98. ClrHome -        jump to the first item
  99. Shift+ClrHome -  jump to last item
  100. Return -         OK the selection and exit menu
  101. Undo -           Cancel and exit menu
  102.  
  103. If the global variable mouse_detect_both=-1 then both mouse buttons
  104. are active inside the popup menu.
  105.  
  106.  
  107. Mistakes in the First Edition manuals
  108. =====================================
  109.  
  110. The example in the User manual on Page 49 should include the line
  111. LINEF 50,50,50,100 rather than LINEF 50,50,50,50.
  112.  
  113. At the bottom of Page 152 you should press the TAB key not the Escape
  114. key to move to the next field.
  115.  
  116. Many thanks to Ofir Gal for his work on the new Popup and Form Windows of
  117. the GEM toolbox.
  118.  
  119. Dave Nutkins
  120. HiSoft
  121. The Old School
  122. Greenfield
  123. BEDFORD
  124. MK45 5DE
  125. U.K.
  126.  
  127.