joetesta
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2016
05:50 PM
Re: SDK documentation: links to fix, missing/broken/etc
Super minor issue but for the perfectionists;
https://sdkdocs.roku.com/display/sdkdoc ... LComponent
Should be "rows"
https://sdkdocs.roku.com/display/sdkdoc ... LComponent
Similarly H is set to 4 because the item is 4 columns tall.
Should be "rows"
aspiring
joetesta
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2016
03:47 PM
Re: SDK documentation: links to fix, missing/broken/etc
Similar, https://sdkdocs.roku.com/display/sdkdoc/MarkupList
"columns" should be "rows".
Should it be "grid" or "list" - Maybe "grid" was intended since the MarkupList extends ArrayGrid?
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
pixshatterer
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2016
09:42 AM
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
softworkz
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2016
07:03 PM
Re: SDK documentation: links to fix, missing/broken/etc
Hi,
the docs are pretty unclear regarding localization of scenegraph xml files:
(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]
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]
EnTerr
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2016
10:21 AM
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.
joetesta
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2016
02:02 PM
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?
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
joetesta
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2016
04:06 PM
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
joetesta
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2016
03:06 PM
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

squirreltown
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2016
09:25 AM
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
General ECP Commands
/query/screensavers
will return a list of installed screensavers, not included in query/apps
Kinetics Screensavers
belltown
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2016
08:10 AM
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:
which should be changed to:
They all contain a flawed manifest file containing the following entry:
ui_resolutions = "hd"
which should be changed to:
ui_resolutions=hd