- August 12, 2010
- 977
- 733
- Home Country
- 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