On 09.06.2017 14:26, Alexey via Lazarus wrote:
Something changed in setting focus to control?
My app now has bug: TATButton is *always focusable,* while it has prop
not to be focusable [it worked before].
What widgetset ? If it's gtk2 then maybe you're hitted by r55062/55063 ?
zeljko
--
___
Something changed in setting focus to control?
My app now has bug: TATButton is *always focusable,* while it has prop
not to be focusable [it worked before].
--
Regards,
Alexey
--
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
http://lists.
On 06/09/2017 05:42 PM, Michael Schnell via Lazarus wrote:
On 09.06.2017 09:38, Steve Gatenby via Lazarus wrote:
I create a thread every second to run a process (TAsyncprocess), then
FreeAndNil the process once done.
Would it not be more appropriate to use a thread pool and keep the
threa
On 06/09/2017 05:32 PM, Mattias Gaertner via Lazarus wrote:
On Fri, 9 Jun 2017 17:08:25 +0930
Steve Gatenby via Lazarus wrote:
Having a problem with some code here :)
Lazarus 1.9.0 r55266M FPC 3.1.1 x86_64-linux-gtk2
I create a thread every second to run a process (TAsyncprocess), then
Fre
On 09.06.2017 09:38, Steve Gatenby via Lazarus wrote:
I create a thread every second to run a process (TAsyncprocess), then
FreeAndNil the process once done.
Would it not be more appropriate to use a thread pool and keep the
threads up, waiting for a TEvent telling them what to do ?
-Mic
On Fri, 9 Jun 2017 17:08:25 +0930
Steve Gatenby via Lazarus wrote:
> Having a problem with some code here :)
>
> Lazarus 1.9.0 r55266M FPC 3.1.1 x86_64-linux-gtk2
>
> I create a thread every second to run a process (TAsyncprocess), then
> FreeAndNil the process once done.
If you are using thr
Having a problem with some code here :)
Lazarus 1.9.0 r55266M FPC 3.1.1 x86_64-linux-gtk2
I create a thread every second to run a process (TAsyncprocess), then
FreeAndNil the process once done.
My app aborts regularly (though intermittently) with the following from gdb.
My question is about