Re: [Gambas-user] GTK+ bug with transparent label.

2010-06-18 Thread Jussi Lahtinen
Weird problem! I installed Ubuntu 10.04 64bit to virtualbox, and same thing, it does not work! I even tried different themes, but same thing. I can't even figure out what to test anymore... video card? Jussi 2010/6/17 Ricardo Díaz Martín : > Works fine on ubuntu 10.04 86_x64 > > > 2010/6/17 Jus

Re: [Gambas-user] GTK+ bug with transparent label.

2010-06-17 Thread Ricardo Díaz Martín
Works fine on ubuntu 10.04 86_x64 2010/6/17 Jussi Lahtinen > OK, anyone else? Please test this if it work on your system. > Maybe the problem is in my box. > > Jussi > > > 2010/6/13 Benoît Minisini : > >> OK, even better, here is my 5 minute project to measure reaction time. > >> It should show

Re: [Gambas-user] GTK+ bug with transparent label.

2010-06-17 Thread Jussi Lahtinen
OK, anyone else? Please test this if it work on your system. Maybe the problem is in my box. Jussi 2010/6/13 Benoît Minisini : >> OK, even better, here is my 5 minute project to measure reaction time. >> It should show your reaction time (time between background turns to >> white and you releasi

Re: [Gambas-user] GTK+ bug with transparent label.

2010-06-13 Thread Benoît Minisini
> OK, even better, here is my 5 minute project to measure reaction time. > It should show your reaction time (time between background turns to > white and you releasing button [clicking is more depended on speed of > finger]). > It will work only if you use IDE to set lblTulos.Text = "0" before > r

Re: [Gambas-user] GTK+ bug with transparent label.

2010-06-07 Thread Jussi Lahtinen
OK, even better, here is my 5 minute project to measure reaction time. It should show your reaction time (time between background turns to white and you releasing button [clicking is more depended on speed of finger]). It will work only if you use IDE to set lblTulos.Text = "0" before running that

Re: [Gambas-user] GTK+ bug with transparent label.

2010-06-06 Thread Benoît Minisini
> Hi! > Empty transparent label doesn't be able to show any text, > but if you put even one character (except space bar) to it from IDE, > then it will work also at runtime. > All works fine with Qt4. > > Gambas3 rev 2994 on Ubuntu 10.04 64bit. > > Jussi > Sorry, I don't understand what you dep

[Gambas-user] GTK+ bug with transparent label.

2010-06-06 Thread Jussi Lahtinen
Hi! Empty transparent label doesn't be able to show any text, but if you put even one character (except space bar) to it from IDE, then it will work also at runtime. All works fine with Qt4. Gambas3 rev 2994 on Ubuntu 10.04 64bit. Jussi ---