why i can't make the over effect on the round sliders ?
with linear sliders it's ok !
example :
NOT WORK (just mouse is over)
<slider action="master_volume" orientation="round" >
<pos x="325" y="94"/>
<size width="19" height="19"/>
<fader anglemin="-140" anglemax="+140">
<size width="19" height="19"/>
<pos x="959" y="768" />
<over x="947" y="768" />
</fader>
</slider>
Work OK
<slider action="deck 1 volume" orientation="vertical" direction="up">
<size width="17" height="89"/>
<pos x="406" y="279"/>
<selected x="930" y="768"/>
<fader>
<size width="17" height="15"/>
<pos x="977" y="798"/>
<over x="977" y="783"/>
</fader>
</slider>
is a bug o deprecate function ?
P.S.
i use the PNG graphichs with trasparency
not clipmask
Best Regards
with linear sliders it's ok !
example :
NOT WORK (just mouse is over)
<slider action="master_volume" orientation="round" >
<pos x="325" y="94"/>
<size width="19" height="19"/>
<fader anglemin="-140" anglemax="+140">
<size width="19" height="19"/>
<pos x="959" y="768" />
<over x="947" y="768" />
</fader>
</slider>
Work OK
<slider action="deck 1 volume" orientation="vertical" direction="up">
<size width="17" height="89"/>
<pos x="406" y="279"/>
<selected x="930" y="768"/>
<fader>
<size width="17" height="15"/>
<pos x="977" y="798"/>
<over x="977" y="783"/>
</fader>
</slider>
is a bug o deprecate function ?
P.S.
i use the PNG graphichs with trasparency
not clipmask
Best Regards
Posté Thu 05 Jun 14 @ 12:49 pm
The first example was never working, so unless i am mistaken its not supported.
However if you wish for some reason to offer some graphics for the "over" state, you could add a button over the slider/fader, draw the button in transparency (to provide a round shape), add visibility% with either graphics or visibility="x%" and add clickthrough="yes" in order to have the slider underneath working.
That is just an idea.. not sure what you are after.
Keep in mind that the order you add the elements in your xml matters a lot. So if you wish an element to be displayed on top of something else, make sure this is added after the one you wish to be underneath.
However if you wish for some reason to offer some graphics for the "over" state, you could add a button over the slider/fader, draw the button in transparency (to provide a round shape), add visibility% with either graphics or visibility="x%" and add clickthrough="yes" in order to have the slider underneath working.
That is just an idea.. not sure what you are after.
Keep in mind that the order you add the elements in your xml matters a lot. So if you wish an element to be displayed on top of something else, make sure this is added after the one you wish to be underneath.
Posté Thu 05 Jun 14 @ 2:21 pm
@DjDad Thanx to replay
In VDJ7.x work great (with B/N Clipmask)
and is good grafics alert when the mouse over teh knob.
The burttons solution is not available
because teh knob must round, and buttons is stable.
I hope to rework this fin function in the next skin relase.
Augh !
In VDJ7.x work great (with B/N Clipmask)
and is good grafics alert when the mouse over teh knob.
The burttons solution is not available
because teh knob must round, and buttons is stable.
I hope to rework this fin function in the next skin relase.
Augh !
Posté Fri 06 Jun 14 @ 2:24 am