Seitenhierarchie

  Wiki Navigation

    Loading...


 Recently Updated


 Latest Releases

 MediaPortal 1.34
            Releasenews | Download
 MediaPortal 2.5
            Releasenews | Download



Purpose

  • Required:  No
  • Type of Change:  Bug Fix

This change was required for the new feature which notifies the user that the playback of a media file failed (Video or Audio).

Description of Change

Affected:

  • GUIDialogFile
  • GUIDialogOK
  • GUIDialogPlayStop
  • GUIDialogYesNo
  • GUIDialogProgress

common.dialog.xml

  1. find control of dialog line 3
  2. after its </control> add
  3. <control>
          <description>dialog line 4</description>
          <type>label</type>
          <id>5</id>
          <posX>428</posX>
          <posY>428</posY>
          <label>-</label>
          <width>480</width>
          <font>font13</font>
          <textcolor>ffffffff</textcolor>
          <animation effect="fade" time="250">WindowOpen</animation>
          <animation effect="fade" time="250">WindowClose</animation>
        </control>
  4. note: adjust position, size, etc. according to your skin.

   

 

This page has no comments.