Re: [Lazarus] Memo.Lines.Add seems to be slow with Lazarus 1.6

2016-11-06 Thread Martin Schreiber via Lazarus
On Monday 07 November 2016 00:39:51 Graeme Geldenhuys via Lazarus wrote: > On 2016-11-06 15:45, zeljko via Lazarus wrote: > > No, I don't know any widgetset which supports different font color/style > > for texthint. > > fpGUI does - for some years now. ;-) I also implemented a specific > colour

Re: [Lazarus] ctrl-c code completion

2016-11-06 Thread Michael Van Canneyt via Lazarus
On Sun, 6 Nov 2016, Bart via Lazarus wrote: On 11/6/16, Michael Van Canneyt via Lazarus wrote: Why does the IDE insist on reformatting existing declarations ? Tools->Options->Codetools->Class Completion Uncheck: "Update all method signatures" ? Well,

Re: [Lazarus] Help System with Chromium Embedded component

2016-11-06 Thread Graeme Geldenhuys via Lazarus
On 2016-11-06 11:35, vfclists . via Lazarus wrote: > I think using CEF is fine as there don't seem to be any other realistic > options. That is the situation as it is. No it's not! If you have a login for Lazarus Forum's, check out this post with a fully functional application with context

Re: [Lazarus] ctrl-c code completion

2016-11-06 Thread Bart via Lazarus
On 11/6/16, Michael Van Canneyt via Lazarus wrote: > Why does the IDE insist on reformatting existing declarations ? Tools->Options->Codetools->Class Completion Uncheck: "Update all method signatures" ? Bart -- ___

[Lazarus] ctrl-c code completion

2016-11-06 Thread Michael Van Canneyt via Lazarus
Hi, Why does the IDE insist on reformatting existing declarations ? I added 1 method to TStrings, press ctrl-c to do command-completion, and it changes the headers of all methods, changing - Function to function, - Procedure to procedure - and the setter in property Values[const Name:

Re: [Lazarus] Exception in OnResize event handler

2016-11-06 Thread zeljko via Lazarus
On 11/06/2016 04:39 PM, Ondrej Pokorny via Lazarus wrote: Don't be like a woman who always finds much more meanings in her husband's words than he had in mind, all leading to problems :) X :) zeljko -- ___ Lazarus mailing list

Re: [Lazarus] Exception in OnResize event handler

2016-11-06 Thread Ondrej Pokorny via Lazarus
On 06.11.2016 16:24, Jürgen Hestermann via Lazarus wrote: Am 2016-11-06 um 16:08 schrieb Ondrej Pokorny via Lazarus: > On 06.11.2016 13:03, Jürgen Hestermann via Lazarus wrote: >> The wording of the help is misleading. >> It says: >> "Common mistake: Keep in mind that ClientWidth and

Re: [Lazarus] Memo.Lines.Add seems to be slow with Lazarus 1.6

2016-11-06 Thread Ondrej Pokorny via Lazarus
On 04.11.2016 16:18, zeljko wrote: On 11/04/2016 03:32 PM, Ondrej Pokorny via Lazarus wrote: On 04.11.2016 13:16, Luiz Americo Pereira Camara via Lazarus wrote: In the last trunk, the slow issue is fixed regardless of usage of TextHint in TMemo or not. Fixed also not being reset after text

Re: [Lazarus] Exception in OnResize event handler

2016-11-06 Thread Jürgen Hestermann via Lazarus
Am 2016-11-06 um 16:08 schrieb Ondrej Pokorny via Lazarus: > On 06.11.2016 13:03, Jürgen Hestermann via Lazarus wrote: >> The wording of the help is misleading. >> It says: >> "Common mistake: Keep in mind that ClientWidth and ClientHeight can change even when Width, Height stays the same" >>

Re: [Lazarus] Exception in OnResize event handler

2016-11-06 Thread Ondrej Pokorny via Lazarus
On 06.11.2016 13:03, Jürgen Hestermann via Lazarus wrote: BTW: The wording of the help is misleading. It says: "Common mistake: Keep in mind that ClientWidth and ClientHeight can change even when Width, Height stays the same" but it also says: "This event is triggered after the Width,

Re: [Lazarus] Where is TSynMemo?

2016-11-06 Thread zeljko via Lazarus
On 11/06/2016 01:06 PM, Frans via Lazarus wrote: Hi. I'm using Lazarus 1.6 and FPC 3.0.0. on Windows 7. I've installed the SynEdit 1.0 and the SynEditDsgn 1.0 package. But strangely enough, I don't seem to have TSynMemo available. Stranger I find is the example SynAnyHighlighter. This uses

[Lazarus] Where is TSynMemo?

2016-11-06 Thread Frans via Lazarus
Hi. I'm using Lazarus 1.6 and FPC 3.0.0. on Windows 7. I've installed the SynEdit 1.0 and the SynEditDsgn 1.0 package. But strangely enough, I don't seem to have TSynMemo available. Stranger I find is the example SynAnyHighlighter. This uses TSynMemo and I can open this example in my IDE and

[Lazarus] Exception in OnResize event handler

2016-11-06 Thread Jürgen Hestermann via Lazarus
In one of my Windows programs I use a splitter to separate two VirtualTreeView components on a Form. The relation of the heights of these two VirtualTreeView components should be constant even if the height of the Form changed. To achieve this, the two VirtualTreeView components are anchored to