"Long press" optional event
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 control can be defined in the "UI" tab of the description window of control. to display a context menu through programming via OpenContextMenu.
Remark: For Table and Looper controls, the "Row selection" event is run BEFORE "Long press/Open context menu". To use the optional event "Long press/Open context menu": - Display the control code (press F2 on the control for example).
- Click the "Add other events to xxx" link at the bottom of the window code, after the last event.In the list of optional events, select "Long press/Open context menu".
- Validate. The event appears in the code editor.
|
|
|
|