On 3/8/06, Giuliano Colla <[EMAIL PROTECTED]> wrote:
> Maybe it's just a stupid suggestion, but sometimes we don't look to the
> most obvious things.
> Are you sure that QEventKeyRelease has the right value? (It should be 7
> if I'm not wrong)

This doesn't mather. Even in the worse case it will either execute
Msg.Msg := LM_KEYUP or
Msg.Msg := LM_KEYDOWN; So something is being passed to Msg.Msg in either case.

My guess is that the problem is here:

  try
    LCLObject.WindowProc(TLMessage(Msg)); // Doesn't work???
  except
    Application.HandleException(nil);
  end;

thanks,
--
Felipe Monteiro de Carvalho

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

Reply via email to