The next tab, Main Menu, is where we create the menu tree for the main menu bar.


app_11


Looking at this screen, you can see that we have the following options: Add Items to Root Level, this gives you the ability to create a new menu tree like the Employees or Product root level in the "Test Application" sample; Add Items to Selected, using this button, you can add secondary levels to the root level of the menu. An example of this would be Enter New Employee or Product Search. There is no limitation as to how many levels that you can create; Delete Selected Item, allows you to delete the menu item that you have the focus on. You can delete menu items one at a time, or the whole menu tree by selecting the root menu and clicking the Delete Selected Item button; Edit Selected Item, gives you the option to edit the properties of an existing menu item. Simply focus the menu item in question, and click the Edit Selected Item button to adjust the properties.

HINT: To create a separator bar between Menu Items, use an Action with a minus symbol (-) for the caption. This will create a separator bar that you can place between Menu Items to create an organized apperance.

See Also:
Part 1: Application Main Window  
Part 2: Properties  
Part 3: Images  
Part 4: Actions  
Part 6: Toolbar Drop-Down Menus  
Part 7: Toolbar  
Part 8: Testing Your Application  
Part 9: Advanced Application Settings