Bart a écrit :
Maybe do
Key := 0;
in the OnKeyHandler when you have handled the key?
Bart
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
hello
Many Thanks
Tested quic
Maybe do
Key := 0;
in the OnKeyHandler when you have handled the key?
Bart
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
Selon zeljko :
> On Thursday 16 September 2010 02:30, claude.pom...@free.fr wrote:
> > hello
> >
> > I have made a program with Lazarus. This application make some work
> > according to key pressed from the numpad and function key. It work fine on
> > win32 but i have a big problem with linux-gtk
On Thursday 16 September 2010 02:30, claude.pom...@free.fr wrote:
> hello
>
> I have made a program with Lazarus. This application make some work
> according to key pressed from the numpad and function key. It work fine on
> win32 but i have a big problem with linux-gtk2
>
> the action on a key is
hello
I have made a program with Lazarus. This application make some work according
to key pressed from the numpad and function key. It work fine on win32 but i
have a big problem with linux-gtk2
the action on a key is handled by the OnKeyDown event but on linux, the input in
a modal windows is