Re: [Lazarus] Cannot enter '^' in Lazarus trunk build macos/cocoa/x86_64

2018-05-03 Thread Michael Ring via Lazarus
Found one more thing, entering the character 'ß' (Key right of '0' Key on german keyboard) crashes Lazarus, this also works from Keyboard Viewer (The App that gives you a mini virtual Keyboard on Mac). Michael Application Specific Backtrace 1: 0   CoreFoundation 

Re: [Lazarus] 'WARNING: TGtk2WidgetSet.InvalidateRect refused invalidating during paint message:

2018-05-03 Thread Mattias Gaertner via Lazarus
On Thu, 3 May 2018 17:15:42 -0400 Donald Ziesig via Lazarus wrote: > Hi All! > > I have written a control that works fine except that it produces the > subject WARNING twice for every time it is painted.  The problem comes > from a single line: > >    

Re: [Lazarus] wikirevenge - wikicare

2018-05-03 Thread Bart via Lazarus
On Thu, May 3, 2018 at 7:57 PM, Dmitry Boyarintsev via Lazarus wrote: > I couldn't help but to search mentioning of mORMot on the > wiki.freepascal.org. > To the great surprise the page is there, but was populated with not a nice > words towards the authors of the

[Lazarus] 'WARNING: TGtk2WidgetSet.InvalidateRect refused invalidating during paint message:

2018-05-03 Thread Donald Ziesig via Lazarus
Hi All! I have written a control that works fine except that it produces the subject WARNING twice for every time it is painted.  The problem comes from a single line:     Canvas.Draw(0, 0, Bitmap); I do much drawing to the Bitmap's Canvas (behind the scenes to avoid flicker) before

Re: [Lazarus] LConvEncoding- why inline func?

2018-05-03 Thread Mattias Gaertner via Lazarus
On Thu, 3 May 2018 22:15:31 +0300 AlexeyT via Lazarus wrote: > procedure InternalUTF8ToCP(const s: string; TargetCodePage: TSystemCodePage; >   SetTargetCodePage: boolean; >   const UTF8CharConvFunc: TUnicodeToCharID; >   out TheResult: RawByteString); inline; >

Re: [Lazarus] Bug in form Taborder?

2018-05-03 Thread Mattias Gaertner via Lazarus
On Thu, 3 May 2018 18:47:10 +0200 frans via Lazarus wrote: > Hi, > > I'm using Lazarus 1.6.4 and 1.8.2 on Windows10. When I use the Tab order > form a second time, I always get the component and children that I used > the first time. What do you mean with "get

Re: [Lazarus] wikirevenge - wikicare

2018-05-03 Thread Ondrej Pokorny via Lazarus
On 03.05.2018 19:57, Dmitry Boyarintsev via Lazarus wrote: I couldn't help but to search mentioning of mORMot on the wiki.freepascal.org . To the great surprise the page is there, but was populated with not a nice words towards the authors of the framework. It was

[Lazarus] LConvEncoding- why inline func?

2018-05-03 Thread AlexeyT via Lazarus
procedure InternalUTF8ToCP(const s: string; TargetCodePage: TSystemCodePage;   SetTargetCodePage: boolean;   const UTF8CharConvFunc: TUnicodeToCharID;   out TheResult: RawByteString); inline; begin   if not Assigned(UTF8CharConvFunc) then   begin     TheResult:=s;     SetCodePage(TheResult,

[Lazarus] wikirevenge - wikicare

2018-05-03 Thread Dmitry Boyarintsev via Lazarus
Hello, With the recent incident between Maciej Izak and Michael Van Canneyt as well as a forum thread started regarding mORMot (Maciej is working on/with the framework): http://forum.lazarus.freepascal.org/index.php/topic,41138.0.html I couldn't help but to search mentioning of mORMot on the

[Lazarus] Bug in form Taborder?

2018-05-03 Thread frans via Lazarus
Hi, I'm using Lazarus 1.6.4 and 1.8.2 on Windows10. When I use the Tab order form a second time, I always get the component and children that I used the first time. I must shut down Lazarus and start again to make it work. Am I doing something wrong or is this a bug? I checked de bugs list but

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

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,

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

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 >

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

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

[Lazarus] Boolean component Properties saved in *.lfm

2018-05-03 Thread 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. ... and Strings like "Büdingen" are displayed wrong! Should i write an extra