home *** CD-ROM | disk | FTP | other *** search
/ Physics Lessons / Physics Lessons.iso / mac / Future Graph Sample Courseware / FGAPP / SAMPLES / SYSTEM / INITLESS.MAC < prev   
Encoding:
Text File  |  1996-10-17  |  809 b   |  25 lines  |  [TEXT/ttxt]

  1. HELP LIBRARY FILE samples\library.hlp
  2. HELP HELP FILE samples\help.hlp
  3. HELP ON EXIT BUTTON TRUE
  4. HELP WIN NAME
  5.  
  6. CLOSE MACRO TOOL BAR
  7. SET MACRO TOOL BAR HORZ
  8. ADDMACROTOOL ,[fg]fgapp\pictures\t_door.wpg,  25, 25,HELP SHOW LAST SCREEN
  9. ADDMACROTOOL PREV,[fg]system\clip.wpg,  25, 25,spread prev page
  10. ADDMACROTOOL NEXT,[fg]system\clip.wpg,  25, 25,spread next page
  11. ADDMACROTOOL ,[fg]fgapp\pictures\t_calc2.wpg,  25, 25,run("[fg]fgapp\system\t_calc")
  12. // SET MACRO TOOL BAR POS 100, 10, 82, 400
  13. SET MACRO TOOL BAR POS 525,382,105,32
  14. SHOW MACRO TOOL BAR
  15.  
  16. Spread Back Color (1,11)
  17. Spread Allow Nav Keys   = FALSE
  18. Spread Allow Edit Keys  = FALSE
  19. Spread Allow Highlight  = FALSE
  20. Spread Allow Closed Box = FALSE
  21. iff (FgPlatform() == 3) // Mac Only
  22.     {
  23.     Spread Allow Windows Size = FALSE
  24.     }
  25.