Re: [Lazarus] Event with changed signature can be loaded without error

2019-04-12 Thread Bart via lazarus
On Fri, Apr 12, 2019 at 7:38 PM Werner Pamler via lazarus wrote: > I don't know: is this changed or am I fooled by my memory? I was rather > sure that when the signature of a published event is changed, forms > saved with the old signature cannot be read without error. But now I > notice that

Re: [Lazarus] Event with changed signature can be loaded without error

2019-04-12 Thread Werner Pamler via lazarus
Am 12.04.2019 um 20:23 schrieb Ondrej Pokorny via lazarus: On 12.04.2019 19:35, Werner Pamler via lazarus wrote: I don't know: is this changed or am I fooled by my memory? I was rather sure that when the signature of a published event is changed, forms saved with the old signature cannot be

Re: [Lazarus] Command line interpretation on Linux console program...

2019-04-12 Thread Bo Berglund via lazarus
On Thu, 11 Apr 2019 22:03:55 +0200, Bo Berglund via lazarus wrote: >I have a project where I am creatinmg a video splitting utility using >FPC 3.0.4 and Lazarus 2.0.0 calling ffmpeg via RunCommandIndir() >defined in the Process library unit. A project related question for the command line

Re: [Lazarus] Event with changed signature can be loaded without error

2019-04-12 Thread Ondrej Pokorny via lazarus
On 12.04.2019 19:35, Werner Pamler via lazarus wrote: I don't know: is this changed or am I fooled by my memory? I was rather sure that when the signature of a published event is changed, forms saved with the old signature cannot be read without error. But now I notice that this is not true

Re: [Lazarus] Event with changed signature can be loaded without error

2019-04-12 Thread Mattias Gaertner via lazarus
On Fri, 12 Apr 2019 19:35:03 +0200 Werner Pamler via lazarus wrote: > I don't know: is this changed or am I fooled by my memory? I was > rather sure that when the signature of a published event is changed, > forms saved with the old signature cannot be read without error. But > now I notice that

Re: [Lazarus] Command line interpretation on Linux console program...

2019-04-12 Thread Bo Berglund via lazarus
On Fri, 12 Apr 2019 03:49:36 +0200, "Carlos E. R. via lazarus" wrote: > >That assumes that you will never operate that program on different >languages than yours, because, for instance, here the decimal separator >is a comma. I am in Sweden where we use comma as decimal separator and this is

[Lazarus] Event with changed signature can be loaded without error

2019-04-12 Thread Werner Pamler via lazarus
I don't know: is this changed or am I fooled by my memory? I was rather sure that when the signature of a published event is changed, forms saved with the old signature cannot be read without error. But now I notice that this is not true any more. The version of TAChart which I just committed

Re: [Lazarus] Command line interpretation on Linux console program...

2019-04-12 Thread Marco van de Voort via lazarus
Op 2019-04-11 om 22:03 schreef Bo Berglund via lazarus: 1) When I enter a file name as ~/Videos/input.mp4 then FileExists() reports that the file does not exist even though I can clearly see it. If I instead use /home/user/Videos/input.mp4 then it will see it properly. Same if I use the