Can anyone shed light on this problem?

I get this message when running Lazarus (and my apps)...

[WARNING] Out of OEM specific VK codes, changing to unassigned

and the value of Key (in Keyup events) is not being set properly.

If I set a keyup on an edit box to read...

  showmessage(IntToStr(Key))

then the results are as follows:
a = 0
b = 66
c = 67
1 = 0
2 = 50
3 = 51

Quite a number of keys end up being assigned zero. "F5", "F12" and "F9" are also assigned 0 and consequently don't work in lazarus (although clicking on a line number does set a breakpoint).

Does anyone have a solution to this problem? Is this a problem with my ubuntu setup? Where can I look to try and fix this problem?

Any assistance would be greatly appreciated.

Kind regards

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

Reply via email to