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

2021-03-22 Thread Roland Chastain
Thank you for your work Fred. I will try the demo at once. -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net

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

2021-03-22 Thread fredvs
Hello Roland. > For the options ("No icons", "No lateral", etc.) I don't like much the checkboxes. > I would have prefered to set the options in the code. There is a new controller property: "showoptions", enable it shows the checkboxes otherwise hide it. There was already the controller

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

2021-03-22 Thread Roland Chastain
> arb[0] := '"*.pp" "*.pas" "*.inc" "*.dpr" "*.lpr"'; Thank you Fred. I wasn't using the right syntax. It works now. -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list

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

2021-03-22 Thread fredvs
Hello Roland! > For the options ("No icons", "No lateral", etc.) I don't like much the checkboxes. I would have prefered to set the options in the code. Ha, ok it is easy to do (but then people will not have choise at run time). > When I try to unroll the "Filter" listbox, the edit becomes

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

2021-03-22 Thread Roland Chastain
Hello Fred! I have two or three questions on your component. (By the way, you should make a tutorial on the way to create and install components in MSEide.) For the options ("No icons", "No lateral", etc.) I don't like much the checkboxes. I would have prefered to set the options in the code. I

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

2020-09-14 Thread Sieghard
Hello fredvs, you wrote on Sun, 13 Sep 2020 13:55:10 -0700 (MST): > > uniqueness might be useful here before insertion. > > Yes, good idea, It will do a check before inserting. Maybe there's an "insert unique" property / setting available already? > > At some size of the _window_, a

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

2020-09-14 Thread fredvs
Hello Sieghard and others. Ok, all your remarks are fixed or added (I hope). - Resizing should be fixed. - For the "No Icon" feature, it uses a char before the name: "D " for a directory and a "F " for a file. - About sorting, it does now regroup all directory together and all the files

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

2020-09-13 Thread fredvs
Hello Sieghard. > It is possible to add the same user selected directory to the "hearty" > field of the "Places" pane any arbitrary number of times. A test for > uniqueness might be useful here before insertion. Yes, good idea, It will do a check before inserting. > At some size of the

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

2020-09-13 Thread Sieghard
Hello fredvs, you wrote on Sun, 13 Sep 2020 06:32:22 -0700 (MST): > Huh, did you try the last commits because all what you explained should be > already fixed? Sorry, me again... I got me your latest issue truely _immediatly_ and promptly built it also. Yes, it _does_ work really nicely now,

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

2020-09-13 Thread Sieghard
Hello fredvs, you wrote on Sun, 13 Sep 2020 06:32:22 -0700 (MST): > Many thanks for your advice. > > Huh, did you try the last commits because all what you explained should be > already fixed? I don't live on the internet, nor in github. My internet traffic is handled by my machine on

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

2020-09-13 Thread fredvs
... Continuation of my previous post. > Maybe the integrated graphic unit, a Radeon R7, Ha, ok, no, I do not use Radeon drivers. Not sure if it could help, but in the readme.txt from Martin: Display problems with Linux radeon and other EXA drivers

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

2020-09-13 Thread fredvs
Hello Sieghard. Many thanks for your advice. Huh, did you try the last commits because all what you explained should be already fixed? Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list

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

2020-09-13 Thread Sieghard
Hello fredvs, you wrote on Fri, 11 Sep 2020 15:40:46 -0700 (MST): > >No, this is correct, but isn't this a bit overly complicated? > > No it was not really complicated and appears in the Object Inspector > panel. I didn't think of "complicated to implement" but of "complicated to process" -

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

2020-09-11 Thread fredvs
Hello Sieghard. >> About adding new properties like font name, size, background color of the >> form,... >No, this is correct, but isn't this a bit overly complicated? No it was not really complicated and appears in the Object Inspector panel. >> Note that the size and position of the form is

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

2020-09-11 Thread Sieghard
Hello fredvs, sorry for the delay, I came only now around to inspect your last additions. you wrote on Sun, 6 Sep 2020 14:09:17 -0700 (MST): > > But you didn't do this for the _form_, but set the _contoller_'s > > respectivevariables. ^ space missing! > It does it for the form

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

2020-09-08 Thread fredvs
Hello everybody. I did add the component FileDialogX in mseide-msegui code. With last commit of mseide-msegui, compile mseide and you will get a new tab + new FileDialogX component in the component palette. Have lot of fun. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

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

2020-09-06 Thread fredvs
Hello Sieghard and friends. In last commit, added "Custom Places" panel. You may add your favorite directories clicking 2x on the empty row. Delete the row with the delete-key. Have fun. Fre;D --

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

2020-09-06 Thread fredvs
Hello Sieghard. > So it's near to impossible to have a current version? ;-) > But you didn't do this for the _form_, but set the _contoller_'s > respectivevariables. It does it for the form too via the _contoller_'s respectivevariables who set then to the form, for example font size+name.

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

2020-09-06 Thread Sieghard
Hello fredvs, you wrote on Sat, 5 Sep 2020 13:31:27 -0700 (MST): > Huh, there was many new commits since there. So it's near to impossible to have a current version? > I dont know how you do to download the last commits but a easy way is to: > > - Go at Github site:

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

2020-09-05 Thread fredvs
Hello Sieghard. Many thanks for your attention. > Well, I got it directly from github at 04. Sep 18:53. But there was an > error shown, something that it was not possible to show last commit data. > Maybe you just made another commit concurrently? Huh, there was many new commits since there.

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

2020-09-05 Thread Sieghard
Hello fredvs, you wrote on Fri, 4 Sep 2020 20:22:02 -0700 (MST): > Hello Sieghard (and sorry for the spelling error in my previous mail). No problem, I'm used to such things. > It seems that you did not try the last commits of GitHub. Well, I got it directly from github at 04. Sep 18:53. But

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

2020-09-04 Thread fredvs
Hello Sieghard (and sorry for the spelling error in my previous mail). It seems that you did not try the last commits of GitHub. Anyway, > But still, the "places" display stubbornly shows the non-existent directories, even if they're no longer selectable. Ha, yes, ok, I will remove the

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

2020-09-04 Thread Sieghard
Hello fredvs, you wrote on Wed, 2 Sep 2020 16:22:45 -0700 (MST): > Hello Seighard (Just a remark: why don't you let your mailer insert the name here? This would forego the possibility for spelling errors, as with my name above.) > > Ok, I did download this also, but the "..2" version still

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

2020-09-02 Thread fredvs
Hello Seighard > Ok, I did download this also, but the "..2" version still required this > non-existing component This was a attachment, I dont have access to it and cannot delete it, please forget it. > In the "Standard" display, the file type signs (folder icon, type text) > sit > too close

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

2020-09-02 Thread Sieghard
Hello fredvs, you wrote on Tue, 1 Sep 2020 16:22:12 -0700 (MST): > > Sounds interesting, but there's a question: WHAT IS > > "mainfo.tframecomp3"? > And WHERE is it? > > Huh, in the zip I give it this was a template of frame that I used for a > other program but it is not used anymore in the

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

2020-09-01 Thread fredvs
> Sounds interesting, but there's a question: WHAT IS "mainfo.tframecomp3"? And WHERE is it? Huh, in the zip I give it this was a template of frame that I used for a other program but it is not used anymore in the new component. It was fixed already in the source in GitHub. Please try instead

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

2020-09-01 Thread Sieghard
Hello fredvs, you wrote on Fri, 28 Aug 2020 08:37:36 -0700 (MST): > In attachment, new component msefiledialog2 with a simple demo. Well, no attachment found here... > new_msefiledialog2.zip > > > > It is a

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

2020-08-29 Thread fredvs
Hello everybody. Added git repository of MSEFileDialogX, a extended MSEFileDialog component. Included a demo to show how to use it. https://github.com/fredvs/msefiledialogx Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___

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

2020-08-29 Thread fredvs
Here the workaround used to make the size column sort-able: var size, x, y : integer; thestrnum : string; ... size := the_size_in_bytes ; thestrnum := inttostr(size); x := Length(thestrnum); if x < 15 then // that should be enough for y := 0 to 14 - x do thestrnum

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

2020-08-29 Thread Fred van Stappen
for KB and '~' for MB. Example: ' 100 B' < '_100 KB' < '~100 MB' Have a perfect day. Fre;D De : Roland Chastain Envoyé : samedi 29 août 2020 07:15 À : mseide-msegui-talk@lists.sourceforge.net Objet : Re: [MSEide-MSEgui-talk] New extended MSEFileDial

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