Forum Discussion
7 Replies
- belltownRoku GuruWhat kind of "positioning weirdness" are they saying you're getting that isn't being acceptably handled by the autoscaling?
- tmat1075Visitorhttps://roku.box.com/shared/static/blqyfszzot85pv15xq0hzpeoyjc2a93o.jpg
Those are the screenshot they sent with the note "shifted UI". the bottom one should have an overhang with the logo, and other rows showing. But that's all I can go on, since I can't test myself. - belltownRoku GuruWhat UI resolution(s) are you targeting?
- tmat1075VisitorI guess 1080. I've just been designing for 1080 and switching to 720 on occasion... according to their checklist:
Channel is designed in 1080p and properly functions when scaled to all available Roku supported displays: SD (when available), HD, FHD,4K.
- NB_Roku GuruUnfortunately currently the only way for external developers to test SD output seems to be buying a Roku player with composite output.
tmat1075 - is this a scene graph app? what do you have manifested as "ui_resolutions"? - i won't be surprised if removing "sd" from there solves your problem - RSG then takes care of auto-resizing for you, just tell it with that setting whether you designed for HD or FHD. You could design for HD for smaller size of the assets but make sure the result looks good in FHD UI (test on a 4k player set to FHD or UHD output). - tmat1075VisitorThanks @RokuNB . I had removed ui_resolution, but I'll add it back.
- NB_Roku Guru
"tmat1075" wrote:
Thanks @RokuNB . I had removed ui_resolution, but I'll add it back.
Removing ui_resolution implied value of "sd,hd" - meaning that you are promising to manually adjust your coordinates, which can be a royal pain. Given it works for you in other resolutions, i am guessing the right setting for you to put is "ui_resolutions=hd"