How Do I...
To add popup menus to a window:
- Select
, the Popup Menu part, from
, the Menus category.
- Click on the free-form surface.
- Select
, the Menu Choice part, and add menu choices to the popup menu.
- Change the labels of the menu choices.
- Connect the clicked event of each menu choice to some action so
they perform a function when selected.
- Connect the self attribute of the popup menu to the
menu attribute of a form or list. This enables the popup
menu to be displayed when a user presses mouse button 2 on the form or
list. (For UNIX use mouse button 3.)
[ Top of Page | Previous Page | Next Page | Table of Contents ]