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

Re: [Gambas-user] Bug during compilation of the lastest Gambas svn sources rev#4720

2012-05-07 Thread Matti
c_media.c: In function ‘MediaControl_get’: c_media.c:338:17: error: ‘G_VALUE_INIT’ undeclared (first use in this function) That's exactly the same error I get on my openSUSE system. Am 07.05.2012 23:13, schrieb linuxos: > Hi Benoit, > > I have an error during the compilation of the lastest Gamba

Re: [Gambas-user] Issue 246 in gambas: Random "DrawingArea is being drawn" error when using new gridview

2012-05-07 Thread gambas
Comment #2 on issue 246 by kokok...@gmail.com: Random "DrawingArea is being drawn" error when using new gridview http://code.google.com/p/gambas/issues/detail?id=246 I'll try to. Meanwhile, i've found a way to stop it from happening, maybe it is useful for you to understand. Over the grid i'v

Re: [Gambas-user] Debian ARMEL packages for Gambas3 components?

2012-05-07 Thread Christer Johansson
... > this will give you a home directory full of .deb files, you can copy > across the ones you want to the NAS and install > >dpkg -i With Ian's help and a long hours last night I managed to compile the debian packages for ARMEL within QEMU (compilation took 6+ hours). Today I verified de

Re: [Gambas-user] Issue 246 in gambas: Random "DrawingArea is being drawn" error when using new gridview

2012-05-07 Thread gambas
Updates: Status: NeedsInfo Labels: -Version Version-TRUNK Comment #1 on issue 246 by benoit.m...@gmail.com: Random "DrawingArea is being drawn" error when using new gridview http://code.google.com/p/gambas/issues/detail?id=246 Can you provide the project stack contents displayed

Re: [Gambas-user] Issue 247 in gambas: gb.settings - Settings.Clear's argument should be optional

2012-05-07 Thread gambas
Updates: Status: Fixed Labels: -Version Version-TRUNK Comment #1 on issue 247 by benoit.m...@gmail.com: gb.settings - Settings.Clear's argument should be optional http://code.google.com/p/gambas/issues/detail?id=247 Fixed in revision #4720.