

Community Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2019
04:35 PM
Re: SDK documentation: links to fix, missing/broken/etc
"joetesta" wrote:
Types listed do not match example:pages: landing, sign in, registration, device activation, subscription selection, payment, and cancellation.Examples:
"Sign_Up|pageNumber=1|pageType=Landing Page" "Sign_Up|pageNumber=2|pageType=Sign In"
Note: "Landing Page" vs "landing"
JD: BTW, I cleaned up the doc based on this feedback, and fixed some rendering issues that were affecting how the samples were displayed.
Can we use any arbitrary values we want for these? Please clarify in the documentation.
https://developer.roku.com/en-gb/docs/developer-program/discovery/search/prioritizing-authenticated-...

marcelo_cabral
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2019
11:04 AM
Re: SDK documentation: links to fix, missing/broken/etc
DrawLine method has the parameter order completely wrong at:
https://developer.roku.com/docs/references/brightscript/interfaces/ifdraw2d.md
It says:
but the right order is
https://developer.roku.com/docs/references/brightscript/interfaces/ifdraw2d.md
It says:
DrawLine(rgba as Integer, xEnd as Integer, xStart as Integer, yEnd as Integer, yStart as Integer) as Void
but the right order is
DrawLine(xStart as Integer, yStart as Integer, xEnd as Integer, yEnd as Integer, rgba as Integer) as Void

marcelo_cabral
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2019
03:33 PM
Re: SDK documentation: links to fix, missing/broken/etc
DrawObject is also wrong, please review all ifDraw2D interface methods


Community Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2019
03:40 PM
Re: SDK documentation: links to fix, missing/broken/etc
"marcelo.cabral" wrote:
DrawObject is also wrong, please review all ifDraw2D interface methods
JD: The ifDraw2D interface document has been updated with parameters listed in the correct order.


Community Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2019
11:03 AM
Re: SDK documentation: links to fix, missing/broken/etc
"RokuJonathanD" wrote:"joetesta" wrote:
Types listed do not match example:pages: landing, sign in, registration, device activation, subscription selection, payment, and cancellation.Examples:
"Sign_Up|pageNumber=1|pageType=Landing Page" "Sign_Up|pageNumber=2|pageType=Sign In"
Note: "Landing Page" vs "landing"
JD: BTW, I cleaned up the doc based on this feedback, and fixed some rendering issues that were affecting how the samples were displayed.
Can we use any arbitrary values we want for these? Please clarify in the documentation.
https://developer.roku.com/en-gb/docs/developer-program/discovery/search/prioritizing-authenticated-...
JD: The names need to include an index and label, but those can indeed by arbitrary...I would make sure to sequentially number pages/forms in a logical order (I wouldn't randomly number items), and make sure labels help make it easy to identify the corresponding page...I'll update the doc to be more clear about this.


Community Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2019
11:03 AM
Re: SDK documentation: links to fix, missing/broken/etc
"RokuJonathanD" wrote:"joetesta" wrote:
Types listed do not match example:pages: landing, sign in, registration, device activation, subscription selection, payment, and cancellation.Examples:
"Sign_Up|pageNumber=1|pageType=Landing Page" "Sign_Up|pageNumber=2|pageType=Sign In"
Note: "Landing Page" vs "landing"
JD: BTW, I cleaned up the doc based on this feedback, and fixed some rendering issues that were affecting how the samples were displayed.
Can we use any arbitrary values we want for these? Please clarify in the documentation.
https://developer.roku.com/en-gb/docs/developer-program/discovery/search/prioritizing-authenticated-...
JD: The names need to include an index and label, but those can indeed by arbitrary...I would make sure to sequentially number pages/forms in a logical order (I wouldn't randomly number items), and make sure labels help make it easy to identify the corresponding page...I'll update the doc to be more clear about this.

marcelo_cabral
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2019
08:45 AM
Re: SDK documentation: links to fix, missing/broken/etc
Another issue with ifDraw2D documentation I noticed this weekend:
The DrawObject() method only shows 3 parameters, but it actually supports an optional fourth (rgba), just like the other Draw*() methods.
https://developer.roku.com/docs/referen ... fdraw2d.md
The DrawObject() method only shows 3 parameters, but it actually supports an optional fourth (rgba), just like the other Draw*() methods.
https://developer.roku.com/docs/referen ... fdraw2d.md

Komag
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2019
03:55 AM
Re: SDK documentation: links to fix, missing/broken/etc
raghumobile
Reel Rookie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2019
09:19 AM
Re: SDK documentation: links to fix, missing/broken/etc
Not able to find ECP documentation. Is it removed?


Community Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2020
04:06 PM
Re: SDK documentation: links to fix, missing/broken/etc
We moved the ECP doc under Debugging. The link to the doc is here: https://developer.roku.com/docs/developer-program/debugging/external-control-api.md
- « Previous
- Next »