Forum Discussion

GuyS's avatar
GuyS
Visitor
12 years ago

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.

1 Reply

  • 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