快速登录:  

Forum: VirtualDJ Skins

话题: get_browsed_scrollsize with 3 files or less

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

NicotuxHome userMember since 2014
I get some problems using "get_browsed_scrollsize"
it returns the correct value most of the time but count start with 4
when browsing folders with 0 1 2 or 3 files it returns 0

 

发表时间 Fri 02 Aug 19 @ 3:38 am
djdadPRO InfinityDevelopment ManagerMember since 2005
get_browsed_scrollsize was added to help mapping of Numark NV/NVII screens and the values were set accordingly. In which case you need to use this action ?
 

发表时间 Fri 02 Aug 19 @ 10:39 am
NicotuxHome userMember since 2014
Trying to simulate the list of tracks in a custom browser, I found it usefull to use it in a way to make a pannels with track info visible when filled.

visibility="get_browsed_scrollsize & param_greater 1"

instead of testing against filepath as i actually do for the 8 first tracks

visibility="get_browsed_song +0 filepath & param_equal '' ? false : true"

 

发表时间 Fri 02 Aug 19 @ 12:16 pm
djdadPRO InfinityDevelopment ManagerMember since 2005
Use file_count instead, but still none of these actions will tell you how many tracks fit in your browser window, since this depends on the font size, unless your custom browser is displaying tracks on a constant layout

 

发表时间 Fri 02 Aug 19 @ 1:36 pm
NicotuxHome userMember since 2014
Thanks, i didn't think to file_count , maybe it was too simple ^^
Yes for now it's a constant layout 3x14 grid
 

发表时间 Fri 02 Aug 19 @ 2:43 pm


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