Brightscript Numeric Keypad (Open Source)

Hi Everyone,

I had to create a numeric keypad for my PokeClock channel so I decided to open source it, the project is published on GitHub at:

https://github.com/lvcabral/RokuNumericKeypad

There is a Settings Screen implementation as a simple example, you can configure integer, float, with or without negative numbers support.

[upload|CJpYZIdl7BYWxnqRiNEyhg==]

[upload|phYhFZk6+3QP/kugeXrPBQ==]

There is roPinEntryDialog - not good enough? Number of digits and text can be configured.

“EnTerr” wrote:
There is roPinEntryDialog - not good enough? Number of digits and text can be configured.

Not at all, I tried it but the numbers do now show (only * as a password) and you can’t have negative or float numbers.

One missing feature this example was lacking was the support of using the App (iOS/Android) to directly entry the numbers using the mobile device keyboard.
It’s not missing anymore, I implemented it and also added the MIT license to it making it really free for using on anyone’s project.