Hello everyone,
I wish to hide some panels when my custom skin is loading so I wrote
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.
Posted 4 days ago @ 10:04 am
try adding a wait 1000ms & at the start.
Posted 4 days ago @ 10:10 am
Thank you LOCODOG!
Your solution works well and I needed to correct my code to make it fully work (infos → info)
Your solution works well and I needed to correct my code to make it fully work (infos → info)
<onload action="wait 1000ms & show_splitpanel 'folders' off & show_splitpanel 'sideview' on & show_splitpanel 'info' on"/>
Posted 4 days ago @ 2:11 pm