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
slider.
I am currently working my new skin and want to add this option ..
I appreciate any help ..
thanks
发表时间 Fri 25 Nov 11 @ 10:20 pm
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>
发表时间 Fri 25 Nov 11 @ 10:42 pm
awsome .. yes work like I want ..
thanks, dj dad
thanks, dj dad
发表时间 Fri 25 Nov 11 @ 11:08 pm
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.
So pls. help me because it is my first time in developing some big like these ;)
LG THH.
发表时间 Mon 26 Dec 11 @ 3:13 am
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>
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>
发表时间 Mon 26 Dec 11 @ 11:58 am
BIG BIG THANKZZZZ to you DjDad, it works :) The next ones on me !
发表时间 Mon 26 Dec 11 @ 2:04 pm
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.
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.
发表时间 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`
Effect slider 1
`get effect_slider_name 0`
Effect slider 2
`get effect_slider_name 1`
发表时间 Thu 16 Aug 12 @ 6:18 pm
Doooh, I forgot "name"
Many Thanks to you !!!
THH.
Many Thanks to you !!!
THH.
发表时间 Thu 16 Aug 12 @ 6:22 pm