NumberPickerDialog

Published on May 7, 2022

🏷️ Tags: #extensions

A non-visible extension that launches a dialog to allow the user to pick a number, with some customizations.

Made with Niotron IDE at https://ide.niotron.com.

Current version: 1 Package name: com.gordonlu.screenshot.aix

For more information, read this MIT App Inventor Community thread.

πŸ“– 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 - 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

TERMS AND CONDITIONS

By downloading or sharing my extension, you agree to follow these terms and conditions.

  1. Have fun using the extension!

  2. This, along with the MIT App Inventor original post above, are the only authorized places to download this extension. As an organization, you are not allowed to host and advertize this extension on your website, document, tweet, blog, article or any software you made without my authorization. You are also reminded not to include a direct download link of this extension on your website without my permission. If you are interested in the actions listed above, please contact me via email. Do remember that if you violate term no. 2, AICODE has the right to flag your website, document, tweet, blog or article as a violation of copyright, or other legal actions will be taken. Please contact me if you find anyone do this.

However, you can copy the link of this webpage and share it to someone as a personal identity (not as an organization), or sharing it on these authorized forums: App Inventor, Kodular, Niotron, Appzard and Android Builder communities. The term organization includes schools, markets and app stores, companies and social groups. Thank you for your understanding.

Those organizations are authorized to advertize or host my extension:

  • Kodular admins

  • MIT App Inventor admins

  • Pura Vida Apps / Taifun Baer

  1. Selling this extension/product to anyone is not allowed unless authorized by AICODE.

  2. These terms and conditions are written and issued on December 20, 2021. AICODE has the total permission to edit these terms and conditions anytime.