[Gambas-user] Problem with Balloon
T Lee Davidson
t.lee.davidson at gmail.com
Sat Nov 18 16:09:38 CET 2023
On 11/18/23 09:57, vuott--- via User wrote:
> Hello,
>
> I have noticed that with QTs, if in the routine of an Event
> (for exemple ... Button1_Enter() ) I set a Balloon to open, it opens only _from the second time_ onwards that the said Event is
> raised.
> Strangely, the Balloon shows up with the first time the Event is raised, if I set the Balloon command:
> Balloon.Info("abcde", Button1)
> _also_ in the "Form_Open()" Event. In short, it seems that in order for the Balloon to open from the first raise of the Event,
> the Balloon command must still be called at least twice.
>
> Using GTK3, it does not open at all.
It works every time for me with Qt5, but, the same, not at all with GTK3.
--
Lee
More information about the User
mailing list