Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
joetesta
Roku Guru

Re: SDK documentation: links to fix, missing/broken/etc

Super minor issue but for the perfectionists;

https://sdkdocs.roku.com/display/sdkdoc ... LComponent
 Similarly H is set to 4 because the item is 4 columns tall.


Should be "rows"
aspiring
0 Kudos
joetesta
Roku Guru

Re: SDK documentation: links to fix, missing/broken/etc

Similar, https://sdkdocs.roku.com/display/sdkdoc/MarkupList

Note that the actual number of rows may be more or less than the number of visible columns depending on the number of items in the grid's content.


"columns" should be "rows".  
Should it be "grid" or "list" -  Maybe "grid" was intended since the MarkupList extends ArrayGrid?
aspiring
0 Kudos
pixshatterer
Visitor

Re: SDK documentation: links to fix, missing/broken/etc

Please add valid input values samples at XML for different <interface> field types at https://sdkdocs.roku.com/pages/viewpage.action?pageId=1608549
0 Kudos
softworkz
Visitor

Re: SDK documentation: links to fix, missing/broken/etc

Hi,

the docs are pretty unclear regarding localization of scenegraph xml files:

For strings defined in XML markup in a <children> element, or <interface> element field strings, the strings will be automatically translated by the Scene Graph application, if translations of the string exist in the localization files. If no translation file exists for the current locale, or no translation of the string exists in the translation file, the original string will be used.

(https://sdkdocs.roku.com/display/sdkdoc ... calization)

What does that mean? Which attributes on which components are localized and which are not? 
How does a translations.xml file need to look like to make this work? Does it work at all?

Thanks.[/font]
0 Kudos
EnTerr
Roku Guru

Re: SDK documentation: links to fix, missing/broken/etc

"softworkz" wrote:
the docs are pretty unclear regarding localization of scenegraph xml files:
[...]
What does that mean? Which attributes on which components are localized and which are not? 
How does a translations.xml file need to look like to make this work? Does it work at all?

See also the @softworkz topic viewtopic.php?f=34&t=96599, in case Roku* chimes in.
0 Kudos
joetesta
Roku Guru

Re: SDK documentation: links to fix, missing/broken/etc

https://sdkdocs.roku.com/display/sdkdoc ... elSetScene
The OverhangPanelSetScene node class provides a convenient was
should be "way"

Also, would it be possible to add "next" and "prev" links at the bottom of the sdkdocs as an alternative to clicking the left menu?
aspiring
0 Kudos
joetesta
Roku Guru

Re: SDK documentation: links to fix, missing/broken/etc

Example XML lacks the component it's supposed to be an example of: https' target='_blank'>https://sdkdocs.roku.com/display/sdkdoc/MarkupGrid
aspiring
0 Kudos
joetesta
Roku Guru

Re: SDK documentation: links to fix, missing/broken/etc

You can some of the same fields 

typo here 
https://sdkdocs.roku.com/display/sdkdoc ... ListMarkup

(I don't "can" any fields, tomatoes sometimes, but fields? no.)
aspiring
0 Kudos
squirreltown
Roku Guru

Re: SDK documentation: links to fix, missing/broken/etc

https://sdkdocs.roku.com/display/sdkdoc/External+Control+Guide

General ECP Commands

/query/screensavers

will return a list of installed screensavers, not included in query/apps
Kinetics Screensavers
0 Kudos
belltown
Roku Guru

Re: SDK documentation: links to fix, missing/broken/etc

None of the downloadable ZIP files for the examples in the Scene Graph XML Tutorial will work correctly on an SD TV (nor on an FHD TV presumably).

They all contain a flawed manifest file containing the following entry:

ui_resolutions = "hd"


which should be changed to:

ui_resolutions=hd
0 Kudos