Forum Discussion

marcelo_cabral's avatar
10 years ago

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.



3 Replies

  • "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.