ListControl: selectedColor, remoteColor, downloadColor (1 Viewer)

rivera

Retired Team Member
  • Premium Supporter
  • December 1, 2008
    237
    21
    Home Country
    Russian Federation Russian Federation
    There are properties in ListControl:
    - selectedColor - stands for currently played file (video or music)
    - remoteColor - for file located on remote storage which is not accessible now
    - downloadColor - I do not know the meaning

    Let's consider the listcontrols located in:
    - movingpictures.common.facade.xml
    - common.facade.video.xml
    - common.facade.music.xml

    Also let's assume that:
    - textColor = White
    - selectedColor = Orange
    - remoteColor = Red
    - downloadColor = Green

    a) In MovingPicture:
    - selectedColor does NOT work - currently played video is WHITE
    - remoteColor DOES work - currently unavailable videos are RED

    b) In MyVideo in "Titles" mode:
    - selectedColor does NOT work - currently played video is WHITE
    - remoteColor does NOT work - currently unavailable videos are WHITE

    c) In MyMusic:
    - selectedColor DOES work - currently played music is ORANGE
    - remoteColor - have not tested

    So, 3 questions:
    - what does downloadColor stand for ?
    - why selectedColor does not work in MyVideo & MovingPictures ?
    - why remoteColor does not work in MyVideo ?
     

    Psycho Reptile

    Retired Team Member
  • Premium Supporter
  • April 19, 2006
    1,316
    787
    Cambridge, England
    Home Country
    United Kingdom United Kingdom
    As far as I'm aware selectedColor/remoteColor has never worked in a list control as they should (textcolor/textcolorNoFocus work fine for buttons though).
    Don't know what downloadColor is used for :confused:
     

    rivera

    Retired Team Member
  • Premium Supporter
  • December 1, 2008
    237
    21
    Home Country
    Russian Federation Russian Federation
    As far as I'm aware selectedColor/remoteColor has never worked in a list control as they should (textcolor/textcolorNoFocus work fine for buttons though).
    Don't know what downloadColor is used for :confused:
    selectedColor works in MyMusic, MyMusicPlaylist, MyVideoPlalist ....
    remotedColor works in MovingPictures.

    According to source codes, downloadColor is used for remotely stored files which are being downloaded.
    But I do not know where it is used in MediaPortal
     

    Users who are viewing this thread

    Top Bottom