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
Popular Skins
Graveyard
Xface
How do I change BasicHome buttons??
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="Jeditrav" data-source="post: 242613" data-attributes="member: 51114"><p>Hi,</p><p></p><p>yeah, this didn't work for me - it's what I tried originally (and again just now), doesn't work.</p><p></p><p>Not sure what exactly you meant by Find '<!-- Sub controls *****'; I've taken the following section from basichome.xml</p><p></p><p><control></p><p> <description>Music submenu 1</description></p><p> <type>button</type></p><p> <id>606</id></p><p> <posX>284</posX></p><p> <posY>658</posY></p><p> <width>250</width></p><p> <height>40</height></p><p> <textalign>center</textalign></p><p> <textureFocus>subleft_focus.png</textureFocus></p><p> <textureNoFocus>subleft_nofocus.png</textureNoFocus></p><p> <visible>Control.HasFocus(3)|Control.HasFocus(33)|Control.HasFocus(606)|Control.HasFocus(607)|Control.HasFocus(611)</visible></p><p> <label>last fm radio</label></p><p> <hyperlink>7890</hyperlink></p><p> <font>font14</font></p><p> <textcolor>ffffffff</textcolor></p><p> <textcolorNoFocus>ffffffff</textcolorNoFocus></p><p> <textYOff>1</textYOff></p><p> <textXOff>40</textXOff></p><p> <onup>3</onup></p><p> <ondown>606</ondown></p><p> <onleft>606</onleft></p><p> <onright>607</onright></p><p> <animation effect="fade" time="300">Visible</animation></p><p> <animation effect="fade" time="400">WindowOpen</animation></p><p> <animation effect="fade" time="400">WindowClose</animation></p><p> </control></p><p></p><p></p><p>I've changed the label to 'Play CD' and the hyperlink to '890' (value taken from strings_en.xml) so the sections looks as follows</p><p></p><p><control></p><p> <description>Music submenu 1</description></p><p> <type>button</type></p><p> <id>606</id></p><p> <posX>284</posX></p><p> <posY>658</posY></p><p> <width>250</width></p><p> <height>40</height></p><p> <textalign>center</textalign></p><p> <textureFocus>subleft_focus.png</textureFocus></p><p> <textureNoFocus>subleft_nofocus.png</textureNoFocus></p><p> <visible>Control.HasFocus(3)|Control.HasFocus(33)|Control.HasFocus(606)|Control.HasFocus(607)|Control.HasFocus(611)</visible></p><p> <label>Play CD</label></p><p> <hyperlink>890</hyperlink></p><p> <font>font14</font></p><p> <textcolor>ffffffff</textcolor></p><p> <textcolorNoFocus>ffffffff</textcolorNoFocus></p><p> <textYOff>1</textYOff></p><p> <textXOff>40</textXOff></p><p> <onup>3</onup></p><p> <ondown>606</ondown></p><p> <onleft>606</onleft></p><p> <onright>607</onright></p><p> <animation effect="fade" time="300">Visible</animation></p><p> <animation effect="fade" time="400">WindowOpen</animation></p><p> <animation effect="fade" time="400">WindowClose</animation></p><p> </control></p><p></p><p></p><p>But nothing happens - when I use the remote to highlight 'Play CD' on the submenu, the screen flicks and resets basichome.</p><p>I wonder if a 'Hyperlink' is what I want in there? 'Play CD' is more of an action to be taken rather than a page to be linked to.</p><p>Also wondering about '<id>606</id>' - does this number need to be changed??</p><p>Any thoughts??</p><p></p><p>Cheers</p></blockquote><p></p>
[QUOTE="Jeditrav, post: 242613, member: 51114"] Hi, yeah, this didn't work for me - it's what I tried originally (and again just now), doesn't work. Not sure what exactly you meant by Find '<!-- Sub controls *****'; I've taken the following section from basichome.xml <control> <description>Music submenu 1</description> <type>button</type> <id>606</id> <posX>284</posX> <posY>658</posY> <width>250</width> <height>40</height> <textalign>center</textalign> <textureFocus>subleft_focus.png</textureFocus> <textureNoFocus>subleft_nofocus.png</textureNoFocus> <visible>Control.HasFocus(3)|Control.HasFocus(33)|Control.HasFocus(606)|Control.HasFocus(607)|Control.HasFocus(611)</visible> <label>last fm radio</label> <hyperlink>7890</hyperlink> <font>font14</font> <textcolor>ffffffff</textcolor> <textcolorNoFocus>ffffffff</textcolorNoFocus> <textYOff>1</textYOff> <textXOff>40</textXOff> <onup>3</onup> <ondown>606</ondown> <onleft>606</onleft> <onright>607</onright> <animation effect="fade" time="300">Visible</animation> <animation effect="fade" time="400">WindowOpen</animation> <animation effect="fade" time="400">WindowClose</animation> </control> I've changed the label to 'Play CD' and the hyperlink to '890' (value taken from strings_en.xml) so the sections looks as follows <control> <description>Music submenu 1</description> <type>button</type> <id>606</id> <posX>284</posX> <posY>658</posY> <width>250</width> <height>40</height> <textalign>center</textalign> <textureFocus>subleft_focus.png</textureFocus> <textureNoFocus>subleft_nofocus.png</textureNoFocus> <visible>Control.HasFocus(3)|Control.HasFocus(33)|Control.HasFocus(606)|Control.HasFocus(607)|Control.HasFocus(611)</visible> <label>Play CD</label> <hyperlink>890</hyperlink> <font>font14</font> <textcolor>ffffffff</textcolor> <textcolorNoFocus>ffffffff</textcolorNoFocus> <textYOff>1</textYOff> <textXOff>40</textXOff> <onup>3</onup> <ondown>606</ondown> <onleft>606</onleft> <onright>607</onright> <animation effect="fade" time="300">Visible</animation> <animation effect="fade" time="400">WindowOpen</animation> <animation effect="fade" time="400">WindowClose</animation> </control> But nothing happens - when I use the remote to highlight 'Play CD' on the submenu, the screen flicks and resets basichome. I wonder if a 'Hyperlink' is what I want in there? 'Play CD' is more of an action to be taken rather than a page to be linked to. Also wondering about '<id>606</id>' - does this number need to be changed?? Any thoughts?? Cheers [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Skins
Popular Skins
Graveyard
Xface
How do I change BasicHome buttons??
Contact us
RSS
Top
Bottom