Re: [MSEide-MSEgui-talk] New extended MSEFileDialog component.

2020-08-28 Thread Roland Chastain
Some interesting discussions: https://www.delphipraxis.net/45561-byte-mega-und-kilobyte-umwandeln.html https://stackoverflow.com/questions/30548940/correct-way-to-convert-size-in-bytes-to-kb-mb-gb-delphi

Re: [MSEide-MSEgui-talk] New extended MSEFileDialog component.

2020-08-28 Thread Roland Chastain
Good. About file size formatting, do you know this library? ByteSizeLibPascal Here is an interesting example taken from the documentation. // == uses SysUtils, uByteSize; var b: TByteSize; begin b := TByteSize.FromKiloBytes(0.5);

Re: [MSEide-MSEgui-talk] New extended MSEFileDialog component.

2020-08-28 Thread fredvs
Hello Roland. Ooops, indeed a file was missing, the attachment is updated. new_msefiledialog2.zip This component use the same syntax that original msefiledialog. So to set a title, you may do this (see in the

Re: [MSEide-MSEgui-talk] New extended MSEFileDialog component.

2020-08-28 Thread Roland Chastain
Nice component! I think KB is correct. I couldn't compile the second package that you posted. I believe there was a missing file (or maybe I did something wrong). The dialog window has no title. Maye be you could add one? Have a good night! -- Sent from:

Re: [MSEide-MSEgui-talk] New extended MSEFileDialog component.

2020-08-28 Thread fredvs
Hello Roland! Nice to read you! About new extended MSEFileDialog component, I am not sure about the size of files. I dont know if it is in Octet, Byte or Bit. Anyway, I did some tuning about this in the attachment. new_msefiledialog2.zip

Re: [MSEide-MSEgui-talk] New extended MSEFileDialog component.

2020-08-28 Thread Roland Chastain
Hello Fred! Thank you for that. I will test it ASAP. Regards. Roland -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net

[MSEide-MSEgui-talk] New extended MSEFileDialog component.

2020-08-28 Thread fredvs
Hello everybody. In attachment, new component msefiledialog2 with a simple demo. new_msefiledialog2.zip It is a extended version of msefiledialog but with icon, name, extension, size and date columns. Each column