Accesso rapido:  

Forum: VirtualDJ Skins

Topic: Question! for experts skinner

Questo argomento è obsoleto e potrebbe contenere informazioni obsolete o errate.

anyone know if possible, display the percentage,% of the Effects
slider.

I am currently working my new skin and want to add this option ..
I appreciate any help ..

thanks

 

Inviato Fri 25 Nov 11 @ 10:20 pm
djdadPRO InfinityDevelopment ManagerMember since 2005
Use this ..


<textzone >
<pos x="11" y="30"/>
<size width="65" height="16"/>
<text font="arial" size="18" color="WHITE" align="left" format="`deck 1 effect slider 1`" scroll="no"/>
</textzone>
 

Inviato Fri 25 Nov 11 @ 10:42 pm
awsome .. yes work like I want ..

thanks, dj dad
 

Inviato Fri 25 Nov 11 @ 11:08 pm
th3h4hnPRO InfinityMember since 2008
Okay another tricky Question about skinning ;): I was build a skin with multiple Displays in one Field. Those Displays should be changeable for every Deck -> first normal Tagdisplay, second with a Wave-Display and the third one something I called it Editors-choice (Cue and special FX Stuff). Okay now my Problem: I was created a Multi-button to change the different Displays -> when I change between the normal Display and the Editor-choices , I get big faults/lack in other Displays, -> the Textfields are not refresh. I was controlling every line of my Script but I can not see any mistake.

So pls. help me because it is my first time in developing some big like these ;)


LG THH.
 

Inviato Mon 26 Dec 11 @ 3:13 am
djdadPRO InfinityDevelopment ManagerMember since 2005
Sometimes textzones do not refresh when in the other panels songposition or other graphics are displayed in the same position. (small bug in the skin engine)
In this case put the text in a button like this ..

<button panel-="X" action="deck 1 nothing"
<up x="+0" y="+0"/>
...
...
<text .......... format"...."/>
</button>
 

Inviato Mon 26 Dec 11 @ 11:58 am
th3h4hnPRO InfinityMember since 2008
BIG BIG THANKZZZZ to you DjDad, it works :) The next ones on me !
 

Inviato Mon 26 Dec 11 @ 2:04 pm
th3h4hnPRO InfinityMember since 2008
The Work goes on ;)

I tried to get the Name of a effectslider in a texfield with the command: format="`get text get effect_slider_1`" , but nothing happens some Idea ???


THH.
 

Inviato Thu 16 Aug 12 @ 6:05 pm
Use this ..

Effect slider 1
`get effect_slider_name 0`

Effect slider 2
`get effect_slider_name 1`
 

Inviato Thu 16 Aug 12 @ 6:18 pm
th3h4hnPRO InfinityMember since 2008
Doooh, I forgot "name"
Many Thanks to you !!!

THH.
 

Inviato Thu 16 Aug 12 @ 6:22 pm


(Vecchi argomenti e forum sono automaticamente chiusi)