AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / Desarrollar una aplicación o un sitio web / Controles, ventanas y páginas / Menús desplegables / WINDEV y WINDEV Mobile
  • Overview
  • Manipulating menu options in the editor
  • Adding a standard menu option
  • Adding a separator
  • Linking a menu option to a preset action
  • Adding a sub-menu
  • Modifying the background color of menus and menu options
  • Deleting a menu option
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Otros
Procedimientos almacenados
Overview
WINDEV y WINDEV Mobile soportan dos tipos de menús desplegables:
  • menús principales de las ventanas.
    Un menú principal siempre está asociado a una ventana. Este menú puede aparecer bajo la barra de título de la ventana. Para obtener más información, consulte Gestión de los menús de la ventana principal.
    AndroidiPhone/iPad En una aplicación móvil, el menú se muestra a través del Action Bar control. Para obtener más información, consulte Action Bar de una ventana.
  • menús contextuales personalizados.
    El usuario puede abrir un menú contextual presionando el botón derecho del ratón.
    Para obtener más información, consulte Menú contextual personalizado.
Un menú desplegable (menú contextual principal o personalizado) está compuesto por una o varias opciones y subopciones. Cada opción ejecuta un código WLanguage.
Por ejemplo:
Menú principal
Menú contextual
En el editor, puede manipular las opciones de menú de la misma manera tanto para los menús principales como para los menús contextuales personalizados. Para manipular las opciones de menú, simplemente edite el menú correspondiente.
Para editar (o mostrar en el editor):
  • WindowsLinux El menú principal de una ventana:
    • Abra la ventana correspondiente en el editor de ventanas.
    • seleccione una de las opciones de menú. Las opciones y subopciones se muestran automáticamente.
  • Un menú contextual personalizado: en la pestaña "Ventana", en el grupo "Barras y menús", amplíe "Menús contextuales" y seleccione uno de los menús contextuales existentes.
Remark: WINDEV and WINDEV Mobile also allow you to handle the menu options through programming.
This help page explains how to manipulate menu options (add, delete, etc.) in the the popup menu options editor.. For more details, see:
Manipulating menu options in the editor

Adding a standard menu option

To add a standard menu option:
  • After the selected menu option, you can:
    • either display the popup menu of the current menu item (right-click) and select "Add an item after".
    • press the Enter key.
  • Before the selected menu option, you can:
    • either display the popup menu of the current menu item (right-click) and select "Add option before".
    • press the Ins key.
  • Type the caption for the new menu option.
  • Press Enter to validate the addition.
Remarks:
  • The Esc key is used to cancel the addition of a menu option.
  • To go from a menu option to the next one, use the arrow keys (up and down).
  • Universal Windows 10 AppAndroid If a window contains more than 2 menus, an arrow is used to display the other menus in the window editor.

Adding a separator

To add a separator:
  1. Select the menu option in front of which the separator must be added.
  2. Right-click to open the context menu of the option.
  3. Select "Insert a separator".
Remark: You also have the ability to:
  • add a separator before the selected menu option by pressing the Pause key.
  • add a separator by giving the "-" or "--" or "---" caption to the menu option. The option is changed into a separator when the input is validated.
Universal Windows 10 AppAndroidiPhone/iPad The separators are not available.

Linking a menu option to a preset action

To link a menu option to a preset action:
  1. Select the desired menu option.
  2. Right-click to open the context menu of the option.
  3. Select "Preset action...". The window for selecting a preset action is displayed.
  4. Select the requested action and validate.
Universal Windows 10 App Preset actions are not available.

Adding a sub-menu

To add a submenu:
  1. Select the menu option to which a sub-option must be added.
  2. Right-click to open the context menu of the option.
  3. Select "Transform to expand a submenu".
  4. Type the text of the first option of the new submenu.
  5. Press Enter to validate the addition.
Remarks:
  • You can use the same method to add options in menus and sub-options in submenus.
  • You also have the ability to add a submenu to the selected menu option by pressing the Tab key.
  • AndroidiPhone/iPad The sub-menus are not available in the popup menus.
WINDEV

Modifying the background color of menus and menu options

To modify the background color of menus and menu options:
  1. Select the menu or one of its options.
  2. Open the description window ("Option description" in the context menu).
  3. In the "Style" tab, configure:
    • the color of the menu bar when inactive or hovered over.
    • the color of the options when inactive or hovered over.
"Automatic" applies the default color used by Windows.
Remark: In order for the colors to be taken into account, uncheck "Display the menu in XP style" in the "Style" tab of the window description.

Deleting a menu option

To delete a menu option:
  1. Select the menu option to delete.
  2. Right-click to open the context menu of the option.
  3. Select "Delete".
Remark: You can also delete the current menu option with the Delete key.
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 16/12/2023

Señalar un error o enviar una sugerencia | Ayuda local