Roku Developer Program

Developers and content creators—a complete solution for growing an audience directly.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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.



0 Kudos
3 REPLIES 3
EnTerr
Level 11

Re: Brightscript Numeric Keypad (Open Source)

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

Re: Brightscript Numeric Keypad (Open Source)

"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.
0 Kudos

Re: Brightscript Numeric Keypad (Open Source)

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.
0 Kudos