Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
GuyS
Visitor

Dialogs with input boxes & checklists

The Shop Roku Deals store shows a Dialog Box with user input, in addition to the OK & Cancel buttons. "Change quantities" shows a numeric input field with left/right arrows, "Change shipping method" shows a checklist. Is there a way to implement this dialog in an app? I couldn't find any reference to this in the SDK.
0 Kudos
1 REPLY 1
RokuJoel
Binge Watcher

Re: Dialogs with input boxes & checklists

That is part of the firmware and not a component accessible in Brightscript, further, it only exists on newer devices, older devices don't have that same pop-up. You could create the same experience or better using roImageCanvas. If you don't clear layer 0 with an opaque color then you should even be able to duplicate the transparency effect.

- Joel
0 Kudos