GUIProgressListControl Development Process (1 Viewer)

regeszter

Retired Team Member
  • Premium Supporter
  • October 29, 2005
    5,335
    4,954
    Home Country
    Hungary Hungary
    Ah, and another one: seems the bar properties <lefttexture>osd_progress_left.png</lefttexture> etc. are hardcoded? Tried to use <lefttexture>green.png</lefttexture> to make a different approach, but didn´t work ;)


    no defaults

    [XMLSkinElement("texturebg")] private string _backgroundTextureName = "";
    [XMLSkinElement("lefttexture")] private string _leftTextureName = "";
    [XMLSkinElement("midtexture")] private string _midTextureName = "";
    [XMLSkinElement("righttexture")] private string _rightTextureName = "";

    GUIProgressControl progressCtl = new GUIProgressControl(_controlId, 0, 0, 0, _widthProgressBar, _heightProgressBar,
    _backgroundTextureName, _leftTextureName, _midTextureName, _rightTextureName);
     

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,634
    10,679
    Königstein (Taunus)
    Home Country
    Germany Germany
    Here we go with progressbars in DWHD ;)

    10-10-18.jpg

    I made the progressbar only visible on selected items and used a new GFX (green.png, goes into DWHD Media folder, attached) ;)
    Necessary files attached ;)
     

    Attachments

    • green.png
      green.png
      237 bytes
    • common.facade.video.Title.xml
      16.7 KB

    wizard123

    Retired Team Member
  • Premium Supporter
  • January 24, 2012
    2,569
    2,680
    Home Country
    United Kingdom United Kingdom
    Looking great @regeszter big thanks for working on this ! i wonder if you would have time to look at the poster views ? i'd love to be able to tag a watched/unwatched icon onto the selected item in thumbs views and also maybe the movie name in a box underneath it ?
     

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,634
    10,679
    Königstein (Taunus)
    Home Country
    Germany Germany
    and also maybe the movie name in a box underneath it ?
    We have already the properties for thumbnailpanel <renderFocusText>no</renderFocusText> and <renderUnfocusText>no</renderUnfocusText>, so if you use them with "yes" the movie title would be shown below the cover ;)
     

    wizard123

    Retired Team Member
  • Premium Supporter
  • January 24, 2012
    2,569
    2,680
    Home Country
    United Kingdom United Kingdom
    and also maybe the movie name in a box underneath it ?
    We have already the properties for thumbnailpanel <renderFocusText>no</renderFocusText> and <renderUnfocusText>no</renderUnfocusText>, so if you use them with "yes" the movie title would be shown below the cover ;)
    Ok great so that works for small/large thumbs view and i assume it places the name under the thumb ? does that also have a background ?
     

    wizard123

    Retired Team Member
  • Premium Supporter
  • January 24, 2012
    2,569
    2,680
    Home Country
    United Kingdom United Kingdom
    and also maybe the movie name in a box underneath it ?
    We have already the properties for thumbnailpanel <renderFocusText>no</renderFocusText> and <renderUnfocusText>no</renderUnfocusText>, so if you use them with "yes" the movie title would be shown below the cover ;)
    Ok great so that works for small/large thumbs view and i assume it places the name under the thumb ? does that also have a background ?

    I added <renderFocusText>yes</renderFocusText> to the facade control but does not show for me :confused:
     

    Attachments

    • Untitled.jpg
      Untitled.jpg
      477.5 KB

    Users who are viewing this thread

    Top Bottom