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
Development
General Development (no feature request here!)
How to add "Slideshow" button to the "My Music" window
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="rivera" data-source="post: 534789" data-attributes="member: 85161"><p>I have found a very simple solution to organize slideshow in MyMusic, MyMusicPlaylist, MyMusicPlayingNow.</p><p>The idea is to use multiimage feature.</p><p>For example, we have a window with some controls including images, labels, buttons.</p><p>And some button with ID=777 is a default control.</p><p></p><p>1. For each control specify:</p><p><visible>!Control.HasFocus(777777)</visible></p><p></p><p>2. Add a new button "Slideshow" with the same conditional visibility.</p><p>Specify for the button:</p><p><onup>777778</onup></p><p><ondown>777778</ondown></p><p><onleft>777778</onleft></p><p><onright>777778</onright></p><p></p><p>3. Specify for other buttons how to move from them to the added "Slideshow" button (onup, ondown, onleft, onright).</p><p></p><p>4. Add one more dummy button "Slideshow buddy":</p><p><onup>777</onup> <!-- i.e. to default control --></p><p><ondown>777</ondown></p><p><onleft>777</onleft></p><p><onright>777</onright></p><p><posX>2000</posX> <!-- i.e. some huge value --></p><p><visible>yes</visible> <!-- i.e. always visible --></p><p></p><p>5. Add a new multiimage control:</p><p><visible>Control.HasFocus(777777)</visible></p><p>specify a path, fade effects etc</p><p></p><p>So, the constraints for the proposed slideshow:</p><p>- fixed path</p><p>- no random effects</p></blockquote><p></p>
[QUOTE="rivera, post: 534789, member: 85161"] I have found a very simple solution to organize slideshow in MyMusic, MyMusicPlaylist, MyMusicPlayingNow. The idea is to use multiimage feature. For example, we have a window with some controls including images, labels, buttons. And some button with ID=777 is a default control. 1. For each control specify: <visible>!Control.HasFocus(777777)</visible> 2. Add a new button "Slideshow" with the same conditional visibility. Specify for the button: <onup>777778</onup> <ondown>777778</ondown> <onleft>777778</onleft> <onright>777778</onright> 3. Specify for other buttons how to move from them to the added "Slideshow" button (onup, ondown, onleft, onright). 4. Add one more dummy button "Slideshow buddy": <onup>777</onup> <!-- i.e. to default control --> <ondown>777</ondown> <onleft>777</onleft> <onright>777</onright> <posX>2000</posX> <!-- i.e. some huge value --> <visible>yes</visible> <!-- i.e. always visible --> 5. Add a new multiimage control: <visible>Control.HasFocus(777777)</visible> specify a path, fade effects etc So, the constraints for the proposed slideshow: - fixed path - no random effects [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
How to add "Slideshow" button to the "My Music" window
Contact us
RSS
Top
Bottom