[Lazarus] Gtk2 focus problem with shortcut keys

Brad Campbell brad at wasp.net.au
Mon Oct 13 08:19:45 CEST 2008


Tom Lisjac wrote:
> I haven't decided if I can live with this in the final version and may
> have to give up on the async feature. Although zombies are harmless,
> hundreds of them attached to the Lazarus parent may look a little
> scary to tech aware end users.
> 
> The zombies are a minor issue, however. Knowing when the async process
> terminates is the part of the puzzle I don't have as yet.

Ah you also need to:

Index: interfaces/gtk/gtkdefines.inc
===================================================================
--- interfaces/gtk/gtkdefines.inc       (revision 14070)
+++ interfaces/gtk/gtkdefines.inc       (working copy)
@@ -10,7 +10,7 @@
  {$IFNDEF DisableAsyncProcess}
    {$IFDEF Linux}
      {$IFDEF CPUI386}
-      {off $DEFINE UseAsyncProcess}
+      {$DEFINE UseAsyncProcess}
      {$ENDIF}
    {$ENDIF}
  {$ENDIF}

Micha



More information about the Lazarus mailing list