Quick Sign In:  

Forum: VirtualDJ Skins

Topic: Panel inside a Panel

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

can we make a panel inside a panel any example for it how does it work
 

Posted Wed 26 Sep 12 @ 9:20 am
Yes you can!

In order to create a panel inside another panel the only thing you have to do is to add the panel name in the panel definition:

<pannel id="MAIN1" group="PARENT" visible ="on">
<size width="35" height="35"/>
<pos x="100" y="100"/>
</pannel>
<pannel id="MAIN2" group="PARENT" visible ="off">
<size width="35" height="35"/>
<pos x="100" y="100"/>
</pannel>


<pannel id="SUB1" group="CHILDOFMAIN1" pannel="MAIN1" visible ="on">
<size width="35" height="35"/>
<pos x="100" y="100"/>
</pannel>
<pannel id="SUB2" group="CHILDOFMAIN1" pannel="MAIN1" visible ="off">
<size width="35" height="35"/>
<pos x="100" y="100"/>
</pannel>
 

Posted Wed 26 Sep 12 @ 9:38 am
 

Posted Wed 26 Sep 12 @ 10:21 am
Can you explain your problem a little better ? I'm not able to pin-point your issue from the images you posted.
 

Posted Wed 26 Sep 12 @ 12:43 pm
at some point i can see sampler volume control on left corner, blue & red thick line shown in the image on both side.
that is where i've rhythm zone & song info with in pannels the pannel size is 211*70.
which is workin fine i don't no how to figure it out. & it is not mentioned in the skin script to happen.

this bug happen's when i load different skin & come back to my skin. & after loading the same skin for 3 to 4 times it becomes normal.
 

Posted Thu 27 Sep 12 @ 3:30 am
djdadPRO InfinityDevelopment ManagerMember since 2005
I assume you are referring to a vertical slider similar to the one you see in the Sampler Page, that appears on the top left corner of your screen.
This is a software bug, that is displayed if the browser is too small, and the sliders can not be displayed properly.
Not a big deal though, as its present in lot of skins with small browsers and skins with multiple browsers as well.
To get rid of that, you need either to have larger browser or smaller font.
 

Posted Thu 27 Sep 12 @ 9:45 am
yap that's right, as speaking multiple browser it's not gonna work right, if working

how do i do it & thanks for the advice
 

Posted Fri 28 Sep 12 @ 2:40 am
dj_pradeep12789 wrote :
as speaking multiple browser it's not gonna work right, if working

how do i do it & thanks for the advice


You CAN have multiple browsers on your skin, BUT ONLY ONE can be visible each time.
In other words you can use panels and multiple browsers in oreder to "resize/reposition" the browser...
 

Posted Fri 28 Sep 12 @ 4:25 am
dfyffePRO InfinityMember since 2003
Follow up question, when adding a sub pannel, could you explain the format for elements of the sub pannel ?. I trying to modify VDJ 4 deck skin to change the scratch pannel I dont use, to be a deck 5 for mic that is more important for me. need help with sub pannel elements. Thanks
 

Posted Fri 28 Sep 12 @ 7:57 am
<button pannel="SUB1" action="deck 5 play">
<pos x="500" y="100"/>
<size width="50" height="30"/>
<up x="+0" y="+0" />
<over x="+0" y="+2080+30"/>
<down x="+0" y="+2080+60"/>
<selected x="+0" y="+2080+90"/>
<overselected x="+0" y="+2080+120"/>
</button>


This example will put the button inside the SUB-PANEL "SUB1" of the previous example...
 

Posted Fri 28 Sep 12 @ 9:19 am
dfyffePRO InfinityMember since 2003
Thank you, when do you use the "group" script command ?.
 

Posted Fri 28 Sep 12 @ 2:10 pm


(Old topics and forums are automatically closed)