Re: [Lazarus] Boolean component Properties saved in *.lfm

2018-05-03 Thread Mattias Gaertner via Lazarus
On Thu, 3 May 2018 15:24:51 +0200 Landmesser John via Lazarus wrote: >[...] > What tells us the M in r57768M ?? That you have local modifications. Mattias -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinf

Re: [Lazarus] Boolean component Properties saved in *.lfm

2018-05-03 Thread Luca Olivetti via Lazarus
El 03/05/18 a les 15:24, Landmesser John via Lazarus ha escrit: issue still exists, so i put a message to ZeosLib-Forum. In the version of zeos I have (7.1.4), the property AutoEncodeStrings is marked as "default True", however the constructor doesn't set the underlying field to true, hence

Re: [Lazarus] Boolean component Properties saved in *.lfm

2018-05-03 Thread Landmesser John via Lazarus
Hi Ondrej, compiled with Lazarus 1.9.0 r57768M FPC 3.1.1 i386-win32-win32/win64 issue still exists, so i put a message to ZeosLib-Forum. Issue is fixed if you open ZConnection.Properties once, so must be simple to fix?! Wait and see :-) btw: What tells us the M in r57768M ?? Am 03.05.2

Re: [Lazarus] Boolean component Properties saved in *.lfm

2018-05-03 Thread Mattias Gaertner via Lazarus
On Thu, 3 May 2018 10:10:04 +0200 Landmesser John via Lazarus wrote: > i think thats not correct: > > set these AutoEncodeStrings settings > > > save and restart Lazarus, reopen the project: > > > AutoEncodeStrings is now false, despite the settings in > ZConnection1.Properties to the right

Re: [Lazarus] Boolean component Properties saved in *.lfm

2018-05-03 Thread Ondrej Pokorny via Lazarus
On 03.05.2018 10:35, Ondrej Pokorny via Lazarus wrote: On 03.05.2018 10:10, Landmesser John via Lazarus wrote: i think thats not correct: set these AutoEncodeStrings settings save and restart Lazarus, reopen the project:AutoEncodeStrings is now false, despite the settings in ZConnection1.Pro

Re: [Lazarus] Boolean component Properties saved in *.lfm

2018-05-03 Thread Ondrej Pokorny via Lazarus
On 03.05.2018 10:10, Landmesser John via Lazarus wrote: i think thats not correct: set these AutoEncodeStrings settings save and restart Lazarus, reopen the project:AutoEncodeStrings is now false, despite the settings in ZConnection1.Properties to the right. ... and Strings like "Büdingen"

Re: [Lazarus] Boolean component Properties saved in *.lfm

2018-05-03 Thread Landmesser John via Lazarus
see bug-report: 0033682 Am 03.05.2018 um 10:10 schrieb Landmesser John via Lazarus: i think thats not correct: set these AutoEncodeStrings settings save and restart Lazarus, reopen the project: AutoEncodeStrings is now false, despite the settings in ZConnection1.Properties to the right.