Quick Sign In:  

Forum: VirtualDJ Skins

Topic: Is it possible in VDJ8 to put the sidelist on a panel?

Dieses Thema ist veraltet und kann veraltete oder falsche Informationen enthalten.

I'm in the process of making the graphics for my new skin for VDJ8, as I suddenly realized that I don't know if this is possible to script in VDJ8...

1. Can I put the side list (and only the sidelist) independently on a panel in VDJ8?
2. Can I then have a group consisting of two interchanging panels to choose between the browser and the sidelist?

Can anyone confirm this?
 

geposted Fri 31 Jul 15 @ 1:49 pm
djdadPRO InfinityDevelopment ManagerMember since 2005
Haven't tried but this should work ..
<sideview source="sidelist">
<pos ..../>
<size ... />
</sideview>

or
<sidelist>
<pos ..../>
<size ... />
</sidelist>
 

geposted Fri 31 Jul 15 @ 2:08 pm
1. Take a look in my skin OrangeJuice. I just did it like DJDad wrote:

<panel id="browsermode" group="browser" visible="var_equal '@$SafeModeBrowser' 0">
<sideview source="sidelist">
<font size="17" /><fontheader size="17" /><fontgridtitle size="18"/>
<size width="1364" height="160+28" />
<pos x="+0" y="+0"/>
<colors>
<lists focus="#0101E8" focustext="#FFFFFF" automix="#8822ff" />
</colors>
</sideview>
<visual>
<size width="1364" height="5"/>
<pos x="+0" y="+160"/>
<up x="1" y="915"/>
</visual>
<panel class="browser_buttons" x="+610" y="+3"/>
</panel>

2. you could only show one sidelistcontent and one Browsercontent. If you double browser or sidelist, allways the same content will be shown.
 

geposted Mon 03 Aug 15 @ 8:26 am
djdadPRO InfinityDevelopment ManagerMember since 2005
I was wrong.
<sideview source=""> was not implemented.

You should use <filelist source="" > instead
source can be Automix, Sidelist, Karaoke or even a folder shortcut/name
source="karaoke" requires the latest beta build too.
 

geposted Mon 03 Aug 15 @ 11:47 am
Many thanks to the both of you for your input!
:)
 

geposted Mon 03 Aug 15 @ 12:46 pm
djdad wrote :
I was wrong.
<sideview source=""> was not implemented.

are you shure? Works so in my skin

 

geposted Mon 03 Aug 15 @ 2:27 pm
@dj dad

please, please update the skin SDK
 

geposted Mon 03 Aug 15 @ 2:28 pm


(Alte Themen und Foren werden automatisch geschlossen)