
lkrocek
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2018
01:14 AM
Re: SDK documentation: links to fix, missing/broken/etc
roTimespan[/url:1g20h5iy]
rename itostr -> str
Print "Task took: " + itostr(timer.TotalMilliseconds())
rename itostr -> str
Platforms integration specialist
====================
@ https://suite.st/
====================
@ https://suite.st/

lkrocek
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2018
03:59 AM
Re: SDK documentation: links to fix, missing/broken/etc
SceneGraph API Reference nodes as Node, Label, Poster, etc. are missing interfaces links of roSGNode which are available there
Platforms integration specialist
====================
@ https://suite.st/
====================
@ https://suite.st/
JenniferT
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2018
03:19 AM
Re: SDK documentation: links to fix, missing/broken/etc
Hi,
for some reason my brain was thinking 'OR',
sorry!
for some reason my brain was thinking 'OR',
sorry!
Jennifer Truong from Hayward. https://www.sfcable.com/
joetesta
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2018
02:07 PM
Re: SDK documentation: links to fix, missing/broken/etc
The link to openSSL is broken on this page; http://www.openssl.org/docs/crypto/hmac.html that redirects to "Page not found"
I haven't yet found if there is a suitable replacement... searching...
Also on this same page https://sdkdocs.roku.com/display/sdkdoc/roHMAC I think it would be nice to elucidate the functions getkey() and getMessage() to show the user that these are not built in functions and they need to return a string of their own design.
thank you 🙂
I haven't yet found if there is a suitable replacement... searching...
Also on this same page https://sdkdocs.roku.com/display/sdkdoc/roHMAC I think it would be nice to elucidate the functions getkey() and getMessage() to show the user that these are not built in functions and they need to return a string of their own design.
thank you 🙂
aspiring
joetesta
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2018
11:22 PM
Re: SDK documentation: links to fix, missing/broken/etc
on this page : https://developer.roku.com/develop/mone ... tion-index
the link Roku Billing and In-Channel Purchasing. is broken
the link Roku Billing and In-Channel Purchasing. is broken
aspiring
joetesta
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2018
11:21 AM
Re: SDK documentation: links to fix, missing/broken/etc
Seems like there should be a "documentation" link from here: https://sdkdocs.roku.com/display/sdkdoc/BrightScript+Profiler
aspiring
joetesta
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2019
03:45 PM
Re: SDK documentation: links to fix, missing/broken/etc
wondering why this is wrong; https://sdkdocs.roku.com/display/sdkdoc ... pt+Support
Is it OK practice to continue accessing the registry from the render thread?
roRegistry Can only be used in a Task node
roRegistrySection Can only be used in a Task node
Is it OK practice to continue accessing the registry from the render thread?
aspiring
joetesta
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2019
11:42 AM
Re: SDK documentation: links to fix, missing/broken/etc
https://developer.roku.com/docs/references/api-index/brightscript/interfaces/ifsgnodechildren.md#ins...
Following the doc here: "insertChild(index as Integer, child as roSGNode ) as Dynamic"
Produces a crash: Type Mismatch. (runtime error)
The order of the index and the child should be reversed in the docs, since it *doesn't* crash doing:
"insertChild(child as roSGNode, index as Integer) as Dynamic"
Following the doc here: "insertChild(index as Integer, child as roSGNode ) as Dynamic"
Produces a crash: Type Mismatch. (runtime error)
The order of the index and the child should be reversed in the docs, since it *doesn't* crash doing:
"insertChild(child as roSGNode, index as Integer) as Dynamic"
aspiring

Community Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2019
11:26 AM
Re: SDK documentation: links to fix, missing/broken/etc
"joetesta" wrote:
https://developer.roku.com/docs/references/api-index/brightscript/interfaces/ifsgnodechildren.md#ins...
Following the doc here: "insertChild(index as Integer, child as roSGNode ) as Dynamic"
Produces a crash: Type Mismatch. (runtime error)
The order of the index and the child should be reversed in the docs, since it *doesn't* crash doing:
"insertChild(child as roSGNode, index as Integer) as Dynamic"
Thanks for reporting this. The order is now corrected.

speechles
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2019
12:11 PM