Hi All,
My situation:
In manifest
ui_resolutions=fhd
When I run this app on Roku Stick (3600X, Display set to 1080p, FW 7.2.0 4100-24). The scene rendered in 1080p.
How in code I get that scene rendered in FHD?Trying this:
di = CreateObject("roDeviceInfo")
? di.GetDisplaySize()
' <Component: roAssociativeArray> =
' {
' h: 720
' w: 1280
' }
? di.GetUIResolution()
' <Component: roAssociativeArray> =
' {
' height: 720
' name: HD
' width: 1280
' }
Marat