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 / Controles: opciones y acciones
  • Overview
  • Implementation
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Overview
The optional event "Long press/Open context menu" is run during a long press on the controls of a window. This event can be used:
  • to perform a specific process before displaying the context menu.
    Reminder: the context menu associated with the field can be defined in the "UI" tab of the control description window..
  • iPhone/iPad to display a context menu through programming via OpenContextMenu.
Android This event is available for all the controls.
iPhone/iPad This event is available for the following controls:
  • Button control,
  • Looper control,
  • Table control,
  • Image control.
Note: For the Table and RepeatString fields, the "Line selection" event is executed BEFORE the "Long press / Display context menu" event..
Implementation
To use the optional event "Long press/Open context menu":
  1. Display the control code (press F2 on the control for example).
  2. Click the link "Add other events to xxx" at the bottom of the window code, after the last event.
    In the list of optional events, select "Long press/Open context menu".
  3. Validate. The event appears in the code editor.
Versión mínima requerida
  • Versión 17
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/09/2024

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