Se Connecter:     


Forum: VirtualDJ Skins

Sujet: Hide panel on load
Hello everyone,

I wish to hide some panels when my custom skin is loading so I wrote
<onload action="show_splitpanel 'folders' off & show_splitpanel 'sideview' on & show_splitpanel 'infos' on"/>
but all show_splitpanel actions do not do anything on the browser.
 

Posté 5 days ago @ 10:04 am
try adding a wait 1000ms & at the start.
 

Thank you LOCODOG!

Your solution works well and I needed to correct my code to make it fully work (infosinfo)
<onload action="wait 1000ms & show_splitpanel 'folders' off & show_splitpanel 'sideview' on & show_splitpanel 'info' on"/>