Quick Sign In:  

Forum: VirtualDJ Skins

Topic: Hercules 4-MX

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

hello everyone,

i have one problem... i use hercules 4-MX skin but i want to add some more options to the menu that popup when i am over the button "1" or "2"... and i push the right clik. Where does the skin takes that popup menu from? For example i want to add the option "loop 4".

than you

printscreen: http://www4.picturepush.com/photo/a/11978232/img/11978232.jpg
 

Posted Wed 16 Jan 13 @ 5:44 pm
 

Posted Thu 17 Jan 13 @ 4:58 am
djdadPRO InfinityDevelopment ManagerMember since 2005
No, that is irrelevant to the skin itself. The buttons are mapped as djc_button and the rightclick action is djc_button_popup
You can not change the context menu of those buttons.
If you really need to have some other actions using your controller you will have to use normal VDJ Scripts, but you will lose the default operations.
 

Posted Thu 17 Jan 13 @ 6:01 am
thank you both of you for your help. it seems like now is ok. I changed code in the xml file. Now i have an other question. All of the buttons when i click them directly from pc i also get light to the same button of controller the only button that does not work like that is the Shift button. Here is the code:

<button pannel="djcl2" action="deck left djc_shift off">
<pos x="242" y="371"/>
<size width="30" height="19"/>
<selected x="275" y="1587"/>
<over x="275" y="2150"/>
<down x="275" y="1586"/>
</button>
<button pannel="djcl1" action="deck left djc_shift on">
<pos x="242" y="371"/>
<size width="30" height="19"/>
<selected x="275" y="1587"/>
<over x="275" y="2150"/>
<down x="275" y="1586"/>
</button>
<pannel id="djcl1" group="leftside" visible="yes">
<pos x="1" y="1"/>
<size width="1" height="1"/>
<up x="+0" y="+0"/>
</pannel>
<pannel id="djcl2" group="leftside" visible="no">
<pos x="1" y="1"/>
<size width="1" height="1"/>
<up x="+0" y="+0"/>
</pannel>

If i push it directly from controller then i get light to pc. Any help?
 

Posted Fri 18 Jan 13 @ 4:08 pm
djdadPRO InfinityDevelopment ManagerMember since 2005
Why creating panels ?
Simply have one button with action="deck left djc_shift"
It will act like the button on your controller and will light up the same.
 

Posted Fri 18 Jan 13 @ 4:20 pm


(Old topics and forums are automatically closed)