Status Bar Template: Formatting of Property Values

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Jerry
Posts: 805
Joined: 05 May 2010 15:48
Location: The UnUnited States of America

Re: Status Bar Template: Formatting of Property Values

Post by Jerry »

admin wrote: 02 May 2022 18:43 1. Add a new column, right-click the header and open the Select Property list. Search for your field and you will see the index (it will be different on your system):
Ok, got it. #308 on my system. And the value comes back already in kbps, suffixed with "kbps".
Running on Windows 10 Pro 64-bit quad-core ASUS G752-VY notebook with 64 GB RAM, over 26 external USB3 drives attached via multiple powered hubs with letters and mount points, totaling 120+ TB.

admin
Site Admin
Posts: 60602
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Status Bar Template: Formatting of Property Values

Post by admin »

Yes, same here. So you can use this in the SB template: <prop #308 ' @ *'>

Jerry
Posts: 805
Joined: 05 May 2010 15:48
Location: The UnUnited States of America

Re: Status Bar Template: Formatting of Property Values

Post by Jerry »

admin wrote: 02 May 2022 19:14 Yes, same here. So you can use this in the SB template: <prop #308 ' @ *'>
Yes, but I'm finding that the format string is not being recognized when you pass an index vs a name. With the format string, I get, for example, " @ *4200kbps". And for a non-video file, the " @ *" remains. I can live with just doing:

Code: Select all

<prop #308>
Running on Windows 10 Pro 64-bit quad-core ASUS G752-VY notebook with 64 GB RAM, over 26 external USB3 drives attached via multiple powered hubs with letters and mount points, totaling 120+ TB.

admin
Site Admin
Posts: 60602
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Status Bar Template: Formatting of Property Values

Post by admin »

wait for the beta...

Post Reply