OnDblClick
This event is triggered either if an object on screen is pressed via touchscreen or if a
softkey is pressed via physical keys twice within the double click time (300ms).
Allowed actions:
·
Execute Script
·
Jump To Page
·
Set Value (Not for Frame object)
·
Next Softkey Level (Softkey object only)
·
Previous Softkey Level (Softkey object only)
·
Navigate Up (Softkey and function key object only)
·
Navigate Down (Softkey and function key object only)
·
Navigate Confirm (Softkey and function key object only)
·
Open PDF Reader (Not for Frame object)
·
Set Media Player Command (only for devices that support the playback of audio /
video)
Please note that this event behaves differently depending on the state of the Latching
property of the according object.
If latching is activated, this event will never be executed.
Here are the possible scenarios for press/release events when using a button or softkey
with latching deactivated:
·
Short press, then release -> OnPress and OnRelease are executed
·
Long press, then release -> OnPress, then OnLongPress, then OnLongRelease AND
OnRelease are executed
·
Double click -> OnPress, then OnRelease, then OnDblClick, then again Release are
executed
Here are the scenarios for press/release events when using a button or softkey with
latching activated:
·
Short press, then release -> OnPress is executed on the first press, OnRelease is
executed the second press. No actions for the release of the button / softkey.
·
Long press, then release -> OnPress, then OnLongPress on the first press.
OnLongRelease on the first release. OnRelease on the second press. No action for the
second release.
·
Double click -> Double click behaves like a short press and release. No double click
event will be executed with latching activated.
OnEnabledWithoutFocus
This event is triggered when the object has lost focus (it was either enabled with focus or
open for input before).
Allowed actions:
·
Execute Script
·
Jump To Page
·
Set Value