Re: [Gambas-user] A question on gb.gui

2015-04-29 Thread Gian
Il 29/04/2015 20:03, Jussi Lahtinen ha scritto: > OK, I installed Ubuntu 14.04.2 LTS to virtualbox, and now I understand the > "issue". > The form color you have chosen makes the controls seems broken, but > actually they all work perfectly. > Ubuntu default scrollbar is pretty weird, but it works.

Re: [Gambas-user] A question on gb.gui

2015-04-29 Thread Gian
Il 29/04/2015 16:00, Jussi Lahtinen ha scritto: > So, maybe there are incompatibilities with the Ambiance theme. Can you see > this problem with any other theme? > > > Jussi Hello Jussi, Ubuntu does not have pre-installed themes on which to play, since there is Unity *the* theme is Ambiance. So i

Re: [Gambas-user] A question on gb.gui

2015-04-29 Thread Jussi Lahtinen
So, maybe there are incompatibilities with the Ambiance theme. Can you see this problem with any other theme? Jussi On Tue, Apr 28, 2015 at 6:39 PM, Gian wrote: > Il 28/04/2015 16:39, Jussi Lahtinen ha scritto: > > OK, I tested it with revision 7046. See attached screenshots. I don't see > > a

Re: [Gambas-user] Buffer Monitoring

2015-04-29 Thread Benoît Minisini
Le 29/04/2015 09:35, Tobias Boege a écrit : > On Wed, 29 Apr 2015, Nigel Verity wrote: >> Hi >> >> I'm planning to write an application in Gambas to support a study of the >> efficiency of various user interface designs. To do that I will need to >> monitor mouse clicks in conjunction with the mo

Re: [Gambas-user] Buffer Monitoring

2015-04-29 Thread Tobias Boege
On Wed, 29 Apr 2015, Nigel Verity wrote: > Hi > > I'm planning to write an application in Gambas to support a study of the > efficiency of various user interface designs. To do that I will need to > monitor mouse clicks in conjunction with the mouse position, and keyboard > inputs. This is, of

[Gambas-user] Buffer Monitoring

2015-04-29 Thread Nigel Verity
Hi I'm planning to write an application in Gambas to support a study of the efficiency of various user interface designs. To do that I will need to monitor mouse clicks in conjunction with the mouse position, and keyboard inputs. This is, of course, simple within a Gambas application but what a