Re: [Gambas-user] Keypress event while holding a key

2012-05-08 Thread Fabien Bodard
2012/5/8 Ariel Luciano Rodriguez > Hello, I'm starting to do a kind of typing-tutor program for fun, Im just > starting modelling a visual keyboard and I'm facing this problem: > While holding down a key (not a meta character) first a keypress event is > released, and if i keep holding the key a

Re: [Gambas-user] Keypress event while holding a key

2012-05-07 Thread GMail
On Mon, 2012-05-07 at 22:32 -0300, Ariel Luciano Rodriguez wrote: > Hello, I'm starting to do a kind of typing-tutor program for fun, Im just > starting modelling a visual keyboard and I'm facing this problem: > While holding down a key (not a meta character) first a keypress event is > released, a

[Gambas-user] Keypress event while holding a key

2012-05-07 Thread Ariel Luciano Rodriguez
Hello, I'm starting to do a kind of typing-tutor program for fun, Im just starting modelling a visual keyboard and I'm facing this problem: While holding down a key (not a meta character) first a keypress event is released, and if i keep holding the key a series of keypress and keyrelease events st