home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Skins
Howto skin?
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="surfermc" data-source="post: 75720" data-attributes="member: 20392"><p>The labels are defined in the language strings. Have a look at the file C:\Program Files\Team MediaPortal\MediaPortal\Language\English\strings.xml</p><p></p><p>These are defined at the top of the start of the .xml definition files e.g MyRadio.xml has</p><p>[CODE]- <window></p><p> <id>30</id> <------------------------****************</p><p> <defaultcontrol>2</defaultcontrol> </p><p> <allowoverlay>yes</allowoverlay> </p><p> <define>#header.label:666</define> </p><p> <define>#header.image:radio_logo.png</define> </p><p> <define>#header.hover:hover_my radio.png</define> </p><p>- <controls> [/CODE]</p><p>Where 30 is the definition of the hyperlink. The following is extracted from Basichome.xml</p><p>[CODE]<control></p><p> <description>home BM Radio</description> </p><p> <type>button</type> </p><p> <id>2</id> </p><p> <posX>19</posX> </p><p> <posY>240</posY> </p><p> <width>162</width> </p><p> <height>225</height> </p><p> <textureFocus>Radio.png</textureFocus> </p><p> <textureNoFocus>hover_my radio.png</textureNoFocus> </p><p> <thumbZoom>yes</thumbZoom> </p><p> <hyperlink>30</hyperlink> <---------------------------*************</p><p> <hover>-</hover> </p><p> <hoverX>265</hoverX> </p><p> <hoverY>270</hoverY> </p><p> <hoverWidth>204</hoverWidth> </p><p> <hoverHeight>230</hoverHeight> </p><p> <label>665</label> </p><p> <textcolor>00ffffff</textcolor> </p><p> <textcolorNoFocus>00ffffff</textcolorNoFocus> </p><p> <onleft>6</onleft> </p><p> <onright>3</onright> </p><p> <onup>21</onup> </p><p> <ondown>2</ondown> </p><p> </control>[/CODE]</p><p>Hope this helps</p><p>MC</p></blockquote><p></p>
[QUOTE="surfermc, post: 75720, member: 20392"] The labels are defined in the language strings. Have a look at the file C:\Program Files\Team MediaPortal\MediaPortal\Language\English\strings.xml These are defined at the top of the start of the .xml definition files e.g MyRadio.xml has [CODE]- <window> <id>30</id> <------------------------**************** <defaultcontrol>2</defaultcontrol> <allowoverlay>yes</allowoverlay> <define>#header.label:666</define> <define>#header.image:radio_logo.png</define> <define>#header.hover:hover_my radio.png</define> - <controls> [/CODE] Where 30 is the definition of the hyperlink. The following is extracted from Basichome.xml [CODE]<control> <description>home BM Radio</description> <type>button</type> <id>2</id> <posX>19</posX> <posY>240</posY> <width>162</width> <height>225</height> <textureFocus>Radio.png</textureFocus> <textureNoFocus>hover_my radio.png</textureNoFocus> <thumbZoom>yes</thumbZoom> <hyperlink>30</hyperlink> <---------------------------************* <hover>-</hover> <hoverX>265</hoverX> <hoverY>270</hoverY> <hoverWidth>204</hoverWidth> <hoverHeight>230</hoverHeight> <label>665</label> <textcolor>00ffffff</textcolor> <textcolorNoFocus>00ffffff</textcolorNoFocus> <onleft>6</onleft> <onright>3</onright> <onup>21</onup> <ondown>2</ondown> </control>[/CODE] Hope this helps MC [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Skins
Howto skin?
Contact us
RSS
Top
Bottom