Ingreso rápido:  

Forum: VirtualDJ Technical Support

Tema: VDJScript ColorFX effects window
Hi, is there any way to find out VDJScript that a deck has a ColorFX effects window open?
 

Mensajes Wed 28 Sep 22 @ 9:35 am
For the deck you wish to query, use:
effect_show_gui 'colorfx'

to open or close the GUI





OR to find out if a deck has a ColorFX GUI window open (what you asked):
deck 2 effect_show_gui 'colorfx' ? (Action, if deck2 ColorFX GUI is open) : (Action, if deck 2 ColorFX GUI is closed) 







VDJ ver 7151
 

Mensajes Wed 28 Sep 22 @ 10:06 am
Thank you for your response.
I'm talking about a popup window
filter_selectcolorfx

It's a colorFX effect selection window
 

Mensajes Wed 28 Sep 22 @ 12:41 pm
locoDogPRO InfinityModeratorMember since 2013
effect_select colorfx
 

Mensajes Wed 28 Sep 22 @ 1:54 pm
Solved. Thanks
effect_select 'colorfx' ? (window visible) : (window hide)
 

Mensajes Wed 28 Sep 22 @ 4:03 pm