Ingreso rápido:  

Forum: VirtualDJ 8.1 Technical Support

Tema: vdjscript sideview

Este tópico es antiguo y puede contener información incorrecta para la nueva versión.

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

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

Mensajes 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'">
 

Mensajes 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
 

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

Mensajes Wed 28 Jun 17 @ 11:47 am


(Los tópicos y foros antiguos son automáticamente cerrados)