Re: [Lazarus] EpikTimer v1.0.1 released

2014-05-27 Thread patspiper
On 26/05/14 21:44, Graeme Geldenhuys wrote: On 26/05/14 16:34, Mattias Gaertner wrote: You don't have to edit all lpk files. In fact you don't need to touch a single lpk file at all. Oh... last I remember one had to modify each package to support multiple build modes from Lazarus IDE. That

Re: [Lazarus] EpikTimer v1.0.1 released

2014-05-27 Thread Reinier Olislagers
On 27/05/2014 07:14, Graeme Geldenhuys wrote: On 27/05/14 01:33, Mattias Gaertner wrote: Umm, guess I've just been lucky using well maintained frameworks versions. ;-) If something like that happens, I would normally delve into the code and fix it - if the original author hasn't yet. I'm not

Re: [Lazarus] Lazreport master-detail on one line

2014-05-27 Thread Koenraad Lelong
op 26-05-14 13:47, Reinier Olislagers schreef: (Note: haven't ever set up master/detail reporting in Lazreport, so just some ideas below) At least in other reporting solutions, master details means having some master band, then a detail band below it. This gives the following setup: Master1

Re: [Lazarus] SynEdit1.SearchReplace(

2014-05-27 Thread Bart
On 5/27/14, CML Christian Hartnick c...@postkammer.de wrote: Thanx Bart. I've registered to bug tracker, but the confirmation mail reached me while sleeping ;-) I hope it didn't wake you up ;-) Bart -- ___ Lazarus mailing list

[Lazarus] Open file dialog speed

2014-05-27 Thread Chris Crori
Hi guys, Is there anything I can do to speed up the TOpenDialog window in windows? It takes more than 2 seconds in my application in Lazarus, a lot more than in any application I run on the same computer (Windows7, 32 bit) Regards, Chris-- ___

Re: [Lazarus] EpikTimer v1.0.1 released

2014-05-27 Thread Graeme Geldenhuys
On 27/05/14 08:00, Reinier Olislagers wrote: Until you hit a compiler bug that surfaces with e.g. -O2 or -O3. I don't ever use -O3 Those happen, too. Then again, you're probably not afraid to delve into the compiler code, I suppose SCNR :) Been there, done that. But Compiler code isn't

Re: [Lazarus] EpikTimer v1.0.1 released

2014-05-27 Thread Graeme Geldenhuys
On 27/05/14 07:02, patspiper wrote: In Lazarus, you can even set the project's build mode/overrides such ...snip... You can even setup the default compiler options to include your common ...snip... I have even made an IDE add-on package that allows you to switch fpc ...snip... All

[Lazarus] how to set two memos for parallel text editing ?

2014-05-27 Thread Etienne Leblois
Dear list, I want to edit two textfiles in a parallel way, so that visible portion of text one in memo1 has always same lines extent as the visible portion of text two in memo2, say lines n1 to n2. Of course WordWrap must be false, so that one_text_line=one_visible_line Then, how to manage

Re: [Lazarus] Open file dialog speed

2014-05-27 Thread Martin Frb
On 27/05/2014 18:15, Chris Crori wrote: Hi guys, Is there anything I can do to speed up the TOpenDialog window in windows? It takes more than 2 seconds in my application in Lazarus, a lot more than in any application I run on the same computer (Windows7, 32 bit) When your app runs in

Re: [Lazarus] how to set two memos for parallel text editing ?

2014-05-27 Thread Martin Frb
On 28/05/2014 00:46, Etienne Leblois wrote: Dear list, I want to edit two textfiles in a parallel way, so that visible portion of text one in memo1 has always same lines extent as the visible portion of text two in memo2, say lines n1 to n2. Of course WordWrap must be false, so that

Re: [Lazarus] how to set two memos for parallel text editing ?

2014-05-27 Thread Martin Frb
Sorry, that mail was sent a bit quicker than I intended. On 28/05/2014 01:37, Martin Frb wrote: On 28/05/2014 00:46, Etienne Leblois wrote: Dear list, I want to edit two textfiles in a parallel way, so that visible portion of text one in memo1 has always same lines extent as the visible