Tuesday at 06:44 PM1 day 31 minutes ago, Stuttered said:The code is getting increasing complex...just imagine for a sec how complex is Human DNA! ! !new bug report -
Tuesday at 07:50 PM1 day Hi,Added some lazy codesFixed some bugs (and added new ones 😅) . ShowFileSize__4.rar
Tuesday at 09:12 PM1 day 2 hours ago, jackyjask said:just imagine for a sec how complex is Human DNA! ! !new bug report -Should be fixed. Added the auto-type-calc option for LCF-AT requested. Calc button has been removed. Once I'm done or get exhausted from this, I'll add the SRC. ;) FileSizeCALC_v0.0.5.rar
Tuesday at 09:23 PM1 day 4 minutes ago, jackyjask said:thanksbut :)Update: Found why it's crashing. Again, same issue. I would somehow need to mix between using Decimal and BigInteger to make the input value longer, which I'm not sure I can do at this point. Appreciate the testing feedback... Edited 16 hours ago16 hr by Stuttered
13 hours ago13 hr Author OK thanks for new versions guy's. @Stuttered, looks good that you removed the calc button and to calc the results on fly but its not working if I change the format 1000 / 1024. That's bad. Maybe you can fix that too.I have another request / question about 1000 decimal and 1024 binary. Is there a quick way to get results to see of values I enter of 1000 dec & 1024 binary?Example: I enter 1 GB / 1024 and I get this...File Size Breakdown (Binary (1024-based)):Unit Size Description------------ ------------------------ --------------------------------Bits 8,589,934,592 1 Bit = 1/8 Byte Bytes 1,073,741,824 1 Byte = 8 Bits Kilobytes 1,048,576 1 KB = 1024 Bytes Megabytes 1,024 1 MB = 1024 KB Gigabytes 1 1 GB = 1024 MB Terabytes 9.766e-4 1 TB = 1024 GB Petabytes 9.537e-7 1 PB = 1024 TB ...its showing all results of 1024 what sizes they have. If I change now the format to 1000 decimal I get this...File Size Breakdown (Decimal (1000-based)):Unit Size Description------------ ------------------------ --------------------------------Bits 8,000,000,000 1 Bit = 1/8 Byte Bytes 1,000,000,000 1 Byte = 8 Bits Kilobytes 1,000,000 1 KB = 1000 Bytes Megabytes 1,000 1 MB = 1000 MB Gigabytes 1 1 GB = 1000 MB Terabytes 1.000e-3 1 TB = 1000 GB Petabytes 1.000e-6 1 PB = 1000 PB ...what shows me same in decimal. But now I want to know how large is 1 GB / 1000 decimal in 1024 binary is but I don't get to see the results of it and I need to do this manually.1,000,000,000 Byte of decimal results / copyPaste value into edit controlChange format to 1024Change unit to Bytes and I get this results outFile Size Breakdown (Binary (1024-based)):Unit Size Description------------ ------------------------ --------------------------------Bits 8,000,000,000 1 Bit = 1/8 Byte Bytes 1,000,000,000 1 Byte = 8 Bits Kilobytes 976,562.5 1 KB = 1024 Bytes Megabytes 953.674316 1 MB = 1024 KB Gigabytes ---> 0.93132257 1 GB = 1024 MB <--- Terabytes 9.095e-4 1 TB = 1024 GB Petabytes 8.882e-7 1 PB = 1024 TB ...and now I know the results I want to know. 1 GB / 1000 decimal = 0.93132257 GB / 1024. You know what I mean? I want to get those results too without doing that manually copy / past etc steps. Maybe you guy's could add something for this too to get the results right away. Or you show all results at once. One more time about the DOT & Comma thing. You see the results of 0.93132257 GB but the DOT is a problem. If I enter this value via copy / paste into a calculator its showing "93.132.257" instead what means the calculator did not handle the DOT as Comma. Maybe you can correct that too anyhow to set the Comma where it belongs too. So I hope my requests are not too demanding. 🙂 Thanks.greetz
11 hours ago11 hr 2 hours ago, LCF-AT said:OK thanks for new versions guy's. @Stuttered, looks good that you removed the calc button and to calc the results on fly but its not working if I change the format 1000 / 1024. That's bad. Maybe you can fix that too.I have another request / question about 1000 decimal and 1024 binary. Is there a quick way to get results to see of values I enter of 1000 dec & 1024 binary?Example: I enter 1 GB / 1024 and I get this...File Size Breakdown (Binary (1024-based)):Unit Size Description------------ ------------------------ --------------------------------Bits 8,589,934,592 1 Bit = 1/8 ByteBytes 1,073,741,824 1 Byte = 8 BitsKilobytes 1,048,576 1 KB = 1024 BytesMegabytes 1,024 1 MB = 1024 KBGigabytes 1 1 GB = 1024 MBTerabytes 9.766e-4 1 TB = 1024 GBPetabytes 9.537e-7 1 PB = 1024 TB...its showing all results of 1024 what sizes they have. If I change now the format to 1000 decimal I get this...File Size Breakdown (Decimal (1000-based)):Unit Size Description------------ ------------------------ --------------------------------Bits 8,000,000,000 1 Bit = 1/8 ByteBytes 1,000,000,000 1 Byte = 8 BitsKilobytes 1,000,000 1 KB = 1000 BytesMegabytes 1,000 1 MB = 1000 MBGigabytes 1 1 GB = 1000 MBTerabytes 1.000e-3 1 TB = 1000 GBPetabytes 1.000e-6 1 PB = 1000 PB...what shows me same in decimal. But now I want to know how large is 1 GB / 1000 decimal in 1024 binary is but I don't get to see the results of it and I need to do this manually.1,000,000,000 Byte of decimal results / copyPaste value into edit controlChange format to 1024Change unit to Bytes and I get this results outFile Size Breakdown (Binary (1024-based)):Unit Size Description------------ ------------------------ --------------------------------Bits 8,000,000,000 1 Bit = 1/8 ByteBytes 1,000,000,000 1 Byte = 8 BitsKilobytes 976,562.5 1 KB = 1024 BytesMegabytes 953.674316 1 MB = 1024 KBGigabytes ---> 0.93132257 1 GB = 1024 MB <---Terabytes 9.095e-4 1 TB = 1024 GBPetabytes 8.882e-7 1 PB = 1024 TB...and now I know the results I want to know. 1 GB / 1000 decimal = 0.93132257 GB / 1024. You know what I mean? I want to get those results too without doing that manually copy / past etc steps. Maybe you guy's could add something for this too to get the results right away. Or you show all results at once. One more time about the DOT & Comma thing. You see the results of 0.93132257 GB but the DOT is a problem. If I enter this value via copy / paste into a calculator its showing "93.132.257" instead what means the calculator did not handle the DOT as Comma. Maybe you can correct that too anyhow to set the Comma where it belongs too. So I hope my requests are not too demanding. 🙂 Thanks.greetzHmmm... Not sure I can do that, but I'll take a look. Here is v0.0.7. FileSizeCALC_x86_v0.0.7.rar
9 hours ago9 hr not a bug just curiuos - why TB, PB lines are always showing e+-xxx scientific format? also would be nice to allow resizing the window as for big values one need to use scroller.....wow!why is that? :)nice to have - actual build -
Create an account or sign in to comment