[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Balloon doesn't show on first click in QT applications


On 7/2/24 10:06, Safiur Rahman wrote:
Hi

I have a Button in a form with code in gb.gui.qt (gambas 3.19.2 in Ubuntu 22.04)

Public Sub Button1_Click()
   Balloon.Info("OK", Button1)
   Button1.Enabled = False
End

The Balloon doesn't show up on first click. If I remove Button1.Enabled = False and click on the button for the second time only then the Balloon is displayed.
Is there something I am missing?

If I don't disable the button, it works every time for me with Qt5.


--
Lee

--- Gambas User List Netiquette [https://gambaswiki.org/wiki/doc/netiquette] ----
--- Gambas User List Archive [https://lists.gambas-basic.org/archive/user] ----


References:
Balloon doesn't show on first click in QT applicationsSafiur Rahman <isafiur@xxxxxxxxx>