home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / PASCAL / MC00 / MC00.DOC next >
Text File  |  1993-05-02  |  3KB  |  82 lines

  1.                             MENUCASE 0.0 
  2.                        Registration Fee $10.00
  3.                             BETA VERSION
  4.  
  5.                        (c) 1993 John Barry Iozia
  6.                          D/B/A JayBari Software
  7.                        464A Liberty Street Apt. 104
  8.                       Little Ferry, New Jersey 07643
  9.  
  10.  
  11.  
  12. MenuCase 0.0 is a case tool which will allow you to create and test Turbo 
  13. Vision menus using a Turbo Vision interface which works much like 
  14. Borland's Resource Workshop for Windows. The documentation will assume that
  15. you are familiar with Turbo Vision, know how to use a mouse, and hate to
  16. code Turbo Vision parentheses. 
  17.  
  18. The final version, when completed, will allow the creation of statuslines,
  19. have on-line help and create a Resource Workshop compatible menu RC file
  20. for easy DOS to Windows porting.
  21.  
  22. File extensions used by MenuCase:
  23.  
  24. *.TVM    untyped file containing all information pertaining to a menu and
  25.          its related commands.
  26. *.CM     Menu command include file. You create a list of command constants
  27.          and the include file for your app is automatically created when you
  28.          save the .TVM file.
  29. *.HC     Menu hcContext constants created and saved the same as *.CM 
  30. *.SCM    Actual Turbo Vision pascal source code created by your menu tree.
  31.  
  32. Notes:
  33.    Pressing ENTER while in an input field of the menu creation dialog will
  34.    make your changes visible in the menu tree. To edit a menu item in the
  35.    menu tree, double click on the menu tree or tab until the list has the
  36.    focus and press enter.
  37.  
  38.    There will be an indicator '*' at the bottom left of the menu creation
  39.    dialog which shows if you have made changes since your last save.
  40.  
  41.    The COPY, CUT & PASTE commands only apply to actual menu items. When you
  42.    insert an item it will be inserted below the focused item. Deleting a
  43.    menu popup will delete all items in its group. The paste buffer only
  44.    contains your last copy or cut.
  45.  
  46. COMMMAND CONSTANT DIALOGS:
  47.  
  48.    You can maintain a list of your menu commands and hccontext constants
  49.    using the menu options under INCLUDE FILES from the main menu bar.
  50.    To transfer a constant from a constant listbox to a menu item inputline 
  51.    do the following:
  52.  
  53.    Double click on the main menu creation dialog listbox to move the
  54.    desired menu information to the inputline. Open or click on the 
  55.    constant dialog listbox with the mouse or press F6 to cycle through the 
  56.    dialogs. Make the desired constant list item the focused item. Then 
  57.    press ENTER or mouse click on the SELECT button to transfer the 
  58.    information to the main menu creation dialog. Then click on the main 
  59.    menu creation dialog and locate the cursor in any of the inputlines. 
  60.    Then press ENTER to make the change effective. Don't press ENTER if the 
  61.    inputline you select is highlighted because you will delete the 
  62.    contents of the inputline. A constant listbox will transfer its 
  63.    information to the appropriate inputline. 
  64.  
  65.  
  66. I have supplied a few sample menus and a tvshell application so you
  67. can test them.
  68.  
  69. If you have any features you would like to see in the final version drop
  70. me a line at the above address. Again, please keep in mind that this IS
  71. A BETA VERSION. Any suggestions you can give me will be taken seriously.
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.