stitch1z
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2011
12:20 PM
Category -> to poster screen help
I have my design and I see my category screen, but when I click on a category, nothing happens.
I suppose this is because I have no category leafs yet (they are not necessary at this point as far as I understand).
I want a user to click "horror" from the category list and go straight to the horror poster screen that lists all the titles. As I understand it, a categoryLeaf would add another click to this.
Using the videoplayer source, what code do I edit inside of categoryFeed.brs and showFeed.brs to enable this function?
Here is an example from my 'categories' xml:
But I don't want to completely eliminate the categoryLeaf function. I will use it later.
Thank you all for your help!
I suppose this is because I have no category leafs yet (they are not necessary at this point as far as I understand).
I want a user to click "horror" from the category list and go straight to the horror poster screen that lists all the titles. As I understand it, a categoryLeaf would add another click to this.
Using the videoplayer source, what code do I edit inside of categoryFeed.brs and showFeed.brs to enable this function?
Here is an example from my 'categories' xml:
<category title="Horror" description=""
sd_img="http://blarblarblar.com/graphics/cat_horror.png"
hd_img="http://blarblarblar.com/graphics/cat_horror.png"
feed="http://blarblarblar.com/xml/horror.xml">
</category>
But I don't want to completely eliminate the categoryLeaf function. I will use it later.
Thank you all for your help!
1 REPLY 1
stitch1z
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2011
01:35 PM
Re: Category -> to poster screen help
I misinterpreted what I was asking in the OP.
To clarify, I would like to go directly from a category to a movie list in that category without the leaf.
While still having the leaf function available for other categories.
To clarify, I would like to go directly from a category to a movie list in that category without the leaf.
While still having the leaf function available for other categories.