Exit Label in wrong position for Small button option (1 Viewer)

m3rcury

Development Group
  • Team MediaPortal
  • August 12, 2010
    977
    733
    Home Country
    Malta Malta
    New Release/Patch available, new features:

    StreamedMP v1.4.10:
    • Added a background and new Settings button to Exit menu. Also the ability to disable exit menu from BasicHome editor.

    Patch also includes bug fixes and misc updates including critical fix for weather update in InfoService plugin.


    ltfearme,

    Firstly, congrats to the great work you are doing with this skin. I would like to report a small issue I noticed with the new exit button text. Unless there is something with my installation, the coordinates are incorrect.

    In the installation, coordinates are as follows:

    <control>
    <description>Exit Label</description>
    <type>label</type>
    <id>0</id>
    <width>210</width>
    <height>60</height>
    <posY>100</posY>
    <posX>140</posX>

    <align>center</align>
    <font>mediastream10tc</font>
    <label>#StreamedMP.MediaPortalExit</label>
    <visible>Control.HasFocus(160001)|Control.HasFocus(160101)|Control.HasFocus(160201)|Control.HasFocus(160301)|Control.HasFocus(160401)</visible>
    </control>

    while I think they should be like this:

    <control>
    <description>Exit Label</description>
    <type>label</type>
    <id>0</id>
    <width>210</width>
    <height>60</height>
    <posY>590</posY>
    <posX>100</posX>

    <align>center</align>
    <font>mediastream10tc</font>
    <label>#StreamedMP.MediaPortalExit</label>
    <visible>Control.HasFocus(160001)|Control.HasFocus(160101)|Control.HasFocus(160201)|Control.HasFocus(160301)|Control.HasFocus(160401)</visible>
    </control>

    Regards
     

    trevor

    Portal Pro
    October 17, 2006
    1,600
    950
    Chelmsford
    Home Country
    United Kingdom United Kingdom
    Re: Streamed MP v1.4.10 Stable [02 Jan 2011] [Supports MP 1.1.x\1.2 Alpha]

    Hi m3rcury,

    :oops:

    Dead right, I missed a control when I did those mods - corrected now.

    Thanks for the report.
     

    Haraldpeter

    Portal Pro
    March 16, 2010
    352
    10
    Home Country
    Germany Germany
    AW: Streamed MP v1.4.10 Stable [02 Jan 2011] [Supports MP 1.1.x\1.2 Alpha]

    Hi Trevor,

    what means corrected now ? I got the StreamedMP Update Patch today at 10.00 in the Morning.

    Should I now uninstall StreamedMP and then reinstall ? Or is there another patch avaliable ?

    Many Thanks for your great Work:D

    Harald
     

    trevor

    Portal Pro
    October 17, 2006
    1,600
    950
    Chelmsford
    Home Country
    United Kingdom United Kingdom
    Re: AW: Streamed MP v1.4.10 Stable [02 Jan 2011] [Supports MP 1.1.x\1.2 Alpha]

    Hi Trevor,

    what means corrected now ? I got the StreamedMP Update Patch today at 10.00 in the Morning.

    Should I now uninstall StreamedMP and then reinstall ? Or is there another patch avaliable ?

    Many Thanks for your great Work:D

    Harald

    It means I have corrected in the source, the fix will be available in the next patch/release. Not sure when that will be - this issue is cosmetic and only effects vertical menu if using the small exit/shutdown buttons so we are unlikley to rush a new patch out.

    Cheers
     

    Users who are viewing this thread

    Top Bottom