快速登录:  

Forum: VirtualDJ Skins

话题: Hide/Resize by script main VDJ window, not children

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

NicotuxHome userMember since 2014
Finally found a way to hide the main VDJ "_mainwindow" :
show_window "<skin_name>"
or
get_text "<skin_name>" & param_cast text & show_window

in a way to overwrite the "half of the declared skin width" width limit ( i use a 16/9 format) things like this can be done:
show_window '<skin_name>' & skin_height & param_multiply 1.77777777 &amp; param_cast int &amp; skin_width & show_window '<skin_name>'
 

发表时间 Tue 15 Sep 20 @ 5:08 pm


(陈旧帖子或论坛版块会自动关闭)