[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Balloon doesn't show on first click in QT applications
[Thread Prev] | [Thread Next]
- Subject: Re: Balloon doesn't show on first click in QT applications
- From: T Lee Davidson <t.lee.davidson@xxxxxxxxx>
- Date: Tue, 2 Jul 2024 17:34:21 -0400
- To: user@xxxxxxxxxxxxxxxxxxxxxx
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 EndThe 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] ----
Balloon doesn't show on first click in QT applications | Safiur Rahman <isafiur@xxxxxxxxx> |