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 :grinning_face_with_smiling_eyes:

Thanks,
D.

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

–Kevin

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