Quick Sign In:  

Forum: VirtualDJ Skins

Topic: Selected Fader Area in Cossfader

This topic is old and might contain outdated or incorrect information.

ChacklPRO InfinityMember since 2007
Hello!

Is it possible that the selected area of the crossfader is not beginning at the left sliderend; it schould beginn in the middle of the Fader.. Any chance to do that?

C.Hackl
 

Posted Sat 14 Aug 10 @ 5:02 am
djdadPRO InfinityDevelopment ManagerMember since 2005
It is impossible for the moment. the way VDJ script works all the areas are origined by the left top corner and its size. Yes it would be easier for some elements if the selected area was starting from the middle. You can ask for this in the new features topic.

An alternative way of dealing with this is to make VDJ script make calculations like x="200-widht/2" and y="150-height/2" This would be easier and more doable dont you think?
 

Posted Sat 14 Aug 10 @ 5:15 am
ChacklPRO InfinityMember since 2007
ok ok ok .... to high at the moment for me.... here is the code of the crossfader... what schould be done???

<slider action="crossfader" dblclick="crossfader 50%" orientation="horizontal">
<size width="263" height="34"/>
<pos x="509" y="355"/>
<selected x="509" y="1355"/>
<fader>
<size width="36" height="36"/>
<pos x="494" y="2004"/>
<down x="542" y="2004"/>
<clipmask x="646" y="2024"/>
</fader>
</slider>
 

Posted Sat 14 Aug 10 @ 6:34 am
djdadPRO InfinityDevelopment ManagerMember since 2005
what do you mean? syntax is ok.. what seems to be the problem?

oh.. maybe the crossfader need to be taller ... since your fader is taller.

<slider action="crossfader" dblclick="crossfader 50%" orientation="horizontal">
<size width="263" height="36"/>
<pos x="509" y="354"/>
<selected x="509" y="1354"/>
<fader>
<size width="36" height="36"/>
<pos x="494" y="2004"/>
<down x="542" y="2004"/>
<clipmask x="646" y="2024"/>
</fader>
</slider>
 

Posted Sat 14 Aug 10 @ 9:08 am
ChacklPRO InfinityMember since 2007
the thaler fader is no problem..... but the selected area of the fader does'nt beginn in the middle of the fader.... thats what i mean.
 

Posted Sat 14 Aug 10 @ 11:16 am
ChacklPRO InfinityMember since 2007
I create a own skin optimiced for TabletPCs... So if you search something that the inputpanel is opened and so on... Too i'll add some global sync scripts that the decks are synclocked. This may help me to use my tablet pc as a direct controller.

So... got a solution... i've not tryed the up... i combined the normal graphics with the selected graphigs... so that mean in the normal not selected pic you see the selected of the crossfader from 0 to 50% and then it schows the normal graphics up to 100%. in the selected area its inverted.

But thanks for help
 

Posted Mon 16 Aug 10 @ 4:34 am


(Old topics and forums are automatically closed)