[Gambas-user] how to 'close' combobox after combobox.Popup?

T Lee Davidson t.lee.davidson at gmail.com
Thu Sep 23 19:29:15 CEST 2021


On 9/23/21 6:41 AM, wig wrote:
> To demonstrate something to the user of my form, I let the application open a combobox with .Popup.
> 
> Now it is open, but how to close it? I was looking for a kind of Popdown...
> 
> (As a kind of Help/demo, I run through a sequence of things to do for the user, I show buttons and that he can make a choice in 
> this combobox)
> 
> Project in Gambas 3.14.3 with gb.form, gb.gui on KDE5 (openSUSE 15.2)
> 
> Thanks,
> 
> Wig

Once the ComboBox popup list is opened, some sort of user interaction is required to close it. The user could select an item or 
click anywhere else on the form.

Perhaps you could use the .Placeholder text set to "click an item" or set an item's text to "click me now".


-- 
Lee


More information about the User mailing list