Results 1 to 3 of 3

Thread: Dynamically Set Label on Current Hover Item

  1. #1
    Join Date
    Jun 2010
    Posts
    10

    Default Dynamically Set Label on Current Hover Item

    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.

  2. #2

    Default

    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

  3. #3
    Join Date
    Jun 2010
    Posts
    10

    Default Fixed

    Thanks, that worked like a charm.

Similar Threads

  1. How To set a button label inside a list
    By tmiranda in forum boxee applications
    Replies: 19
    Last Post: August 10th, 2011, 08:24 PM
  2. dynamically updated text
    By teror in forum boxee applications
    Replies: 2
    Last Post: November 22nd, 2010, 03:12 PM
  3. Change button textcolor dynamically
    By guuru in forum boxee applications
    Replies: 1
    Last Post: October 1st, 2010, 09:53 PM
  4. Dynamically populating year
    By booje in forum boxee applications
    Replies: 2
    Last Post: May 14th, 2010, 12:14 AM
  5. Hover Menu/HUD
    By Lawrence Anderson in forum feature requests
    Replies: 0
    Last Post: January 2nd, 2009, 12:53 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •