Size problem show

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
makinero
Senior Member
Senior Member
Posts: 268
Joined: 2013-10-26, 10:05 UTC

Size problem show

Post by *makinero »

[=tc.size]

It shows the value, but I want to show the information - KB and MB and GB values as in Explorer.
How to set
example:100KB 1MB 8,1MB 134MB, 1.3GB 4,7GB

https://i.postimg.cc/HLrRqYGV/Screen-Shot-01-03-19-at-08-24-PM.jpg
User avatar
tuska
Power Member
Power Member
Posts: 4116
Joined: 2007-05-21, 12:17 UTC

Re: Size problem show

Post by *tuska »

Create a custom columns view for this.

I have given you here a hint and an example(!) (link) how to create a custom columns view:
viewtopic.php?p=350210#p350210
For this request you can use the TC-Plugin and use the procedure as described up from pt. 2.
… Configuration - Options - Custom columns - New … | [=tc.size.kbytes] [=tc.size.Mbytes] [=tc.size.Gbytes]

Unfortunately, it wasn't worth to you the trouble to read it, because a few hours later
you have asked again for help on creating a user-defined columns view for the same topic.

Here is one last hint on this topic:
http://www.ghisler.ch/wiki/index.php/Custom_columns
User avatar
makinero
Senior Member
Senior Member
Posts: 268
Joined: 2013-10-26, 10:05 UTC

Re: Size problem show

Post by *makinero »

I know how to create it [=tc.size.kbytes] [=tc.size.Mbytes] [=tc.size.Gbytes], but there are still missing names - KB, MB, GB
https://i.postimg.cc/Fz3BT5Ff/Screen-Shot-01-04-19-at-01-08-PM.jpg

It would be great if the file size shown was similar to the one in the MasterSeeker program

I want:
https://i.postimg.cc/N0rXZgTj/Screen-Shot-01-04-19-at-01-23-PM.jpg
User avatar
tuska
Power Member
Power Member
Posts: 4116
Joined: 2007-05-21, 12:17 UTC

Re: Size problem show

Post by *tuska »

See this picture.
You can select/use different plugins by pressing the '+' plus sign on the right after clicking on "Add column".

E.g.

Code: Select all

W [=imgsize.Width]
H [=imgsize.Height]
Size [=tc.size.bytes]
User avatar
makinero
Senior Member
Senior Member
Posts: 268
Joined: 2013-10-26, 10:05 UTC

Re: Size problem show

Post by *makinero »

tuska wrote: 2019-01-04, 12:44 UTC See this picture.
You can select/use different plugins by pressing the '+' plus sign on the right after clicking on "Add column".

E.g.

Code: Select all

W [=imgsize.Width]
H [=imgsize.Height]
Size [=tc.size.bytes]
I am not impressed with the creation of several columns for different sizes, to be honest it looks very tragic :| . I only want one column!

I want:
In the column show only the text SIZE, but in the list of files show the words KB, MB, GB
User avatar
petermad
Power Member
Power Member
Posts: 16121
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: Size problem show

Post by *petermad »

makinero wrote: 2019-01-04, 13:34 UTC I only want one column!
Then use the DirSizeCalc plugin
License #524 (1994)
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
tuska
Power Member
Power Member
Posts: 4116
Joined: 2007-05-21, 12:17 UTC

Re: Size problem show

Post by *tuska »

makinero wrote:I am not impressed with the creation of several columns for different sizes, to be honest it looks very tragic.
I only want one column!
Multiple columns were just an example! But now I assume that you can do it with the help of the picture,
that only one user-defined column remains visible (if not ... --> "Delecte active column").
makinero wrote:I want:
In the column show only the text SIZE, but in the list of files show the words KB, MB, GB
Where you have to enter the column header - in this case "SIZE" - is described in the picture.

Can you do that in MasterSeeker?
For TC: Look at the picture --> "Choose plugin property": Choose something you like ... bkM, bkM2 (x.x), bkMG, bkMG2 (x.x), etc.
User avatar
tuska
Power Member
Power Member
Posts: 4116
Joined: 2007-05-21, 12:17 UTC

Re: Size problem show

Post by *tuska »

I'm correcting:
As petermad said, the plugin DirSizeCalc is right for you:

Code: Select all

[=dirsizecalc.Size.kB]
[=dirsizecalc.Size.MB]
[=dirsizecalc.Size.GB]
Only the name "Bytes" is not displayed after the file size with this plugin.
User avatar
makinero
Senior Member
Senior Member
Posts: 268
Joined: 2013-10-26, 10:05 UTC

Re: Size problem show

Post by *makinero »

tuska wrote: 2019-01-04, 14:03 UTC I'm correcting:
As petermad said, the plugin DirSizeCalc is right for you:

Code: Select all

[=dirsizecalc.Size.kB]
[=dirsizecalc.Size.MB]
[=dirsizecalc.Size.GB]
Only the name "Bytes" is not displayed after the file size with this plugin.
DirSizeCalc
But there are still 3 columns.
And there are still no KB, MB, GB names in only one column

https://i.postimg.cc/rwY5pqr5/Screen-Shot-01-04-19-at-03-29-PM.jpg


I want:
http://lefteous.totalcmd.net/tc/images/dirsizecalc/custom_column_example.png
User avatar
Dalai
Power Member
Power Member
Posts: 10025
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Re: Size problem show

Post by *Dalai »

Use [=tc.size.bkmG] or [=tc.size.bkmG2] or [=tc.size.bkmG3] or similar if you want dynamic sizes.

PS: Why don't you play around with the available stuff?
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
User avatar
makinero
Senior Member
Senior Member
Posts: 268
Joined: 2013-10-26, 10:05 UTC

Re: Size problem show

Post by *makinero »

Sure. Why did not I come up with it. After all these letters is an abbreviation of value.
Post Reply