Re: [Gambas-user] Menu Group

2012-10-21 Thread Benoît Minisini
Le 21/10/2012 11:39, Bill-Lancaster a écrit : > > Have 'discovered' the Action property! > Public Sub Action_Activate(key As String) As Boolean > ... > ... > end > > enables me to discover which menu item was clicked and take to appropriate > action. > > Sorry, I know this must be a bit obvious to

Re: [Gambas-user] Menu Group

2012-10-21 Thread Bill-Lancaster
Have 'discovered' the Action property! Public Sub Action_Activate(key As String) As Boolean ... ... end enables me to discover which menu item was clicked and take to appropriate action. Sorry, I know this must be a bit obvious to a lot of people - just thought I'd post it anyway -- View this m

[Gambas-user] Menu Group

2012-10-20 Thread Bill-Lancaster
I am generating a list of menu items where each one requires a similar action. Is it possible to have a group click event? Having read several posts touching on this subject I don't see how it would be possible, but... -- View this message in context: http://old.nabble.com/Menu-Group-tp34581377p