Make Version and Meta data selectable...

Features wanted...
Post Reply
GUIguy
Posts: 95
Joined: 03 Jan 2016 02:11
Location: Oregon, USA Win 10-64
Contact:

Make Version and Meta data selectable...

Post by GUIguy »

Sometimes it's necessary to copy, for example, a file's version number.

If you made that text selectable, not necessarily editable, that would make it more convenient and error-free than retyping the numbers.

Thanks!
GUIguy
I measure a good day by how little I fell behind

Quick, hire a teenager while they still know everything!

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

Re: Make Version and Meta data selectable...

Post by admin »

Right-click the Meta tab, select "Show in Popup".

phred
Posts: 244
Joined: 26 Dec 2021 02:10
Location: Running Windows 10 at 100% from Boston USA

Re: Make Version and Meta data selectable...

Post by phred »

admin wrote: 02 Apr 2024 14:20 Right-click the Meta tab, select "Show in Popup".
That's a helpful tip, but when I right-click the Meta tab in the Info Panel nothing happens. There's no "Show in Popup." There's nothing.
Using v25.80

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

Re: Make Version and Meta data selectable...

Post by admin »

Not the header, the body.

phred
Posts: 244
Joined: 26 Dec 2021 02:10
Location: Running Windows 10 at 100% from Boston USA

Re: Make Version and Meta data selectable...

Post by phred »

admin wrote: 02 Apr 2024 15:16 Not the header, the body.
Ahhh ... thank you. But you -did- say "Right-click the Meta tab"

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

Re: Make Version and Meta data selectable...

Post by admin »

I thought the whole thing is the tab, and what you call tab I call tab header :)

phred
Posts: 244
Joined: 26 Dec 2021 02:10
Location: Running Windows 10 at 100% from Boston USA

Re: Make Version and Meta data selectable...

Post by phred »

Given that your English is better than that spoken by most of the people here in the US, it comes down to semantics. Which is fine now that I know how you're using the term. :-)

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

Re: Make Version and Meta data selectable...

Post by admin »

Thanks, but recently my English is often AI-enhanced. :biggrin:

phred
Posts: 244
Joined: 26 Dec 2021 02:10
Location: Running Windows 10 at 100% from Boston USA

Re: Make Version and Meta data selectable...

Post by phred »

My sense is that your English was pretty damn good before AI became a thing.

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

Re: Make Version and Meta data selectable...

Post by admin »

William S. Burroughs is a good teacher.

phred
Posts: 244
Joined: 26 Dec 2021 02:10
Location: Running Windows 10 at 100% from Boston USA

Re: Make Version and Meta data selectable...

Post by phred »

Junkie?
Naked Lunch?
20240402_125252 [Resized] (1).jpg
20240402_125252 [Resized] (1).jpg (125.34 KiB) Viewed 171 times

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

Re: Make Version and Meta data selectable...

Post by admin »

All he has written.

phred
Posts: 244
Joined: 26 Dec 2021 02:10
Location: Running Windows 10 at 100% from Boston USA

Re: Make Version and Meta data selectable...

Post by phred »

Impressive. You wear it well.

matewo
Posts: 70
Joined: 03 Jun 2018 21:35

Re: Make Version and Meta data selectable...

Post by matewo »

Hi GUIguy,

a)

maybe try in the address bar:

::text property("Name") . "<br>" . property("FileVersion") . "<br>" . property("ProductVersion")

==> a dialog is displayed. For xyplorer.exe for example:

Code: Select all

XYplorer.exe
25.80.0.7
25.80.0007
b)

Or try

::copytext property("Name") . "<br>" . property("FileVersion") . "<br>" . property("ProductVersion")

==> same info is copied to the clipboard. Check it with

::#216

c)

Context menu > To Clipboard > Compact File Info

==> XYplorer.exe, 11.718.656 bytes, 01.04.2024 18:14:20, ver 25.80.0007


Context menu > To Clipboard > Compact File Info

==>

Code: Select all

Name: XYplorer.exe
DOS name: XYPLORER.EXE
File version: 25.80.0.7
...
Product Version: 25.80.0007
...
File version: 25.80.0.7
Prod. version: 25.80.0.7
...
Best regards, Markus

Post Reply