[Lazarus] Small patch for BreakpointDlg

2017-01-08 Thread Flávio Etrusco via Lazarus
Hello, this patch adds an 'Add' button to toolbar in BreakpointDlg. Best regards, Flávio breakpoingdlg-toolbar-add.patch Description: Binary data -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org http://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] Form.ActiveChanged vs Screen ActiveControlChanged

2017-01-08 Thread José Mejuto via Lazarus
El 08/01/2017 a las 16:56, Bart via Lazarus escribió: In D7 TForm.ActiveChanged is not fired if I change the focus with the mouse, but it is if I change focus with Tab. Hello, Just for the record I get the same effect as Screen if I override: function SetFocusedControl(Control:

Re: [Lazarus] Form.ActiveChanged vs Screen ActiveControlChanged

2017-01-08 Thread José Mejuto via Lazarus
El 08/01/2017 a las 16:56, Bart via Lazarus escribió: On 1/8/17, José Mejuto via Lazarus wrote: [...] Is this behaviour intented ? I'm testing in Windows 7 with SVN fpc and Lazarus. I do not know how Delphi works. In D7 TForm.ActiveChanged is not fired if I

Re: [Lazarus] Form.ActiveChanged vs Screen ActiveControlChanged

2017-01-08 Thread Bart via Lazarus
On 1/8/17, José Mejuto via Lazarus wrote: > Hello, > > In my code I'm overriding "Form.ActiveChanged" to catch when control > focus changes and perform some global checks, it works fine except when > focus is changed with mouse. > > As a test I've added a handler in

Re: [Lazarus] OpenGL on FreeBSD

2017-01-08 Thread Marc Santhoff via Lazarus
On So, 2017-01-08 at 12:51 +0100, Marc Santhoff via Lazarus wrote: > On So, 2017-01-08 at 12:31 +0100, Mattias Gaertner via Lazarus wrote: > > On Sun, 08 Jan 2017 10:43:49 +0100 > > Marc Santhoff via Lazarus wrote: > > > > And what do I have to do to make it

Re: [Lazarus] OpenGL on FreeBSD

2017-01-08 Thread Marc Santhoff via Lazarus
On So, 2017-01-08 at 12:31 +0100, Mattias Gaertner via Lazarus wrote: > On Sun, 08 Jan 2017 10:43:49 +0100 > Marc Santhoff via Lazarus wrote: > > And what do I have to do to make it running, looks like the first step > > is to define the combination of OS and

Re: [Lazarus] i18n questions

2017-01-08 Thread Mattias Gaertner via Lazarus
On Sun, 08 Jan 2017 02:21:29 +0100 Darius Blaszyk via Lazarus wrote: > Hi, > > I have enabled i18n for my project and added the DefaultTranslator unit > to the lpr file. Additionally I added a unit called ResourceStrings.pas > to the project that centrally

Re: [Lazarus] i18n questions

2017-01-08 Thread José Mejuto via Lazarus
El 08/01/2017 a las 2:21, Darius Blaszyk via Lazarus escribió: Hi, [...] a separate tool or script to merge the translation strings into my .po file? Or did I setup my project wrong? In general, should the "force update" setting not force an update of the .po file in any circumstance

[Lazarus] OpenGL on FreeBSD

2017-01-08 Thread Marc Santhoff via Lazarus
Hi, when trying to compile the lazopenglcontext package it fails like this: " openglcontext.pas(54,4) Error: User defined: this LCL widgetset/OS is not yet supported " has anyone managed or at least tried to use OpenGL on FreeBSD/gtk2? And what do I have to do to make it running, looks like