HTBasic Help
×
Menu
Index

Creating Pulldown Menus

 
Overview
 
This topic gives guidelines to create BuilderPlus pulldown menus using the Menu Creation widgets.
 
Menu Creation Widgets
 
The widgets used to build pulldown menu systems for HTBasic BuilderPlus are listed in the following table. Click the widget name for details on each widget.
 
Widget
Function
 
Creates an "attachment point" for a pulldown menu
 
Creates an "attachment point" for a cascade menu
 
Creates an event when click
 
Creates an event when clicked and has a VALUE
 
Draws a line inside a menu
 
Example: Creating a Pulldown Menu System
 
We will use an example to show how to use Menu Creation widgets and their attributes to create a pulldown menu system. As desired, you can copy and run the Menu System example to use as a reference as you go through this example. Click the >> and << bars to view the steps in this example. SYSTEM MENU is used for this example. SYSTEM MENU is accessed by clicking on the small button on the upper left corner of the window and is typically used to exit the program. The SYSTEM MENU is an attribute of many widgets, but is not a widget itself. See Creating System Menus for details on SYSTEM MENU.