home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / TELECOM / RCIS_2_3_demo.lzh / DOCS / graphics.txt next >
Text File  |  1993-04-23  |  2KB  |  64 lines

  1.  
  2.  
  3.                      MENU creating utilities
  4.                    ---------------------------
  5.  
  6.      RCIS uses different types of menu files for different
  7. purposes.  When a user logs on, he has a choice of three graphic
  8. emulations: OS-9, ANSI, or NONE.  For the mainmenu, and the logon
  9. screen, there are files that correspond to each of the emulation
  10. types. Out of the files in /dd/datafiles, mainmenu.clr, and
  11. logscr.clr are displayed to the screen for OS-9 users, while
  12. mainmenu.ans, and logscr.ans are displayed for ANSI users.
  13. Mainmenu.txt, and logscr.txt are displayed for TEXT users. The
  14. os9edit, and os9toansi utilities have been provided to create the
  15. .clr, and .ans files. The .txt files, can be created with any
  16. text editor or word processor.
  17.      Another type of menu exists that makes use of /F and /B color
  18. codes used by the message editor and lister. These menus can be
  19. created easily by using the message editor. The message editor
  20. can be called up by the following command:
  21.  
  22. msgedit filename clr
  23.  
  24. By hitting .H at the beginning of any line, you will be presented
  25. with a help menu.
  26.  
  27. Sample files have been provided for you to see how the color
  28. codes work.  Look at /dd/datafiles/logoff, as an example.
  29.  
  30.  
  31.  
  32. os9edit:
  33.  
  34.      This program allows you to make full-screen welcome messages
  35. that use OS-9 graphics.  The cursor can be moved around the screen
  36. with the use of the arrow keys.  A list of options can be seen by
  37. hitting ALT-H.  This utility can be used to make your own
  38. mainmenu.clr and logscr.clr files.
  39.  
  40.  
  41. os9toansi:
  42.  
  43.      This utility will allow you to convert OS-9 screens, you
  44. made with os9edit, to ANSI. This utility is called in the
  45. following way:
  46.  
  47. os9toansi file.clr >file.ans
  48.  
  49.  
  50. fanfold:
  51.  
  52.      This is a filter that will allow you to jazz up your
  53. bulletins by giving the text file the appearance of fanfold
  54. paper.
  55.  
  56. To give a file the appearance of fanfold paper, use the following
  57. command:
  58.  
  59. fanfold <file >file.new
  60.  
  61. Since output file will contain the /F and /B color codes, it must
  62. be used along with msglist.
  63.  
  64.