Hi Christian,

That's again for the workaround... What is the $6 stand for? Would it
have any side effects under Linux, that might bite me later? Here
follows my code:

procedure TModuleHeaderForm.WndProc(var TheMessage: TLMessage);
begin
 if TheMessage.Msg = $6 then
   if not Focused then
     TabControl1.SetFocus;
 inherited WndProc(TheMessage);
end;


Regards,
 - Graeme -


On 13/06/07, Christian Ulrich <[EMAIL PROTECTED]> wrote:
i have documentated in the bugreport
http://www.freepascal.org/mantis/view.php?id=1052


_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to