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 Talk
Can I disable MP Close?
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="DalaNorth" data-source="post: 109722" data-attributes="member: 27872"><p>You could just comment out the code for the exit button in MyHome.xml and topbar.xml for your skin. Of course, that wont help the fact that ctrl-alt-del or Alt-F4 will reveal that there really is a computer under there... But that may not be a problem if you have a remote that doesn't have these buttons...</p><p></p><p>So, just add <!-- and --> tags around the code for the exit buttons, like the example below for topbar.xml:</p><p></p><p>[CODE]</p><p> <!--</p><p> <control></p><p> <description>Exit button</description></p><p> <type>button</type></p><p> <id>31</id></p><p> <posX>1250</posX></p><p> <posY>4</posY></p><p> <width>60</width></p><p> <height>53</height></p><p> <textureFocus>exit_enabled.png</textureFocus></p><p> <textureNoFocus>exit_disabled.png</textureNoFocus></p><p> <action>97</action></p><p> <label>-</label></p><p> <action>97</action></p><p> <onleft>30</onleft></p><p> <onright>21</onright></p><p> <onup>31</onup></p><p> <ondown>2</ondown></p><p> </control></p><p> -->[/CODE]</p><p></p><p>To make it look better you might want to consider moving the other buttons further to the right, or it might be obvious that there is something missing in that empty space...</p></blockquote><p></p>
[QUOTE="DalaNorth, post: 109722, member: 27872"] You could just comment out the code for the exit button in MyHome.xml and topbar.xml for your skin. Of course, that wont help the fact that ctrl-alt-del or Alt-F4 will reveal that there really is a computer under there... But that may not be a problem if you have a remote that doesn't have these buttons... So, just add <!-- and --> tags around the code for the exit buttons, like the example below for topbar.xml: [CODE] <!-- <control> <description>Exit button</description> <type>button</type> <id>31</id> <posX>1250</posX> <posY>4</posY> <width>60</width> <height>53</height> <textureFocus>exit_enabled.png</textureFocus> <textureNoFocus>exit_disabled.png</textureNoFocus> <action>97</action> <label>-</label> <action>97</action> <onleft>30</onleft> <onright>21</onright> <onup>31</onup> <ondown>2</ondown> </control> -->[/CODE] To make it look better you might want to consider moving the other buttons further to the right, or it might be obvious that there is something missing in that empty space... [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Talk
Can I disable MP Close?
Contact us
RSS
Top
Bottom