Music Visualization
#1
Guys any ideas how to make a buttons in MusicOSD that would make MusicVisualization:

- Toggle info (what you get by pressing "I") and report currently selected setting - on/off/song change
- Toggle codec info (what you get by pressing "O")
My skins:

Amber
Quartz

Reply
#2
You have to add <onclick>Dialog.Close(MusicOSD,true)</onclick> as the first action and then add the actions for the visualiser.

ie

PHP Code:
<onclick>Dialog.Close(MusicOSD,true)</onclick>
<
onclick>Info</onclick
PHP Code:
<onclick>Dialog.Close(MusicOSD,true)</onclick>
<
onclick>CodecInfo</onclick
Reply
#3
Hitcher Wrote:You have to add <onclick>Dialog.Close(MusicOSD,true)</onclick> as the first action and then add the actions for the visualiser.

ie

PHP Code:
<onclick>Dialog.Close(MusicOSD,true)</onclick>
<
onclick>Info</onclick
PHP Code:
<onclick>Dialog.Close(MusicOSD,true)</onclick>
<
onclick>CodecInfo</onclick

Bingo! Hitcher to the rescue!

Any chance to have feedback (check current state) about currently selected behavior for Info? CodecInfo is OK as it has only 2 states but it gets somewhat confusing with Info..
My skins:

Amber
Quartz

Reply
#4
That I don't know, sorry.
Reply
#5
Hitcher Wrote:That I don't know, sorry.

Cool & thanks as always Smile
My skins:

Amber
Quartz

Reply

Logout Mark Read Team Forum Stats Members Help
Music Visualization0