Seitenhierarchie

  Wiki Navigation

    Loading...


 Recently Updated


 Latest Releases

 MediaPortal 1.32
            Releasenews | Download
 MediaPortal 2.5
            Releasenews | Download



Purpose

  • Required:  No
  • Type of Change:  Feature


 
Description of Change

Add the ability to change Main, Version, CVS (Edition) label in Splash screen - pos, size from skin

Text:

  • Main Label - ID 2
  • Version Label - ID 3
  • CVS(Edition) Label - ID 4


<!-- version="1.0" encoding="utf-8" standalone="yes" -->
<window>
  <controls>
    <control>
      <description>splashscreen background</description>
      <type>image</type>
      <id>1</id>
      <texture>splashscreen.jpg</texture>
    </control>
    <control>
      <description>splashscreen text</description>
      <type>label</type>
      <id>2</id>
      <posX>0</posX>
      <posY>500</posY>
      <width>1920</width>
      <height>40</height>
      <textsize>25</textsize>
      <textcolor>#00bfff</textcolor>
      <align>TopCenter</align>
    </control>
    <control>
      <description>splashscreen version text</description>
      <type>label</type>
      <id>3</id>
      <posX>750</posX>
      <posY>600</posY>
      <width>70</width>
      <height>40</height>
      <textsize>20</textsize>
      <textcolor>#5e91e0</textcolor>
      <align>TopLeft</align>
    </control>
    <control>
      <description>splashscreen cvs edition text</description>
      <type>label</type>
      <id>4</id>
      <posX>830</posX>
      <posY>600</posY>
      <width>820</width>
      <height>40</height>
      <textsize>20</textsize>
      <textcolor>#5e91e0</textcolor>
      <align>TopLeft</align>
    </control>
  </controls>
</window>


Additional Information and References

Jira Issue:MP1-5011
Related xml(s):splashscreen.xml
Windows IDs:
Related GUI control:
Author:ajs
Date added:Mon, 25 May 2020


XML/Code Samples

Screenshots

 


   

 

  • Keine Stichwörter

This page has no comments.