Re: [Lazarus] Problem with onkeydown

2010-09-16 Thread claude
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

Re: [Lazarus] Problem with onkeydown

2010-09-16 Thread Bart
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

Re: [Lazarus] Problem with onkeydown

2010-09-16 Thread claude . pomalo
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

Re: [Lazarus] Problem with onkeydown

2010-09-15 Thread 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-gtk2 > > the action on a key is

[Lazarus] Problem with onkeydown

2010-09-15 Thread claude . pomalo
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