Re: [Gambas-user] detecting menus actions

2017-01-26 Thread bill-lancaster
Ah! It's quite obvious now! Thanks for the example and thank you all Bill -- View this message in context: http://gambas.8142.n7.nabble.com/detecting-menus-actions-tp58302p58325.html Sent from the gambas-user mailing list archive at Nabble.com.

Re: [Gambas-user] detecting menus actions

2017-01-25 Thread Fabien Bodard
yes :-) 2017-01-25 17:15 GMT+01:00 Gianluigi : > Hi Bill, > > I think they intend to suggest something like this, see attached. > > Regards > Gianluigi > > 2017-01-25 15:30 GMT+01:00 Fabien Bodard : > >> Yes you can ... just put a value in tag property to know witch menu is >> selected and use a g

Re: [Gambas-user] detecting menus actions

2017-01-25 Thread Gianluigi
Hi Bill, I think they intend to suggest something like this, see attached. Regards Gianluigi 2017-01-25 15:30 GMT+01:00 Fabien Bodard : > Yes you can ... just put a value in tag property to know witch menu is > selected and use a group name > > 2017-01-25 15:23 GMT+01:00 Rolf-Werner Eilert : >

Re: [Gambas-user] detecting menus actions

2017-01-25 Thread Fabien Bodard
Yes you can ... just put a value in tag property to know witch menu is selected and use a group name 2017-01-25 15:23 GMT+01:00 Rolf-Werner Eilert : > Am 25.01.2017 13:10, schrieb bill-lancaster: >> Is it possible to log which menu items have been selected? >> In other words, can I create a genera

Re: [Gambas-user] detecting menus actions

2017-01-25 Thread Rolf-Werner Eilert
Am 25.01.2017 13:10, schrieb bill-lancaster: > Is it possible to log which menu items have been selected? > In other words, can I create a general event to catch and identify menu > activity? > > Gambas 3.8.2 > > Maybe it's possible via a group name? ---