shumanity
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2012
03:57 PM
Re: Develop home screen just like Amazon OnDemand
I just had to keep guessing...
ListItemText
ListItemHighlightText
It'd be great to hear about more, but that's enough to get me by.
ListItemText
ListItemHighlightText
It'd be great to hear about more, but that's enough to get me by.
mumme
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2012
07:40 AM
Re: Develop home screen just like Amazon OnDemand
Do you guys know how Amazon did that fullscreen image below the roListScreen?
I was able to get a 250x250 image next to the menu using this piece:
screen = CreateObject("roListScreen")
screen.SetContent([
{title:"Item", hdPosterURL:"pkg:/images/imageA.jpg" },
{title:"Another item", hdPosterURL:"pkg:/images/imageB.jpg"}
])
Next question would be, how do I change the image of the selected item focus ring? The documentation is not clear on how we do it.
Thanks!
I was able to get a 250x250 image next to the menu using this piece:
screen = CreateObject("roListScreen")
screen.SetContent([
{title:"Item", hdPosterURL:"pkg:/images/imageA.jpg" },
{title:"Another item", hdPosterURL:"pkg:/images/imageB.jpg"}
])
Next question would be, how do I change the image of the selected item focus ring? The documentation is not clear on how we do it.
Thanks!
- « Previous
-
- 1
- 2
- Next »