[Gambas-user] Empty ComboBox are filled while scrolling mouse without key press (gb.qt5)

Gianluigi gradobag at gradobag.it
Sun Oct 1 16:28:10 CEST 2023


Il 01/10/23 16:08, Safiur Rahman ha scritto:
> Hi
>
> On scrolling  the empty comboBox (ReadOnly = False ) are filled with 
> texts without any key press. How can I control this? Please provide me 
> a workaround to control this problem.
> Using gb.qt5 in Ubuntu 22.04 using gambas stable PPA
>
> Please check this video
> http://safiur.com.np/gambas/combobox.webm
>
> Attached a project.
>
> -- 
> Regards
> Safiur Rahman
>
> ----[http://gambaswiki.org/wiki/doc/netiquette  ]----

Here with the master version it works well with both GTK and QT.
Maybe you could work around this by putting an empty string at the beginning
(Private aList As String[] = ["", "aa", "bb", "cc", "dd", "ee"])

Regards

Gianluigi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20231001/5601174b/attachment-0001.htm>


More information about the User mailing list