home *** CD-ROM | disk | FTP | other *** search
- @@ Example definition. See "demoT2.def" for example w/comments.
-
- [APPLICATION] ;;No context Hint
-
- [SUBMENU] ≡ hcSystem ;;system functions
- about ;;program information, copyright
- 'Video mode' ;;Change to 43/50 line mode (EGA/VGA only)
- 'DOS shell' ;;temporary exit to DOS
- [NEWLINE]
- exit alt-x cmQuit ;;exit the program, return to DOS
-
- [SUBMENU] file ;;file management commands (open, save, etc)
- open... f3 ;;locate and open a file in an Edit window
- new f4 ;;create a new file in a new Edit window
- save f2 ;;save the file in the active Edit window
- [NEWLINE]
- 'Change dir...' @@ OOPS! There's no hint...
- >[SUBMENU] print ;;2nd Level menu, prefaced with ">" symbol
- Lpt~1~ ;;Where to print @
- Lpt~2~ ;;Print Here?
- Lpt~3~ ;;How 'bout here?
- <
-
- [ SUBMENU ] window ;;open, arrange and close windows
- Size/move Ctrl-F5 cmResize ;;change the size or position of the active window
- Zoom F5 ;;enlarge or restore the size of the active window
- Tile Alt-T ;;arrange windows on the desktop by tiling
- C~a~scade Alt-C ;;arrange windows on the desktop by cascading
- Next F6 ;;make the next window active
- Previous Shift-F6 cmPrev ;;make the previous window active
- Close Alt-F3 ;;close the active window
-
- [STATUS] 0,0
- f1 help
- f2 save
- f3 open
- f4 print
- f10 menu
- alt-x exit cmQuit
-
- [HINT]
- hcDialogBox ;;hint for dialog box
- hcChangeDir ;;This is how you Change Directory
-