GUIProgressListControl Development Process (1 Viewer)

Edalex

Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,955
    1,264
    Saratov
    Home Country
    Russian Federation Russian Federation
    Please use github if you want to touch MP core.
    Yeah, it's the only way for MP I know but currntly I don't have such plans. GUIControlFactory.RegisterControl works.perfectly for custom controls placed in external dlls
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,626
    10,555
    Kyiv
    Home Country
    Ukraine Ukraine
    @Edalex
    Maybe at the same time to add support for color text in the label and fadedlabel.? :whistle::coffee:
    Like:
    XML:
    <control>
      <description>Colored label</description>
      <type>label</type>
      <id>1</id>
      <posX>116</posX>
      <posY>100</posY>
      <label>Label1</label>
      <label color="0000FF">Label2</label>
      <label>Label3</label>
      <font>fontB16</font>
      <textcolor>FF0000</textcolor>
      <visible>!Control.HasFocus(50)</visible>
      <animation effect="fade" time="0">WindowClose</animation>
      <animation effect="slide" start="-150,0" time="100">visible</animation>
      <animation effect="fade" time="50">visible</animation>
      <animation effect="fade" time="0">hidden</animation>
    </control>
    Result: Label1Label2Label3
     

    morpheus_xx

    Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    Out of interest, is this control intended to bring such lists to MP1, which are known from MP2 for some years?

    unbenannt-jpg.174349


    Whereas this is not exactly the same: XAML is not limited to specific combinations of controls, you could also place any other control inside lists.
     

    Edalex

    Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,955
    1,264
    Saratov
    Home Country
    Russian Federation Russian Federation
    Out of interest, is this control intended to bring such lists to MP1, which are known from MP2 for some years?

    unbenannt-jpg.174349


    Whereas this is not exactly the same: XAML is not limited to specific combinations of controls, you could also place any other control inside lists.
    Sorry Idc what's known or not from mp2 until I start using it.
     

    Edalex

    Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,955
    1,264
    Saratov
    Home Country
    Russian Federation Russian Federation
    Sounds interesting, do you have some screenshots of them ?
    Sorry, I missed yor post in thread. :(
    I was talking about dialogs we're shipping with LogoManager
    https://www.dropbox.com/s/eg7g51g1vh1uyhh/Скриншот 2016-01-27 23.37.46.png?dl=0
    https://www.dropbox.com/s/6yxd9qotij8tejx/Скриншот 2016-01-27 23.38.06.png?dl=0
    @Edalex
    Maybe at the same time to add support for color text in the label and fadedlabel.? :whistle::coffee:
    It deserves separate thread ;)
     

    Edalex

    Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,955
    1,264
    Saratov
    Home Country
    Russian Federation Russian Federation
    Nah, I haven't touch VS for a long time :-(

    Отправлено с моего Philips W6610 через Tapatalk
     

    Users who are viewing this thread

    Top Bottom