home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / menu / mman.dat < prev    next >
Encoding:
Text File  |  1988-05-03  |  9.6 KB  |  95 lines

  1. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  2. --comerrs.
  3. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  4. FATAL_ERROR
  5. Error in opening the Menu Definition File given. The compiler cannot continue. Check that the file exists.                                                                                                                                  
  6. FATAL_ERROR
  7. Error in opening Menu Definition Table file. The file specification given in the Title User Identifier may be an improper file spec for this operating system. The compiler can not continue.                                               
  8. WARNING_ERROR
  9. User Literal specifying a Selection Key must follow the Select Identifier. This Selection instruction will be ignored.                                                                                                                      
  10. WARNING_ERROR
  11. The Selection Key given in the User Literal must be a single character. The Selection Instruction will be ignored.                                                                                                                          
  12. WARNING_ERROR
  13. Character given for a Selection Key is not currently allowed. Selection Instruction will be ignored.                                                                                                                                        
  14. WARNING_ERROR
  15. Action Identifier and a process to be initiated must follow the Selection Key in a Selection Instruction.                                                                                                                                   
  16. WARNING_ERROR
  17. The Identifier given in the Selection Instruction is not a valid Action Identifier.                                                                                                                                                         
  18. WARNING_ERROR
  19. User Literal giving the file name of a process to be initiated must follow an Action Identifier. The Action Identifier will be ignored.                                                                                                     
  20. WARNING_ERROR
  21. Only one process and one menu is allowed to be initiated on each Selection Instruction. Subsequent processes defined in this Selection Instruction will be ignored.                                                                         
  22. WARNING_ERROR
  23. User Literal containing a file name of a Menu Definition Table must follow a MENU Action Identifier. This Menu Definition Table will be used as the next menu for the selection being defined.                                              
  24. WARNING_ERROR
  25. User Literal specifying an integer column number is expected after the COLUMN identifier.                                                                                                                                                   
  26. WARNING_ERROR
  27. Column number given is not in the range of the current screen size configuration. The column number value will remain unchanged.                                                                                                            
  28. WARNING_ERROR
  29. User Literal specifying an integer line number is expected after the LINE identifier.                                                                                                                                                        
  30. WARNING_ERROR
  31. Line number given is not in the range of the current screen size configuration. The line number value will remain unchanged.                                                                                                                
  32. WARNING_ERROR
  33. User Literal specifying a Bad Selection Message is expected after the ERROR Identifier.                                                                                                                                                     
  34. WARNING_ERROR
  35. The Bad Selection Message given is to long to fit on the screen under the current screen size configuration. The User Defined Variables can be changed to set a new screen size configuration.                                              
  36. DISABLING_ERROR
  37. The first non-comment Lexical Unit in the Menu Definition File must be a User Literal containing the name of the Menu Definition Table file that will be created. Compile will continue but no Menu Definition Table will be created.       
  38. WARNING_ERROR
  39. Control Identifier given is not recognized. The Identifier will not be processed.                                                                                                                                                           
  40. WARNING_ERROR
  41. Text string specified is to long to fit on current Line and Column. Text currently set for this Line and Column will remain.                                                                                                                
  42. NO_ERROR
  43. Error status is FATAL - No Menu Definition table is created, and Menu Compiler has Aborted.                                                                                                                                                 
  44. NO_ERROR
  45. Error Status is DISABLE - Menu Definition File compiled completely, however a Menu Definition Table was not created due to Disabling Errors.                                                                                                
  46. NO_ERROR
  47. Error status is WARNING - Menu Definition File compiled completely, and Menu Definition Table is created. However, errors may cause UNPREDICTABLE RESULTS if the Menu Handler is run with the table file created here.                      
  48. NO_ERROR
  49. Error status is NO ERRORS - Menu Definition File compiled completely, and Menu Definition Table is created.                                                                                                                                 
  50. FATAL_ERROR
  51. Unable to find the Menu Definition Table given for processing. Make sure Menu Definition Table was created by the compiler. The Menu Handler will abort.                                                                                    
  52. WARNING_ERROR
  53. Menu to be displayed was compiled with a different screen size configuration than what is currently in effect with this execution of the Menu Handler. The previous menu will be displayed.                                                 
  54. WARNING_ERROR
  55. The name of the menu of process given is to long for the current configuration. The User Defined variable can be adjusted to change the maximum file name size.                                                                             
  56. DISABLING_ERROR
  57. The name give for the Menu Definition Table is to long. No Menu Definition Table will be created.                                                                                                                                           
  58. NO_ERROR
  59. Please enter the name of the Menu Definition File to be compiled.                                                                                                                                                                           
  60. FATAL_ERROR
  61. The initial Menu Table file given is not found. The Menu Handler will stop.                                                                                                                                                                 
  62. FATAL_ERROR
  63. The initial Menu Table file given was compiled with a different configuration than is currently running on the Menu Handler. The configurations must be consistent for each menu description. The Menu Handler will stop.                   
  64. WARNING_ERROR
  65. The Menu Table File for the menu selected is not found. Make sure the Menu Definition File for the menu was compiled. Previous Menu will display.                                                                                           
  66. WARNING_ERROR
  67. The Menu selection was compiled with a different configuration than is currently running on the Menu Handler. Previous Menu will display.                                                                                                   
  68. WARNING_ERROR
  69. The Command Line Interpreter for this operating system cannot process the given line. This Ada environment must have the capability to pass a command line to the system CLI.                                                               
  70. WARNING_ERROR
  71. The Command Line Interpreter for this operating system cannot process this concurrent task. The Ada environment must have the capibility to pass a command to the system CLI, and have it run concurrently with this Menu Handler.          
  72. WARNING_ERROR
  73. The Command Line Interpreter returns errors when the command given is issued. The Ada environment must have the capibility to pass a command to the system CLI, and start the process.                                                       
  74. WARNING_ERROR
  75. The Ada Procedure desired is not currently linked to the Menu Handler software. The package body PROCESS_INITIATOR must be edited to include reference to the Ada procedure if the procedure is desired in the Menu Definition.             
  76. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  77. --mencon.
  78. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  79.     MENCON - Menu Manager Configuration File.
  80. Maximum length allowed for a file name in this operating system:
  81. 15
  82. File where the Menu Compiler will always get its input:
  83. MENUFILE
  84. Maximum characters per line in the Menu Compiler input file:
  85. 100
  86. File where the Menu Handler will always get its input:
  87. MENUTABL
  88. Screen width:
  89. 80
  90. screen length:
  91. 22
  92. Character used to exit the Menu Handler:
  93. @
  94.  
  95.