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: 
lkrocek
Binge Watcher

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

roTimespan[/url:1g20h5iy] 
Print "Task took: " + itostr(timer.TotalMilliseconds())

rename itostr -> str
Platforms integration specialist
====================
@ https://suite.st/
0 Kudos
lkrocek
Binge Watcher

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

SceneGraph API Reference nodes as NodeLabelPoster, etc. are missing interfaces links of roSGNode which are available there
Platforms integration specialist
====================
@ https://suite.st/
0 Kudos
JenniferT
Visitor

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

Hi,
for some reason my brain was thinking 'OR',
sorry!
Jennifer Truong from Hayward. https://www.sfcable.com/
0 Kudos
joetesta
Roku Guru

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 🙂
aspiring
0 Kudos
joetesta
Roku Guru

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

0 Kudos
joetesta
Roku Guru

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
0 Kudos
joetesta
Roku Guru

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

wondering why this is wrong; https://sdkdocs.roku.com/display/sdkdoc ... pt+Support

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
0 Kudos
joetesta
Roku Guru

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"
aspiring
0 Kudos
RokuTomC
Community Moderator
Community Moderator

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.
0 Kudos
speechles
Roku Guru

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

0 Kudos