[Gambas-user] Balloon

Benoît Minisini gambas at ...1...
Wed Sep 16 00:26:43 CEST 2009


> Il lunedì 7 settembre 2009 18:48:51 Pino Zollo ha scritto:
> > Alle 11:58, lunedì 7 settembre 2009, hai scritto:
> > > > Hi!
> > > >
> > > > >Balloon popup is little buggy (sometimes).
> > > > >Screenshot tells it all.
> > > >
> > > > For me (Gambas 2.15) the delay is not actuated:
> > > >
> > > >  Balloon.Delay = 20000
> > > >
> > > > shows for a small second....
> > > >
> > > > Pino
> > >
> > > It works there... I think the problem comes from the window manager:
> > > which one do you use?
> >
> >    Gambas 2.15, QT, Debian 5.0.1, Gnome...same on Debian 4.0r5
> >
> > Ciao
> > Pino
> 
> Hi.
> 
> This is a little example that shows the problem on my box.
> 
> Gambas 2.15.1
> KDE 3.5.10
> Qt 3.3.8b
> GTK2 2.12.12
> 
> The balloon flashes when using gtk.gb.
> 

The bug needs the new GTK+ event management introduced in Gambas 3 to be 
fixed. You see it in that project because the balloon is shown inside the 
Form_Enter event. 

I don't know if you used this event on purpose. Do you want to show balloons 
when the mouse enters a control?

Anyway, I will backport the new GTK+ event management, but I'm not sure it 
won't break some things, so I will need GTK+ testers of /branches/2.0 before 
making a 2.17 version.

Regards,

-- 
Benoît Minisini




More information about the User mailing list