5ytech
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2013
03:17 AM
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
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
1 REPLY 1

RokuJoel
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2013
10:53 AM
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
-Joel