Add properties of selected file in the status bar

Features wanted...
Post Reply
Pablo4s
Posts: 30
Joined: 04 Jul 2018 15:11

Add properties of selected file in the status bar

Post by Pablo4s »

it would be useful to add the main file properties in the status bar, as most other explorers do, for example, size, last save date, file type. :biggrin:

jupe
Posts: 3292
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: Add properties of selected file in the status bar

Post by jupe »

You probably already realize this, if so just ignore me, but you can open the info panel to see all that information (Ctrl+1) on the Properties tab, also File Info Tips can display it on mouse hover, you can even choose what you want to see via,

Configuration | Information | File Info Tips | Show custom file info tips

Pablo4s
Posts: 30
Joined: 04 Jul 2018 15:11

Re: Add properties of selected file in the status bar

Post by Pablo4s »

jupe wrote:You probably already realize this, if so just ignore me, but you can open the info panel to see all that information (Ctrl+1) on the Properties tab, also File Info Tips can display it on mouse hover, you can even choose what you want to see via,

Configuration | Information | File Info Tips | Show custom file info tips
Thanks Jupe, I have already found and configured everything you told me, I'll explain better with photos ... The info panel is very useful, but in its minimum size, sometimes it is still too large, moreover you have to switch between the various tabs ...
Attachments
Status bar 2.JPG
Status bar 2.JPG (61.42 KiB) Viewed 2803 times
Status bar 1.PNG
Status bar 1.PNG (11.31 KiB) Viewed 2803 times

jupe
Posts: 3292
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: Add properties of selected file in the status bar

Post by jupe »

Pablo4s wrote:it would be useful to add the main file properties in the status bar, as most other explorers do, for example, size, last save date, file type. :biggrin:
You can freely customize the status bar already with this tweak: StatusBar3OnFile
So for example to add the things you mentioned above, set it to match below (filesize is already shown in the 2nd section):

Code: Select all

StatusBar3OnFile="<curname> - <datem> - <prop System.ItemTypeText>"
for instructions on how to tweak:
https://www.xyplorer.com/faq-topic.php?id=tweak

Pablo4s
Posts: 30
Joined: 04 Jul 2018 15:11

Re: Add properties of selected file in the status bar

Post by Pablo4s »

jupe wrote:
Pablo4s wrote:it would be useful to add the main file properties in the status bar, as most other explorers do, for example, size, last save date, file type. :biggrin:
You can freely customize the status bar already with this tweak: StatusBar3OnFile
So for example to add the things you mentioned above, set it to match below (filesize is already shown in the 2nd section):

Code: Select all

StatusBar3OnFile="<curname> - <datem> - <prop System.ItemTypeText>"
for instructions on how to tweak:
https://www.xyplorer.com/faq-topic.php?id=tweak
Great!! where can I find list of that option? :)

RalphM
Posts: 2044
Joined: 27 Jan 2005 23:38
Location: Cairns, Australia

Re: Add properties of selected file in the status bar

Post by RalphM »

If in doubt, the help file is usually a good point to start.
Ralph :)
(OS: W11 24H2 Home x64 - XY: Current x32 beta - Office 2024 32-bit - Display: 1920x1080 @ 125%)

PeterH
Posts: 2826
Joined: 21 Nov 2005 20:39
Location: DE W11Pro 24H2, 1920*1200*100% 3840*2160*150%

Re: Add properties of selected file in the status bar

Post by PeterH »

RalphM wrote:If in doubt, the help file is usually a good point to start.
Usually yes - but not if it's a tweak.

For tweaks you often find a short note in XY's .ini file.
Else in the change log, or by searching the forum.

RalphM
Posts: 2044
Joined: 27 Jan 2005 23:38
Location: Cairns, Australia

Re: Add properties of selected file in the status bar

Post by RalphM »

Yes, but the tweak was already given, so now all the OP might be after is a list of XY variables to use in this tweak which can be easily found in the help file.
Ralph :)
(OS: W11 24H2 Home x64 - XY: Current x32 beta - Office 2024 32-bit - Display: 1920x1080 @ 125%)

salsaespresso
Posts: 5
Joined: 09 Sep 2019 17:43

Re: Add properties of selected file in the status bar

Post by salsaespresso »

jupe wrote: 26 Jul 2018 08:21
Pablo4s wrote:it would be useful to add the main file properties in the status bar, as most other explorers do, for example, size, last save date, file type. :biggrin:
You can freely customize the status bar already with this tweak: StatusBar3OnFile
So for example to add the things you mentioned above, set it to match below (filesize is already shown in the 2nd section):

Code: Select all

StatusBar3OnFile="<curname> - <datem> - <prop System.ItemTypeText>"
for instructions on how to tweak:
https://www.xyplorer.com/faq-topic.php?id=tweak
What's the code to add things such as duration, bitrate, resolution? It would be nice if there was a list somewhere with all these labeled. Thanks.

highend
Posts: 14579
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Add properties of selected file in the status bar

Post by highend »

The help file, especially the command property() lists the inbuilt properties and has a link to the ones from MS...
One of my scripts helped you out? Please donate via Paypal

Bar Horab
Posts: 2
Joined: 01 Dec 2025 10:20

Re: Add properties of selected file in the status bar

Post by Bar Horab »

After replacing lines in the configuration file, the status bar does not change.
(...)
ImageFromClipFormat=
; Tweak: info bar in READ-ONLY instance: Backcolor(RRGGBB);Textcolor(RRGGBB);Text
ReadOnlyBar=
StatusBar3OnFile="<curname> - <datem> - <prop System.ItemTypeText>"
StatusBar3UseTemplate=0
WordBreakers=".:,; _-~(){}[]<>|/\^°*?"!§$%&=+#"
TermSearchResults=
; Tweak: Recycle Bin caption
(...)

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

Re: Add properties of selected file in the status bar

Post by admin »

No need to tweak. You can do this in Configuration (F9) and there you also see the checkbox to actually enable it: Configuration | Colors and Styles | Templates | Status Bar | Use status bar template

Bar Horab
Posts: 2
Joined: 01 Dec 2025 10:20

Re: Add properties of selected file in the status bar

Post by Bar Horab »

THX!
I'm looking and looking for a dual explorer window layout. Does this also need to be set using procedures?

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

Re: Add properties of selected file in the status bar

Post by admin »

Try F10.

Post Reply