joetesta
8 years agoRoku Guru
Bug found in RSG Example
Greetings,
I'm running through some example apps to refamiliarize myself with RSG development and I've stumbled across a bug in the "Rotated Renderable Nodes Markup" example application downloaded from here[/url:mgkmcl1y] and loaded directly onto a Roku Ultra; the visible rectangle is smaller than it should be and off-center.
I found the issue is affected by the manifest line:
ui_resolutions = "hd" < ---- BAD
ui_resolutions="hd" < ----- GOOD
Why is there a difference, shouldn't the whitespace be ignored? If not, the example should be corrected and it would be good if this was explained somewhere (is it already?)
tyvmia,
Joe
I'm running through some example apps to refamiliarize myself with RSG development and I've stumbled across a bug in the "Rotated Renderable Nodes Markup" example application downloaded from here[/url:mgkmcl1y] and loaded directly onto a Roku Ultra; the visible rectangle is smaller than it should be and off-center.
I found the issue is affected by the manifest line:
ui_resolutions = "hd" < ---- BAD
ui_resolutions="hd" < ----- GOOD
Why is there a difference, shouldn't the whitespace be ignored? If not, the example should be corrected and it would be good if this was explained somewhere (is it already?)
tyvmia,
Joe