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: 
vaxace
Binge Watcher

roParagrpahScreen.SetFocusedMenuItem() missing?

According to page 64 the Roku Streaming Player Component Reference for V2.7:
Since Firmware Version 2.7:
Boolean SetFocusedMenuItem(Integer item)
- Set a button id to highlight. Default is the first button. Return true if successful.


When I try to use this method, I get a "Member function not found in BrightScript Component or interface." error. :?

Enlightenment will most appreciated 😄

Thanks,
D.
0 Kudos
2 REPLIES 2
RokuKevin
Visitor

Re: roParagrpahScreen.SetFocusedMenuItem() missing?

The docs are wrong.... While it would be useful to have SetFocusedMenuItem() on roParagraphScreen, it is currently only implemented on roMessageDialog.

--Kevin
0 Kudos
vaxace
Binge Watcher

Re: roParagrpahScreen.SetFocusedMenuItem() missing?

Ok. Thanks for the clarification.
Hope to see this in the next version.
It would be particularly useful for settings screens.
0 Kudos