"RokuNB" wrote:
For posterity, see also https://stackoverflow.com/questions/444 ... y-for-roku
"destruk" wrote:
Perhaps the easiest way would be to use three pin dialogs -- enter month, enter day, enter year. By using pin dialogs you can be sure they will only enter numbers.
...or use one pin dialog with 6 digits instructing the user to enter their MMDDYY birthdate.
"cassl4" wrote:"RokuNB" wrote:
For posterity, see also https://stackoverflow.com/questions/444 ... y-for-roku
That's my question there, too, they told me to post here hahaha. 🙂
"RokuNB" wrote:"cassl4" wrote:"RokuNB" wrote:
For posterity, see also https://stackoverflow.com/questions/444 ... y-for-roku
That's my question there, too, they told me to post here hahaha. 🙂
I did indeed 8-)
I also "think LabelList is a good start to implement something akin to iOS's UIDatePicker. E.g. with remote Up-Down user selects month, then press Right to move to the day column, then Right onto the year list."
"cassl4" wrote:
Wouldn't that year list be really long, though? How would Roku handle that?