Introduction
A non-visible extension that launches a dialog to allow the user to pick a number, with some customizations.
(please wait for some time for the source code, thank you very much!)
Now we have the Contact, Date, Email, Google Account, Image, List, PhoneNumber and Time pickers, but we do not have a picker needed for numbers. So I developed an extension that does this.
You might also be interested:
Package name: com.gordonlu.numberpickerdialog
Version: 1
Release date: Yesterday 3:00 PM
Documentation
Event blocks
GotSelection
This event is fired when the user has selected a number in the number picker.
Parameters: selection = number (int)
OnCancel
This event is fired when the user has canceled the number picker.
Method blocks
LaunchNumberPicker
Launches the number picker.
Property blocks
CancelButtonText (read, write, designer, blocks)
Sets the text of the ‘Cancel’ button in the dialog. Set this before you show the number picker dialog.
Requires: text
Cancelable (read, write, designer, blocks)
Sets whether the ‘Cancel’ button is visible in the number picker dialog. Set this before you show the number picker dialog.
Requires: boolean
ContinueButtonText (read, write, designer, blocks)
Sets the text of the ‘Continue’ button in the dialog. Set this before you show the number picker dialog.
Requires: text
MaximumValue (read, write, designer, blocks)
Sets the maximum value that the user can pick in the number picker dialog.
Requires: number (int)
MinimumValue (read, write, designer, blocks)
Sets the minimum value that the user can pick in the number picker dialog.
Requires: number (int)
Selection (read, write, designer, blocks)
Sets the selection for the number picker dialog.
Requires: number (int)
Title (read, write, designer, blocks)
Sets the title of the number picker. Set this before you show the number picker dialog.
Requires: text
Downloads
AIX:
com.gordonlu.numberpickerdialog.aix (10.5 KB)
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…
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 like!
If you have any features that you want to add and you know the code, PM me or directly reply below using the Reply button.
By downloading my extension, you agree the terms and conditions in my website.
Gordon Lu