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: 
5ytech
Visitor

How to add content to roListScreen

In my Listscreen i am displaying the list using dynamic values by screen.SetContent(roAssociatearray).

but i want to add few static values to this list at the bottom of the list. i tried screen.AddContent() but it didn't work... what is the way to do this.

Thanks
0 Kudos
1 REPLY 1
RokuJoel
Binge Watcher

Re: How to add content to roListScreen

You should be able to use the unshift method to add an item to the bottom of the array, then screen.setcontent(array)

-Joel
0 Kudos