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 Plugins
Popular Plugins
My Lyrics Plugin
My Lyrics don't scroll...
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="mackey" data-source="post: 393594" data-attributes="member: 20257"><p><strong>MyLyrics 1.22 RC out for testing!</strong></p><p></p><p>The scroll functionality have been added while it is still possible to hang on to the existing textbox style of showing a plain lyric. On the setting tab in the configuration you can choose which of the two options you prefer.</p><p></p><p>If the scroll functionality is enabled (not default) you can switch the vertical scroll speed using the 'S'-key on your keyboard. There are a total of 6 speed values and the slowest is default.</p><p></p><p>Have a testdrive and let me know if you encounter a problem or if everything is allright.</p><p></p><p>The download holds updated versions of myLyrics for the Blue3, Blue3Wide and StreamedMP skins.</p><p></p><p>cheers</p><p>Soren</p><p></p><p></p><p></p><p><span style="font-size: 15px">For skin-makers</span></p><p></p><p>In the upcoming MyLyrics version I've added the scroll feature once again which basically means that all skin-makers must add a couple of new controls to the MyLyrics.xml file. The two new controls have the id's 1020 and 1021 and are basically twins of the two textbox controls with id's 20 and 21. The main difference is that the new controls are of the type textboxscrollup and also have a little smaller value for the height (due to nature of the textboxscrollup control).</p><p></p><p><span style="font-size: 12px">Here are an example from MyLyrics.xml of the Blue3 skin:</span></p><p></p><p> <control></p><p> <type>textbox</type></p><p> <description>The Lyric area basic</description></p><p> <id>20</id></p><p> <posX>48</posX></p><p> <posY>104</posY></p><p> <width>336</width></p><p> <height>336</height></p><p> <image>icon-folder.png</image></p><p> <label>-</label></p><p> <text>6</text></p><p> <spinPosX>320</spinPosX></p><p> <spinPosY>400</spinPosY></p><p> <font>font12</font></p><p> <onleft>2</onleft></p><p> <onright>2</onright></p><p> <onup>2</onup></p><p> <ondown>2</ondown></p><p> <textcolor>ffdddddd</textcolor></p><p> </control></p><p> <control></p><p> <type>textbox</type></p><p> <description>The Lyric area wide</description></p><p> <id>21</id></p><p> <posX>48</posX></p><p> <posY>104</posY></p><p> <width>640</width></p><p> <height>336</height></p><p> <image>icon-folder.png</image></p><p> <label>-</label></p><p> <text>6</text></p><p> <spinPosX>620</spinPosX></p><p> <spinPosY>400</spinPosY></p><p> <font>font12</font></p><p> <onleft>2</onleft></p><p> <onright>2</onright></p><p> <onup>2</onup></p><p> <ondown>2</ondown></p><p> <textcolor>ffdddddd</textcolor></p><p> </control></p><p> <control></p><p> <type>textboxscrollup</type></p><p> <description>The Lyric area basic</description></p><p> <id>1020</id></p><p> <posX>48</posX></p><p> <posY>104</posY></p><p> <width>336</width></p><p> <height>318</height></p><p> <image>icon-folder.png</image></p><p> <label>-</label></p><p> <text>6</text></p><p> <spinPosX>320</spinPosX></p><p> <spinPosY>400</spinPosY></p><p> <seperator>----------------------------------------------------------------------------------------------</seperator></p><p> <font>font12</font></p><p> <onleft>2</onleft></p><p> <onright>2</onright></p><p> <onup>2</onup></p><p> <ondown>2</ondown></p><p> <textcolor>ffdddddd</textcolor></p><p> </control></p><p> <control></p><p> <type>textboxscrollup</type></p><p> <description>The Lyric area wide</description></p><p> <id>1021</id></p><p> <posX>48</posX></p><p> <posY>104</posY></p><p> <width>640</width></p><p> <height>318</height></p><p> <image>icon-folder.png</image></p><p> <label>-</label></p><p> <text>6</text></p><p> <spinPosX>620</spinPosX></p><p> <spinPosY>400</spinPosY></p><p> <seperator>----------------------------------------------------------------------------------------------</seperator></p><p> <font>font12</font></p><p> <onleft>2</onleft></p><p> <onright>2</onright></p><p> <onup>2</onup></p><p> <ondown>2</ondown></p><p> <textcolor>ffdddddd</textcolor></p><p> </control></p></blockquote><p></p>
[QUOTE="mackey, post: 393594, member: 20257"] [b]MyLyrics 1.22 RC out for testing![/b] The scroll functionality have been added while it is still possible to hang on to the existing textbox style of showing a plain lyric. On the setting tab in the configuration you can choose which of the two options you prefer. If the scroll functionality is enabled (not default) you can switch the vertical scroll speed using the 'S'-key on your keyboard. There are a total of 6 speed values and the slowest is default. Have a testdrive and let me know if you encounter a problem or if everything is allright. The download holds updated versions of myLyrics for the Blue3, Blue3Wide and StreamedMP skins. cheers Soren [size=4]For skin-makers[/size] In the upcoming MyLyrics version I've added the scroll feature once again which basically means that all skin-makers must add a couple of new controls to the MyLyrics.xml file. The two new controls have the id's 1020 and 1021 and are basically twins of the two textbox controls with id's 20 and 21. The main difference is that the new controls are of the type textboxscrollup and also have a little smaller value for the height (due to nature of the textboxscrollup control). [size=3]Here are an example from MyLyrics.xml of the Blue3 skin:[/size] <control> <type>textbox</type> <description>The Lyric area basic</description> <id>20</id> <posX>48</posX> <posY>104</posY> <width>336</width> <height>336</height> <image>icon-folder.png</image> <label>-</label> <text>6</text> <spinPosX>320</spinPosX> <spinPosY>400</spinPosY> <font>font12</font> <onleft>2</onleft> <onright>2</onright> <onup>2</onup> <ondown>2</ondown> <textcolor>ffdddddd</textcolor> </control> <control> <type>textbox</type> <description>The Lyric area wide</description> <id>21</id> <posX>48</posX> <posY>104</posY> <width>640</width> <height>336</height> <image>icon-folder.png</image> <label>-</label> <text>6</text> <spinPosX>620</spinPosX> <spinPosY>400</spinPosY> <font>font12</font> <onleft>2</onleft> <onright>2</onright> <onup>2</onup> <ondown>2</ondown> <textcolor>ffdddddd</textcolor> </control> <control> <type>textboxscrollup</type> <description>The Lyric area basic</description> <id>1020</id> <posX>48</posX> <posY>104</posY> <width>336</width> <height>318</height> <image>icon-folder.png</image> <label>-</label> <text>6</text> <spinPosX>320</spinPosX> <spinPosY>400</spinPosY> <seperator>----------------------------------------------------------------------------------------------</seperator> <font>font12</font> <onleft>2</onleft> <onright>2</onright> <onup>2</onup> <ondown>2</ondown> <textcolor>ffdddddd</textcolor> </control> <control> <type>textboxscrollup</type> <description>The Lyric area wide</description> <id>1021</id> <posX>48</posX> <posY>104</posY> <width>640</width> <height>318</height> <image>icon-folder.png</image> <label>-</label> <text>6</text> <spinPosX>620</spinPosX> <spinPosY>400</spinPosY> <seperator>----------------------------------------------------------------------------------------------</seperator> <font>font12</font> <onleft>2</onleft> <onright>2</onright> <onup>2</onup> <ondown>2</ondown> <textcolor>ffdddddd</textcolor> </control> [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
My Lyrics Plugin
My Lyrics don't scroll...
Contact us
RSS
Top
Bottom