SuperCard MenusMost projects you will see come with a standard menu bar. SuperCard users expect to be able to use many of the items in the menus to carry out functions like copying cards, printing and navigation through the project. Hiding and Showing the menu barUnless it has been deleted in the stack's scripts you can show a hidden menu bar by pressing <Command-M>. The same keyboard combination will also hide a menu bar that is showing.doMenuThis command can be used in scripts to activate any item in the menu bar. Try these in your message boxCustomising the menu barSuperCard gives the project creator the power to customise the menu bar and the menu items. You can create your own menus for the particular requirements of your projectCreate a Menu using MenuMasterOpen the project you've been working on and select MenuMaster from the Utilities menu. Click New and the following dialog box appears. Name the new menu you wish to create The new menu will appear at the end of the existing menus. You can create your menu items in the MenuMaster as well Each menu item requires a script in order to do anything when selected. To edit the script of your menu item select it while holding down the shift key. Now type the following sentence under the on itemSelect that begins the script
the complete script should look like this
If you open your project with SuperEdit you can see how your new menus are
stored |