[Gambas-user] Keeping a menu open?

T Lee Davidson t.lee.davidson at gmail.com
Sat Jan 15 23:16:27 CET 2022


On 1/15/22 16:58, Cristiano Guadagnino wrote:
> Il giorno sab 15 gen 2022 alle ore 21:03 T Lee Davidson <t.lee.davidson at gmail.com <mailto:t.lee.davidson at gmail.com>> ha scritto:
> 
> 
>     Perhaps use something different than a menu like maybe a ListView on a separate form, the visibility of which you can control.
> 
> 
> You're correct Lee that this would be better served by something other than a menu, but the application is a port (well, a 
> re-implementation actually) of a Windows program developed with VB.NET <http://VB.NET> and I'd like to be able to keep the same 
> L&F as the old app to keep the users happy.
> Thank you for the suggestion though.
> Cris

Okay, I understand.

Well, if trapping the Hide event doesn't work well, perhaps you could trap the Click event. In that case, though, you would 
likely need to emulate the click behavior prior to stopping the event.


-- 
Lee


More information about the User mailing list