Re: [Lazarus] [FEATURE REQUEST] Dotted package names

2016-08-12 Thread silvioprog
On Fri, Aug 12, 2016 at 5:19 PM, Sven Barth wrote: [...] > Sidenote: Dynamic packages will support dotted names as well. Currently > I'm trying to get the package rtl.objpas to link ;) > Forgive my ignorance, but, what are Dynamic packages? ^^' -- Silvio Clécio -- _

[Lazarus] OSX: Semaphore init failed despite using cthreads and destroying threads.

2016-08-12 Thread Martin Grajcar
Our application starts a few hundreds threads (one per HTTP request), but it does so in a way ensuring that at any time, there are never more than a few (e.g., 3) of them. We are using cthreads and I could verify that Destroy gets called (most probably via FreeOnTerminate). The pattern looks like

Re: [Lazarus] [FEATURE REQUEST] Dotted package names

2016-08-12 Thread Sven Barth
Am 12.08.2016 21:48 schrieb "silvioprog" : > > Hello, > > It would be nice if Lazarus could allow to use dotted package names, so we could do something like: > > MyPackage.Base.lpk > MyPackage.Core.lpk > MyPackage.DataBase.lpk > MyPackage.VCL.lpk > ... > > Currently, if you try to use dots on your

[Lazarus] [FEATURE REQUEST] Dotted package names

2016-08-12 Thread silvioprog
Hello, It would be nice if Lazarus could allow to use dotted package names, so we could do something like: MyPackage.Base.lpk MyPackage.Core.lpk MyPackage.DataBase.lpk MyPackage.VCL.lpk ... Currently, if you try to use dots on your package name, you may get an error "The package file name "MyPac

Re: [Lazarus] controling a loop

2016-08-12 Thread Lukasz Sokol
On 12/08/16 15:10, Bart wrote: > On 8/12/16, Michael Schnell wrote: > > >> Each event should be finished (ad the handler procedure exited) as fast >> as possible. > > If you extend this (into ludicracy) this would mean that exch event > should fire a new thread that rubs the code needed and the

Re: [Lazarus] no puedo mantener abiertos dos proyectos

2016-08-12 Thread hfiandor
Estimados colegas: Ya resolvi este problema, aunque me parece que no de la mejor manera posible. Activo el Lazarus para la aplicación nueva. Cuando quiero abrir otra aplicación vieja para consultar voy al icono de Lazarus que tengo en el escritorio. Lo pincho. Aparece el ultimo (la aplicación n

Re: [Lazarus] controling a loop

2016-08-12 Thread Bart
On 8/12/16, Michael Schnell wrote: > Each event should be finished (ad the handler procedure exited) as fast > as possible. If you extend this (into ludicracy) this would mean that exch event should fire a new thread that rubs the code needed and then exit... ;-) Bart -- _

Re: [Lazarus] Cut, Copy, Paste shortcuts don't work in SynEdit

2016-08-12 Thread Graeme Geldenhuys
On 2016-08-12 10:57, Martin Frb wrote: > On 12/08/2016 10:56, Martin Frb wrote: >> > the patch here > http://bugs.freepascal.org/view.php?id=14716 The original patch mentioned was for GTK1 (or at the time when GTK2 shared GTK1 code). I created a new LCL-GTK2 patch and now SynEdit works correctly w

Re: [Lazarus] Cut, Copy, Paste shortcuts don't work in SynEdit

2016-08-12 Thread Graeme Geldenhuys
On 2016-08-12 11:42, Mattias Gaertner wrote: > > Martin meant the LCL custom control filters. At the time I sent my previous reply, I haven't read the full bug report comments. I now understand what Martin meant. Regards, Graeme -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pasc

Re: [Lazarus] controling a loop

2016-08-12 Thread Michael Schnell
On 10.08.2016 15:56, Schindler Karl-Michael wrote: I want t

Re: [Lazarus] Cut, Copy, Paste shortcuts don't work in SynEdit

2016-08-12 Thread Mattias Gaertner
On Fri, 12 Aug 2016 11:23:45 +0100 Graeme Geldenhuys wrote: > On 2016-08-12 10:56, Martin Frb wrote: > > The issue is that the "time" in the events for different keys is the > > same. Apparently that means it is one event only (again Ive been told, I > > never looked at the gtk spec) > > > > T

Re: [Lazarus] Cut, Copy, Paste shortcuts don't work in SynEdit

2016-08-12 Thread Graeme Geldenhuys
On 2016-08-12 10:56, Martin Frb wrote: > The issue is that the "time" in the events for different keys is the > same. Apparently that means it is one event only (again Ive been told, I > never looked at the gtk spec) > > The LCL filters by that time. But wouldn’t that suggest that the whole of

Re: [Lazarus] Cut, Copy, Paste shortcuts don't work in SynEdit

2016-08-12 Thread Martin Frb
sorry, I simply forgot to paste. On 12/08/2016 10:56, Martin Frb wrote: the patch here http://bugs.freepascal.org/view.php?id=14716 might help, but might cause new issues (so I was told / I remember some discussion on the topic, but I cant find it) (It is very old, not sure if the issue i

Re: [Lazarus] Cut, Copy, Paste shortcuts don't work in SynEdit

2016-08-12 Thread Martin Frb
the patch here might help, but might cause new issues (so I was told / I remember some discussion on the topic, but I cant find it) (It is very old, not sure if the issue is still the same) The issue is that the "time" in the events for different keys is the same. Apparently that means it is o

[Lazarus] Cut, Copy, Paste shortcuts don't work in SynEdit

2016-08-12 Thread Graeme Geldenhuys
I'm using the TypeMatrix 2030 USB keyboard (Dvorak layout). The TypeMatrix keyboard has special clipboard shortcuts via Fn functionality for Cut, Copy and Paste. I'm using FreeBSD running JWM (a plain window manager). The issue is observed under Linux (Centos 6) too. All X11 applications work fine

Re: [Lazarus] no puedo mantener abiertos dos proyectos

2016-08-12 Thread Norbert Crettol
On 12/08/16 03:37, Maximiliano Duarte wrote: > No abras el proyecto. Solo abre el .pas del otro proyecto. Lazarus y casi > todos no permiten tener 2 proyectos a la vez O el .lpr si desea copiar desde allí . Norbert > --