Add properties of selected file in the status bar
Add properties of selected file in the status bar
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. 
Re: Add properties of selected file in the status bar
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
Configuration | Information | File Info Tips | Show custom file info tips
Re: Add properties of selected file in the status bar
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 ...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
- Attachments
-
- Status bar 2.JPG (61.42 KiB) Viewed 2803 times
-
- Status bar 1.PNG (11.31 KiB) Viewed 2803 times
Re: Add properties of selected file in the status bar
You can freely customize the status bar already with this tweak: StatusBar3OnFilePablo4s 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.
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>"https://www.xyplorer.com/faq-topic.php?id=tweak
Re: Add properties of selected file in the status bar
Great!! where can I find list of that option?jupe wrote:You can freely customize the status bar already with this tweak: StatusBar3OnFilePablo4s 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.
So for example to add the things you mentioned above, set it to match below (filesize is already shown in the 2nd section):
for instructions on how to tweak:Code: Select all
StatusBar3OnFile="<curname> - <datem> - <prop System.ItemTypeText>"
https://www.xyplorer.com/faq-topic.php?id=tweak
Re: Add properties of selected file in the status bar
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%)
(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
Usually yes - but not if it's a tweak.RalphM wrote:If in doubt, the help file is usually a good point to start.
For tweaks you often find a short note in XY's .ini file.
Else in the change log, or by searching the forum.
Re: Add properties of selected file in the status bar
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%)
(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
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.jupe wrote: ↑26 Jul 2018 08:21You can freely customize the status bar already with this tweak: StatusBar3OnFilePablo4s 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.
So for example to add the things you mentioned above, set it to match below (filesize is already shown in the 2nd section):
for instructions on how to tweak:Code: Select all
StatusBar3OnFile="<curname> - <datem> - <prop System.ItemTypeText>"
https://www.xyplorer.com/faq-topic.php?id=tweak
Re: Add properties of selected file in the status bar
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
Re: Add properties of selected file in the status bar
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
(...)
(...)
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
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
FAQ | XY News RSS | XY X
Re: Add properties of selected file in the status bar
THX!
I'm looking and looking for a dual explorer window layout. Does this also need to be set using procedures?
I'm looking and looking for a dual explorer window layout. Does this also need to be set using procedures?
XYplorer Beta Club