Connexion rapide:  

Forum: VirtualDJ 8.1 Technical Support

Sujet vdjscript sideview

Ce topic est ancien et peut contenir des informations obselètes ou incorrectes.

fjtoobHome userMember since 2016
Is there a VDJScript command that will open the sideview?
 

Posté Tue 27 Jun 17 @ 7:45 pm
djdadPRO InfinityDevelopment ManagerMember since 2005
show_splitpanel 'sideview'
 

Posté Wed 28 Jun 17 @ 8:15 am
fjtoobHome userMember since 2016
Thank you that opened the sideview however if the sideview is already open it closes it. Would you know a way to test if it's already open or closed?
This is what I'm currently using:
<button action="sideview 'Automix' & show_splitpanel 'sideview'">
 

Posté Wed 28 Jun 17 @ 9:18 am
djdadPRO InfinityDevelopment ManagerMember since 2005
show_splitpanel 'sideview' ? nothing : show_splitpanel 'sideview'
or

sideview 'Automix' & show_splitpanel 'sideview' ? nothing : show_splitpanel 'sideview'
to combine with selecting Automix view
 

Posté Wed 28 Jun 17 @ 11:19 am
fjtoobHome userMember since 2016
Thank you
 

Posté Wed 28 Jun 17 @ 11:47 am


(Les anciens sujets et forums sont automatiquement fermés)