I am fairly new to Boxee App Development, and I would like to have a Text or Label Control display the currently hover/selected item's description from the RSS.
I am fairly new to Boxee App Development, and I would like to have a Text or Label Control display the currently hover/selected item's description from the RSS.
You can use something like
Code:<control type="label"> <posx>100</posx> <posy>420</posy> <width>1100</width> <height>120</height> <font>font21</font> <align>left</align> <label>$INFO[Container(110).ListItem.Property(description)]</label> <textcolor>medgrey</textcolor> <wrapmultiline>true</wrapmultiline> </control>
If you need a reference, add the repository and check out the Fuzz's Movie Trailers App that this example was pulled from.
The Boxee Repository - An All-In-One Solution for your 3rd party repositories.
Like Fuzzthed.com on Facebook
Thanks, that worked like a charm.
Bookmarks