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
mce 1280x720 (updated for MP 0.2.3 RC3)
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="Boilermaker" data-source="post: 79411" data-attributes="member: 10306"><p>[CODE] <control></p><p> <description>home BM Radio</description></p><p> <type>button</type></p><p> <id>2</id></p><p> <posX>150</posX></p><p> <posY>300</posY></p><p> <width>-</width></p><p> <height>-</height></p><p> <textureFocus>BM_Radio_focus.png</textureFocus></p><p> <textureNoFocus>BM_Radio_nofocus.png</textureNoFocus></p><p> <thumbZoom>yes</thumbZoom></p><p> <hyperlink>30</hyperlink></p><p> <label>665</label></p><p> <textcolor>00ffffff</textcolor></p><p> <onleft>5</onleft></p><p> <onright>3</onright></p><p> <onup>10</onup></p><p> <ondown>10</ondown></p><p> </control>[/CODE]</p><p>I'm guessing you want to be able to jump to different screens rather than what's available now (for example replacing radio with tetris)?</p><p></p><p>The hyperlink tag tells mp which screen to jump to, it corresponds to the value of the id tag at the top of every xml file. myradio.xml has an id value of 30 (second line of the file), so when you click the button, that's where it takes you. You just place the target .xml's id value in the hyperlink tag.</p><p></p><p>You will probably have to do your own icons for the actual buttons, i believe i borrowed the ones in this skin from another skin. This only requires two graphics for each button (textureFocus, textureNoFocus), unless you want to go full out. You can use an animation, see bluetwo1280x720 for an example.</p><p></p><p>I've never tried to change the number of buttons. Judging by recent screen shots posted of the aqua skin, it is possible to do so. The one thing to keep in mind is the onleft and onright tags, and making sure each button is accessible via remote/keyboard. These tags tell mp where to go next when a directional key is pressed.</p><p></p><p>that's a short explanation, hopefully it gets you started. If you have any specific questions, let me know. I'd be more than happy to give you a hand.</p></blockquote><p></p>
[QUOTE="Boilermaker, post: 79411, member: 10306"] [CODE] <control> <description>home BM Radio</description> <type>button</type> <id>2</id> <posX>150</posX> <posY>300</posY> <width>-</width> <height>-</height> <textureFocus>BM_Radio_focus.png</textureFocus> <textureNoFocus>BM_Radio_nofocus.png</textureNoFocus> <thumbZoom>yes</thumbZoom> <hyperlink>30</hyperlink> <label>665</label> <textcolor>00ffffff</textcolor> <onleft>5</onleft> <onright>3</onright> <onup>10</onup> <ondown>10</ondown> </control>[/CODE] I'm guessing you want to be able to jump to different screens rather than what's available now (for example replacing radio with tetris)? The hyperlink tag tells mp which screen to jump to, it corresponds to the value of the id tag at the top of every xml file. myradio.xml has an id value of 30 (second line of the file), so when you click the button, that's where it takes you. You just place the target .xml's id value in the hyperlink tag. You will probably have to do your own icons for the actual buttons, i believe i borrowed the ones in this skin from another skin. This only requires two graphics for each button (textureFocus, textureNoFocus), unless you want to go full out. You can use an animation, see bluetwo1280x720 for an example. I've never tried to change the number of buttons. Judging by recent screen shots posted of the aqua skin, it is possible to do so. The one thing to keep in mind is the onleft and onright tags, and making sure each button is accessible via remote/keyboard. These tags tell mp where to go next when a directional key is pressed. that's a short explanation, hopefully it gets you started. If you have any specific questions, let me know. I'd be more than happy to give you a hand. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Skins
mce 1280x720 (updated for MP 0.2.3 RC3)
Contact us
RSS
Top
Bottom