Re: [Gambas-user] WAIT in sub reverses number

2009-06-04 Thread nando
I had a similar thing happen a while ago. It is caused because of something like this: When a key event happens, there is a key value associated with the event. BUT the WAIT allows the next key event to happen before the first key event actually finishes and exits the SUB for that key value So the

Re: [Gambas-user] WAIT in sub reverses number

2009-06-04 Thread Doriano Blengino
Ken Thornton-Smith ha scritto: > I'm entering numbers from an RFID tag reader into a text box. > A keypress event here opens another text box and moves cursor focus. > > Obviously, the first character opens the second textbox and the rather > slow usb puts the remaining characters in the second

[Gambas-user] WAIT in sub reverses number

2009-06-04 Thread Ken Thornton-Smith
I'm entering numbers from an RFID tag reader into a text box. A keypress event here opens another text box and moves cursor focus. Obviously, the first character opens the second textbox and the rather slow usb puts the remaining characters in the second box. Being lazy, instead of looking for

Re: [Gambas-user] Release of Gambas 2.13.1

2009-06-04 Thread Laurent Carlier
Le jeudi 04 juin 2009 17:20:01 Leonardo Miliani, vous avez écrit : > Laurent Carlier ha scritto: > > Le lundi 01 juin 2009 22:28:26 Leonardo Miliani, vous avez écrit : > >> I got this error: > >> > >> (cd .libs && rm -f gb.db.sqlite3.so.0 && ln -s gb.db.sqlite3.so.0.0.0 > >> gb.db.sqlite3.so.0) > >

Re: [Gambas-user] Release of Gambas 2.13.1

2009-06-04 Thread Leonardo Miliani
Laurent Carlier ha scritto: > Le lundi 01 juin 2009 22:28:26 Leonardo Miliani, vous avez écrit : >> I got this error: >> >> (cd .libs && rm -f gb.db.sqlite3.so.0 && ln -s gb.db.sqlite3.so.0.0.0 >> gb.db.sqlite3.so.0) >> (cd .libs && rm -f gb.db.sqlite3.so && ln -s gb.db.sqlite3.so.0.0.0 >> gb.db.sq

Re: [Gambas-user] Release of Gambas 2.13.1

2009-06-04 Thread Leonardo Miliani
Laurent Carlier ha scritto: > Le lundi 01 juin 2009 22:28:26 Leonardo Miliani, vous avez écrit : >> I got this error: >> >> (cd .libs && rm -f gb.db.sqlite3.so.0 && ln -s gb.db.sqlite3.so.0.0.0 >> gb.db.sqlite3.so.0) >> (cd .libs && rm -f gb.db.sqlite3.so && ln -s gb.db.sqlite3.so.0.0.0 >> gb.db.sq

Re: [Gambas-user] GAMBAS2 APPLICATION WORKS FINE IN UBUNTU BUT NOT IN OPENSUSE/FEDORA

2009-06-04 Thread Ricardo Díaz Martín
Benoit, Maybe the problem is an GTK Libraries installed at opensuse/fedora by default (or gtk gambas package), because I've tryed to run the app in other ubuntu 32/64 versions and allways run fine (8.04, 8.10, 9.04). I thing this because you said than lostfocus event was fixed at revision #1996 an