Re: [Lazarus] MDI - working implementation !?

2014-10-26 Thread zeljko
On 10/26/2014 02:57 AM, Kostas Michalopoulos wrote: Very interesting, i was actually looking into implementing MDI (for Windows... AFAIK the Qt backend already has MDI support). Although from a quick look at the code, it doesn't seem to do that, does it? It looks like it only checks the form

Re: [Lazarus] Getting the last modified date of a directory

2014-10-26 Thread Jürgen Hestermann
Am 2014-10-25 um 19:19 schrieb Richard Mace: Hi All, I can see that we have a FileAge function and also a FileGetDate however, I was wondering what the best way of getting the last modified date of a folder? Effectively, the last time that a file was created/changed within a folder? I think

Re: [Lazarus] Getting the last modified date of a directory

2014-10-26 Thread Reinier Olislagers
On 26/10/2014 10:09, Jürgen Hestermann wrote: I think that FileAge should work for directory names too. Why do you think that? The docs say it doesn't: http://www.freepascal.org/docs-html/rtl/sysutils/fileage.html -- ___ Lazarus mailing list

Re: [Lazarus] Getting the last modified date of a directory

2014-10-26 Thread Richard Mace
I want to know the last time any file was created or modified within a given folder which I believe is represented in windows via the last modified date next to the folder? Richard On 26 Oct 2014 09:11, Jürgen Hestermann juergen.hesterm...@gmx.de wrote: Am 2014-10-25 um 19:19 schrieb Richard

Re: [Lazarus] Getting the last modified date of a directory

2014-10-26 Thread Jürgen Hestermann
Am 2014-10-26 um 10:29 schrieb Reinier Olislagers: On 26/10/2014 10:09, Jürgen Hestermann wrote: I think that FileAge should work for directory names too. Why do you think that? The docs say it doesn't: http://www.freepascal.org/docs-html/rtl/sysutils/fileage.html At least on Windows there

Re: [Lazarus] Getting the last modified date of a directory

2014-10-26 Thread Jürgen Hestermann
Am 2014-10-26 um 10:42 schrieb Richard Mace: I want to know the last time any file was created or modified within a given folder which I believe is represented in windows via the last modified date next to the folder? I am not sure when exactly directory dates are changed and whether this

Re: [Lazarus] Getting the last modified date of a directory

2014-10-26 Thread Reinier Olislagers
On 26/10/2014 11:45, Jürgen Hestermann wrote: Am 2014-10-26 um 10:29 schrieb Reinier Olislagers: On 26/10/2014 10:09, Jürgen Hestermann wrote: I think that FileAge should work for directory names too. Why do you think that? The docs say it doesn't:

Re: [Lazarus] MDI - working implementation !?

2014-10-26 Thread Herwig Niemeyer
I provided a patch now. Hope all is ok because this is my first time to work in the community. Now that I have built a testing-program (depending on built-in MDI methods or using a patched customform.inc) to check all the possibilities i can think of, it shows that inside the main/MDI form there

Re: [Lazarus] MDI - working implementation !?

2014-10-26 Thread Herwig Niemeyer
I hope, i found a workaround to the problems with MDIChildren in a MainForm/MDIForm. In my testprogram it looks all okay to me. But before i load up another patch perhaps someone does his/her own tests to make sure all is working fine.

Re: [Lazarus] MDI - working implementation !?

2014-10-26 Thread zeljko
On 10/26/2014 05:22 PM, Herwig Niemeyer wrote: I hope, i found a workaround to the problems with MDIChildren in a MainForm/MDIForm. In my testprogram it looks all okay to me. But before i load up another patch perhaps someone does his/her own tests to make sure all is working fine.

Re: [Lazarus] Find dialog too tight for translations

2014-10-26 Thread Giuliano Colla
Il 25/10/2014 18:49, waldo kitty ha scritto: On 10/24/2014 5:34 PM, Giuliano Colla wrote: Taking into account all suggestions, I came out with two possible layouts: Option 1 = Buttons at the bottom of the form (like in my previous version) Option 2 = Buttons at the right of the form (like

Re: [Lazarus] TFMTBCDField problem

2014-10-26 Thread Vincent Snijders
2014-10-24 13:28 GMT+02:00 Joost van der Sluis jo...@cnoc.nl: And I received a warning from Vincent that building the snapshot failed. So I know for sure that these snapshots are still being build. Maybe you have just bad luck that it is not available today, due to a mistake from me. So