[Gambas-user] Keeping a menu open?

T Lee Davidson t.lee.davidson at gmail.com
Sat Jan 15 21:02:10 CET 2022


On 1/15/22 14:39, Cristiano Guadagnino wrote:
> Hi,
> I have a program where the user can choose among some items to monitor from a menu.
> The program allows you to monitor more than one item at the same time, so the menu represents the items as check boxes. But 
> every time you click on an item the menu closes, so you have to open it again and select the second item, and so on.
> Is it possible to keep the menu open somehow, instead of having it close at every click?
> 
> Thank you in advance
> Cris
> cloudHQ <https://www.free-email-tracker.com>	Powered by
> cloudHQ <https://www.free-email-tracker.com>	

Perhaps use something different than a menu like maybe a ListView on a separate form, the visibility of which you can control.


-- 
Lee


More information about the User mailing list