Introduction
An open source non-visible extension that detects clicks and long clicks for visible components that does not have the Click or LongClick events.
Release date: 2022-03-22T08:00:00Z
Package name: com.gordonlu.clicktool.aix
Version: 3
Documentation
Event blocks
GotFocus
This event is fired when a registered component is focused.
Parameters: component = component
LostFocus
This event is fired when a registered component has losen focus.
Parameters: component = component
OnClick
This event is fired when a registered component is clicked.
Parameters: component = component
OnLongClick
This event is fired when a registered component is long clicked.
Parameters: component = component
Method blocks
PerformClick
Performs a click for the given component.
Parameters: component = component
PerformLongClick
Performs a long click for the given component.
Parameters: component = component
RegisterClick
Registers the component so that when the user clicks the component, it will fire the OnClick event.
Parameters: component = component
RegisterFocus
Registers the component so that when the user focuses or removes focus for the component, it will fire the respective event.
Parameters: component = component
RegisterLongClick
Registers the component so that when the user clicks the component, it will fire the OnLongClick event.
Parameters: component = component
UnregisterClick
Unregisters the component so that when it is clicked, the extension will not fire the OnClick event.
Parameters: component = component
UnregisterFocus
Unregisters the component so that when the user has focused or removed focus this component, it will not fire the respective event.
Parameters: component = component
UnregisterLongClick
Unregisters the component so that when it is clicked, the extension will not fire the OnLongClick event.
Parameters: component = component
Downloads
AIX:
com.gordonlu.clicktool.aix (9.7 KB)
Open Source
Here you go, have fun.
Rate my extension!
I made this extension because of learning, not really because of app developing. Just for fun.
If you think this extension is bad, please tell me why.
- Good extension!
- Bad extension.
Made with Niotron IDE.
Kindly PM me if you have any questions! Also, if you like my extension, please like it! It takes some effort for me to make it...
Votes and likes tell me the general user feedback of my extension. If you read this extension, please take 20 seconds to drop by and give a vote / like!
If you have any features that you want to add and you know the code, PM me or directly reply below using the button.
By downloading my extension, you agree the terms and conditions in my website
Gordon Lu