"renojim" wrote:
Anyone have a SD capable box with v2.0 want to try to verify?
title=RAF 2.0 bug
subtitle=SD iRoll
major_version=1
minor_version=0
build_version=1
mm_icon_focus_hd=pkg:/images/IconFocusHD2.jpg
mm_icon_focus_sd=pkg:/images/IconFocusSD2.jpg
mm_icon_side_hd=pkg:/images/IconFocusHD2.jpg
mm_icon_side_sd=pkg:/images/IconFocusSD2.jpg
bs_libs_required=roku_ads_lib
Library "Roku_Ads.brs"
Sub RunUserInterface()
screenFacade = CreateObject("roPosterScreen")
screenFacade.show()
adIface = Roku_Ads()
adIface.setContentLength(500)
adIface.setDebugOutput(true)
while true
adIface.showAds(adIface.GetAds())
end while
end Sub
"EnTerr" wrote:
I can see it, happens to interactive ads when in SD, video is shrunk (no crashes). Joy!
"EnTerr" wrote:
Even more interesting - i see if one manifests `ui_resolutions=hd`, the issue does not happen.
If you don't manifest ui_resolutions at all, you get the default of "sd,hd". This i consider undocumented - i mean there is explanation for its role in RSG here https://sdkdocs.roku.com/display/sdkdoc ... Resolution - but apparently it also applies to SDK1 UI.
So what happens if you manifest `ui_resolutions=hd` but device is in SD, you may ask? Well, apparently you get 720p coordinate system but the output gets automagically squished to SD (so you don't have to deal with pesky sizing your placements twice).
"EnTerr" wrote:
RAF stays at 1.9 on Roku SE you say? Do you have it firewalled to prevent infection or is it on an old rOS?
We’re upgrading Roku Community to bring you a faster, more mobile-friendly experience. You may notice limited functionality or read-only access during this time. Read more here.
Planned Downtime:
Community will be unavailable for up to 24–48 hours during the upgrade window during the week of May 19th and you may notice reduced functionality.
In the meantime, for additional assistance, visit our Support Site.
We're sorry for this disruption — we’re excited to share what’s next!