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: 
mmagrw
Visitor

Deprecated Functions

hi,

I'm starting with Roku Development at the moment and I've seen many deprecated functions (roParagraphScreen, ifGridScreen, etc.)  in the SDK Doku.
Is there a new Doku Link or where can I get a hint for the new functions?

Thanks for help
0 Kudos
3 REPLIES 3
destruk
Binge Watcher

Re: Deprecated Functions

I thought there was a page which listed replacements, but didn't find one today.
Any visual UI component ought to be removed or replaced.  So the Dialog component would be replaced with an overlay or dialog for the screen (SEE dialog node class https://sdkdocs.roku.com/display/sdkdoc/Dialogs+Markup).  The gridscreen component would be replaced with a bunch of rowlist components.
0 Kudos
renojim
Community Streaming Expert

Re: Deprecated Functions

https://blog.roku.com/developer/2017/02/01/legacy-sdk
Roku Community Streaming Expert

Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.

I am not a Roku employee.
0 Kudos
destruk
Binge Watcher

Re: Deprecated Functions

Yeah Renojim, those are the deprecated items, but no replacements are specifically listed on that post,  You basically need to hunt and find/create solutions with the roku wiki documentation for which components would be the replacements for your project.  Most share names (like roKeyboard is replaced by Keyboard and miniKeyboard).
0 Kudos