Pop-up Menus in Views
- Last UpdatedOct 30, 2024
- 1 minute read
When you create a view, it will automatically be created with a default popup menu, which will enable you to control the attributes of the View, such as the action of the mouse buttons, and whether borders are displayed.
You can assign popup menus to view gadgets using the gadget’s setpopup() method, with the name of the popup menu as the argument to the method. For example:
!MyForm.MyView.setpopup( !MyForm.pop1 )
Note:
The standard graphical view forms in AVEVA products are normally supplied with fully
customized popup menus, so you should not assign your own ones to these views.