Quick Sign In:  

Forum: VirtualDJ Skins

Topic: Custom skin - Page: 2

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

AdionPRO InfinityCTOMember since 2006
You can put it anywhere between <skin> and </skin>, the details are in the link already posted here several times.
 

Posted Sun 05 Apr 20 @ 11:10 am
Ok so i ad a grapzone so when screen not maximized its not able to move any were at all its stuck in middle of my screen

<grabzone>
<pos x="1573" y="87"/>
<size width="1920" height="30"/>
</grabzone>

This is my grabzone detail didi i do somthing wrong got my detail and help from http://fr.virtualdj.com/wiki/Skin%20GrabZone.html

All i need is for me be able to grab the screen at the edge and drag it bigger so it fills 2 screens at once
 

Posted Sun 05 Apr 20 @ 11:20 am
Assuming that the skin resolution that you declared on first line of the skin is 2560x1024,
Use this code:

<grabzone x="0" y="0" width="2560" height="30"/>
<grabzone x="0" y="0" width="10" height="1024"/>
<grabzone x="2560-10" y="0" width="10" height="1024"/>
<grabzone x="0" y="1024-10" width="2560" height="10"/>

If the skin resolution is different, just replace the numbers
 

Posted Sun 05 Apr 20 @ 11:47 am
Thanks now the screen can move but stil not wright i have 3 screens of 1280 by 1024 my skin is 2560 by 1024. Meaning the size of 2 screens nex to eacother. Now when i op vdj it wil fit the skin to 1280 by 1024 not 2560 by 1024 so no matter wat i do i cant size she skin bigger over my 2 screens vdj wont let me do that at all
 

Posted Sun 05 Apr 20 @ 12:14 pm
Thanks all for help.
Im ok now.
I used a resize zone as same as a grabzone.
Now i can resize my skin over my displays.

Regards to all
 

Posted Sun 05 Apr 20 @ 1:37 pm
you can also create pop out windows for virtualdj.. meaning virtualdj will open on your default monitor with a maximized skin then on the pop out windows it opens on your 2nd and 3rd monitors.

if you would like, i could create a mock-up of my idea for you later tomorrow..
 

Posted Sun 03 May 20 @ 12:40 am
I already told him that on the first page of this thread....
 

Posted Sun 03 May 20 @ 8:22 am


(Old topics and forums are automatically closed)