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
Enhanced basic homescreen possible?
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="Bosso" data-source="post: 135703" data-attributes="member: 10636"><p>OK. The xml was fairly easy to understand, so I gave it a go and got almost what I wanted by adding some code in the basichome.xml in the bluetwo skin.</p><p>I did not get the visability tag to work though. I could not find it in the wiki documentation either. Is this a new feature? I'm on stable version 0.2.0.10.</p><p>I got some help from the dimColor function to make my buttons invisible, but they are a bit too secret doing that. Only if one know they're there one can find them.</p><p></p><p>This is my edited code for adding three shortcuts under the TV selection in case someone want to know...</p><p></p><p> <control></p><p> <description>home BM FFS [TV]</description></p><p> <type>button</type></p><p> <id>4</id></p><p> <posX>262</posX></p><p> <posY>85</posY></p><p> <width>162</width></p><p> <height>225</height></p><p> <textureFocus>TV.png</textureFocus></p><p> <textureNoFocus>hover_my tv.png</textureNoFocus></p><p> <hyperlink>1</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>605</label></p><p> <textcolor>00ffffff</textcolor></p><p> <onleft>3</onleft></p><p> <onright>5</onright></p><p> <onup>21</onup></p><p> <!--edited below--></p><p> <ondown>441</ondown></p><p> </control></p><p> <!--added below--></p><p> <control> </p><p> <type>group</type> </p><p> <layout>StackLayout</layout> </p><p> <description>group element</description> </p><p> <posX>265</posX> </p><p> <posY>250</posY> </p><p></p><p> <visible>Control.HasFocus(4)|Control.HasFocus(441)|Control.HasFocus(442)|Control.HasFocus(443)</visible> </p><p> <dimColor>00FFFFFF</dimColor></p><p> <control></p><p> <description>TV submenu [TV guide]</description></p><p> <type>button</type></p><p> <id>441</id></p><p> <label>600</label> </p><p> <hyperlink>600</hyperlink> </p><p> <onleft>3</onleft></p><p> <onright>5</onright></p><p> <onup>4</onup></p><p> <ondown>442</ondown></p><p> </control></p><p> <control></p><p> <description>TV submenu [Recorded TV]</description></p><p> <type>button</type></p><p> <id>442</id></p><p> <label>604</label> </p><p> <hyperlink>603</hyperlink> </p><p> <onleft>3</onleft></p><p> <onright>5</onright></p><p> <onup>441</onup></p><p> <ondown>443</ondown></p><p> </control></p><p> <control></p><p> <description>TV submenu [Scheduled Recordings]</description></p><p> <type>button</type></p><p> <id>443</id></p><p> <label>603</label> </p><p> <hyperlink>601</hyperlink> </p><p> <onleft>3</onleft></p><p> <onright>5</onright></p><p> <onup>442</onup></p><p> <ondown>443</ondown></p><p> </control></p><p> </control></p></blockquote><p></p>
[QUOTE="Bosso, post: 135703, member: 10636"] OK. The xml was fairly easy to understand, so I gave it a go and got almost what I wanted by adding some code in the basichome.xml in the bluetwo skin. I did not get the visability tag to work though. I could not find it in the wiki documentation either. Is this a new feature? I'm on stable version 0.2.0.10. I got some help from the dimColor function to make my buttons invisible, but they are a bit too secret doing that. Only if one know they're there one can find them. This is my edited code for adding three shortcuts under the TV selection in case someone want to know... <control> <description>home BM FFS [TV]</description> <type>button</type> <id>4</id> <posX>262</posX> <posY>85</posY> <width>162</width> <height>225</height> <textureFocus>TV.png</textureFocus> <textureNoFocus>hover_my tv.png</textureNoFocus> <hyperlink>1</hyperlink> <hover>-</hover> <hoverX>265</hoverX> <hoverY>270</hoverY> <hoverWidth>204</hoverWidth> <hoverHeight>230</hoverHeight> <label>605</label> <textcolor>00ffffff</textcolor> <onleft>3</onleft> <onright>5</onright> <onup>21</onup> <!--edited below--> <ondown>441</ondown> </control> <!--added below--> <control> <type>group</type> <layout>StackLayout</layout> <description>group element</description> <posX>265</posX> <posY>250</posY> <visible>Control.HasFocus(4)|Control.HasFocus(441)|Control.HasFocus(442)|Control.HasFocus(443)</visible> <dimColor>00FFFFFF</dimColor> <control> <description>TV submenu [TV guide]</description> <type>button</type> <id>441</id> <label>600</label> <hyperlink>600</hyperlink> <onleft>3</onleft> <onright>5</onright> <onup>4</onup> <ondown>442</ondown> </control> <control> <description>TV submenu [Recorded TV]</description> <type>button</type> <id>442</id> <label>604</label> <hyperlink>603</hyperlink> <onleft>3</onleft> <onright>5</onright> <onup>441</onup> <ondown>443</ondown> </control> <control> <description>TV submenu [Scheduled Recordings]</description> <type>button</type> <id>443</id> <label>603</label> <hyperlink>601</hyperlink> <onleft>3</onleft> <onright>5</onright> <onup>442</onup> <ondown>443</ondown> </control> </control> [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Skins
Enhanced basic homescreen possible?
Contact us
RSS
Top
Bottom