Quick Sign In:  

Forum: VirtualDJ Skins

Topic: get_browsed_scrollsize with 3 files or less

This topic is old and might contain outdated or incorrect information.

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

 

Posted 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 ?
 

Posted 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"

 

Posted 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

 

Posted 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
 

Posted Fri 02 Aug 19 @ 2:43 pm


(Old topics and forums are automatically closed)