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
  • Adding an optional event
  • Actions performed by the user
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
By default, the event available in the code editor correspond to the most common events.
However, the windows, the pages and their controls can manage optional events (or optional processes).
This allows you to manage according to the platforms:
  • WINDEVAndroidiPhone/iPadJava For the windows and their controls:
    • WINDEV Entry in a control in rollover and exit from a control in rollover with the mouse
    • WINDEV the mouse hover over the control,
    • the left button down, up, with double click (on some controls),
    • the right button down, up, with double click (on some controls),
    • WINDEV the mouse wheel,
    • AndroidiPhone/iPad the long press,
    • ...
    In these optional events, you can find out the different actions performed by the user (key pressed, use of mouse wheel, etc.).
  • WEBDEV - Código Servidor For the pages and their controls:
    • the click, the double click
    • the key down, the key pressed, the key up
    • the mouse moved, outside, above,
    • the button up,
    • the loss of focus, modification, gain of focus,
    • the selected text,
    • the help,
    • the upload, the download,
    • the reinitialized form, the form sent,
    • the switch to on-line or off-line mode,
    • the modification of status of HTML cache.
Adding an optional event
To add an optional event into a window, a page or a control of a window or page:
  1. Select the requested window, page or control.
  2. Display the code window of this window, page or control (F2 key).
  3. Click the link "Add other events to xxx" at the bottom of the window code, after the last event.
  4. All the optional events available for the element are displayed. For example, for a window:
  5. Check the optional event to add and validate.
    Note: Several optional events can be selected.
  6. The selected optional event is automatically added to the events managed by the window, page or control.
Caution: An optional event is always executed (unlike standard events), including when calling the Wait function or the Multitask function.
Actions performed by the user
Different information is returned to the WINDEV or WINDEV Mobile application according to the optional event used.
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: 21/09/2024

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