Page 2 of 2
Re: Always show folders sizes as a script
Posted: 09 Dec 2024 10:51
by admin
kiwichick wrote: ↑09 Dec 2024 00:21
jupe wrote: ↑08 Dec 2024 22:13
a trailing space on the first line
Yes!!!! That's what it was. Thank you so much


Although, it would be nice if it was mentioned in the help file under Custom Toolbar Buttons about trailing spaces. I can't find any mention of it there.
The next beta should handle that better.
Re: Always show folders sizes as a script
Posted: 28 Dec 2024 02:30
by kiwichick
admin wrote: ↑06 Dec 2024 14:57
Possible:
Code: Select all
settingp "showfoldersizeinlist", 1; //Always show folder sizes -> ON
settingp "showfoldersizeinlist", 0; //Always show folder sizes -> OFF
Hi again, Don. Is there anything I can add to the code to make it work for network locations?
Re: Always show folders sizes as a script
Posted: 28 Dec 2024 03:11
by jupe
Configuration | General | Tree and List | List | Always show folder sizes >> In network locations as well
Re: Always show folders sizes as a script
Posted: 28 Dec 2024 07:15
by kiwichick
jupe wrote: ↑28 Dec 2024 03:11
Configuration | General | Tree and List | List | Always show folder sizes >> In network locations as well
Oh geez, it never occurred to me that enabling 'In network locations as well' would work without 'Always show folder sizes' also being enabled. Thanks!!