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
How do I do an alternate control
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="jimwin" data-source="post: 647453" data-attributes="member: 62878"><p>I modified some of the blue3wide skin files a while back to create a link back to the "My Lyrics" plugin from MyMusic by replacing the "Now Playing" control. Recently I updated from 1.0.2 to 1.1.0 final, and I'm going through the skin files again and I'm having a problem.</p><p></p><p>What I used before was 2 controls with the same ID, and set one to visible if "My Lyrics" is installed, and one if its is not, like this:</p><p>[CODE]</p><p><control></p><p> <description>Now playing</description></p><p> <type>button</type></p><p> <id>11</id></p><p> <posX>71</posX></p><p> <posY>291</posY></p><p> <label>4540</label></p><p> <hyperlink>510</hyperlink></p><p> <onright>50</onright></p><p> <onup>12</onup></p><p> <ondown>9</ondown></p><p> <visible>!plugin.isenabled(My Lyrics)</visible> </p><p></control></p><p><control></p><p> <description>My Lyrics</description></p><p> <type>button</type></p><p> <id>11</id></p><p> <posX>71</posX></p><p> <posY>291</posY></p><p> <label>My Lyrics</label></p><p> <hyperlink>90478</hyperlink></p><p> <onright>50</onright></p><p> <onup>12</onup></p><p> <ondown>9</ondown></p><p> <visible>plugin.isenabled(My Lyrics)</visible> </p><p></control>[/CODE]</p><p></p><p>This code worked fine in 1.0.2, but its not allowing the control to be selected in 1.1.0. Any ideas how I can get this effect in 1.1.0?</p></blockquote><p></p>
[QUOTE="jimwin, post: 647453, member: 62878"] I modified some of the blue3wide skin files a while back to create a link back to the "My Lyrics" plugin from MyMusic by replacing the "Now Playing" control. Recently I updated from 1.0.2 to 1.1.0 final, and I'm going through the skin files again and I'm having a problem. What I used before was 2 controls with the same ID, and set one to visible if "My Lyrics" is installed, and one if its is not, like this: [CODE] <control> <description>Now playing</description> <type>button</type> <id>11</id> <posX>71</posX> <posY>291</posY> <label>4540</label> <hyperlink>510</hyperlink> <onright>50</onright> <onup>12</onup> <ondown>9</ondown> <visible>!plugin.isenabled(My Lyrics)</visible> </control> <control> <description>My Lyrics</description> <type>button</type> <id>11</id> <posX>71</posX> <posY>291</posY> <label>My Lyrics</label> <hyperlink>90478</hyperlink> <onright>50</onright> <onup>12</onup> <ondown>9</ondown> <visible>plugin.isenabled(My Lyrics)</visible> </control>[/CODE] This code worked fine in 1.0.2, but its not allowing the control to be selected in 1.1.0. Any ideas how I can get this effect in 1.1.0? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Skins
How do I do an alternate control
Contact us
RSS
Top
Bottom