Accesso rapido:  

Forum: German Forum

Topic: Custom Buttons im Default Pro Skin
noned01PRO InfinityMember since 2014
Hallo,
Im Default Pro Skin gibt es ja im Player A und B jeweils Vier Custom Buttons.
Wenn ich nun im Player A den ersten Button mit einem Befehl belege wird er gleichzeitig auch im Player B angezeigt.
Was muss man machen damit man in den Buttons A und B unterschiedliche Befehle eingeben kann?
Danke!
Gruß Willi
 

Inviato Tue 30 Aug 22 @ 8:21 am
Die Skin XML ändern
 

Inviato Tue 30 Aug 22 @ 8:31 am
Such in der Pro.XML nach folgendem.


<panel name="@custom_[PANELNAME]" group="custom_[PANELNAME]" visible="yes" available="yes" displayname="Custom Buttons">
<panel class="area_tab" x="+169-10" orientation="vertical-cw" action1="skin_panelgroup 'custom_[PANELNAME]' +1" action2="skin_panelgroup_available 'custom_[PANELNAME]'" text="USER" localize="true"/>
<slider class="horfxslider" x="+26+10+17" y="+50-13-35+11" action="custom_button 5" rightclick="custom_button_edit 5" defaultvalue="0" />
<group name="custom_buttons" x="+24+10" y="+100-28-28-6">
<button class="button_main" x="+0" y="+0" width="55" height="28" action="custom_button 1" textaction="custom_button_name 1" rightclick="custom_button_edit 1" textcolor="textoff3"/>
<button class="button_main" x="+55+6" y="+0" width="55" height="28" action="custom_button 2" textaction="custom_button_name 2" rightclick="custom_button_edit 2" textcolor="textoff3"/>
</group>
<group name="custom_buttons2" x="+24+10" y="+100-28">
<button class="button_main" x="+0" y="+0" width="55" height="28" action="custom_button 3" textaction="custom_button_name 3" rightclick="custom_button_edit 3" textcolor="textoff3"/>
<button class="button_main" x="+55+6" y="+0" width="55" height="28" action="custom_button 4" textaction="custom_button_name 4" rightclick="custom_button_edit 4" textcolor="textoff3"/>
</group>
</panel>


Ersetze diesen durch folgenden.


<panel name="@custom_[PANELNAME]" group="custom_[PANELNAME]" visible="yes" available="yes" displayname="Custom Buttons">
<panel class="area_tab" x="+169-10" orientation="vertical-cw" action1="skin_panelgroup 'custom_[PANELNAME]' +1" action2="skin_panelgroup_available 'custom_[PANELNAME]'" text="USER" localize="true"/>
<slider class="horfxslider" x="+26+10+17" y="+50-13-35+11" action="custom_button 10" rightclick="custom_button_edit 10" defaultvalue="0" />
<group name="custom_buttons" x="+24+10" y="+100-28-28-6">
<button class="button_main" x="+0" y="+0" width="55" height="28" action="custom_button 6" textaction="custom_button_name 6" rightclick="custom_button_edit 6" textcolor="textoff3"/>
<button class="button_main" x="+55+6" y="+0" width="55" height="28" action="custom_button 7" textaction="custom_button_name 7" rightclick="custom_button_edit 7" textcolor="textoff3"/>
</group>
<group name="custom_buttons2" x="+24+10" y="+100-28">
<button class="button_main" x="+0" y="+0" width="55" height="28" action="custom_button 8" textaction="custom_button_name 8" rightclick="custom_button_edit 8" textcolor="textoff3"/>
<button class="button_main" x="+55+6" y="+0" width="55" height="28" action="custom_button 9" textaction="custom_button_name 9" rightclick="custom_button_edit 9" textcolor="textoff3"/>
</group>
</panel>


Bei den Decks also rechts + links sind jeweils "custom_button 1-5" hinterlegt. In der Änderung wird das rechte Deck zu "custom_button 6-10".

Diesen Block gibt es also zwei mal in der XML. Es ist am Ende egal welchen du abänderst. Ich habe oben den Block für Deck rechts gepostet. Dieser befinded sich bei Zeile 3110 in der Pro.XML.


 

Inviato Tue 30 Aug 22 @ 8:39 am
noned01PRO InfinityMember since 2014
Danke Denny,
habe ich soweit verstanden und kann es umsetzen!
 

Inviato Tue 30 Aug 22 @ 8:51 am
Auch ich danke Dir Denny.
Auch für deine Skins.

Ich hatte auch Mal einen VDJ Skin mit 48x Custom Buttons auf jeder Seite 24x Stück.
Der war Mega 😍weiss garnicht ob ich den noch habe,den hatte Mal jemand hier im Forum erstellt gehabt,weiss nicht mehr wer es war.🥺
 

Inviato Tue 06 Sep 22 @ 7:43 am
Also bei meinen Skin kannst du 20 Buttons + 2 Knobs pro Seite einstellen^^ Das sind auch schon genügend.
 

Inviato Tue 06 Sep 22 @ 11:34 am
noned01PRO InfinityMember since 2014
 

Inviato Tue 06 Sep 22 @ 2:48 pm
Mach ab besten mal einen screenshot wo du einzeichnest wieviele und wo du was haben möchtest. Dann sage ich dir wie es machbar ist.
 

Inviato Wed 07 Sep 22 @ 2:20 pm
noned01PRO InfinityMember since 2014
Denny DennYo wrote :
Mach ab besten mal einen screenshot wo du einzeichnest wieviele und wo du was haben möchtest. Dann sage ich dir wie es machbar ist.


Danke für das Angebot, da muss ich mich erst mal wieder reinfuchsen.
Würde mich dann hier wieder melden.
 

Inviato Thu 08 Sep 22 @ 7:41 am
Denny DennYo wrote :
Also bei meinen Skin kannst du 20 Buttons + 2 Knobs pro Seite einstellen^^ Das sind auch schon genügend.

OK danke muss ich Mal testen

 

Inviato Fri 09 Sep 22 @ 9:55 pm