Re: [Gambas-user] how to capture click event on a popup menu

2014-12-03 Thread Benoît Minisini
Le 03/12/2014 14:17, Martin McGlensey a écrit : > Good Morning all, > > > > I found the problem with the popups. Looking at the project that Bruce sent > I found that my syntax was exactly the same as he used in the example > project. Since his project worked and mine did not the problem had to be

Re: [Gambas-user] how to capture click event on a popup menu

2014-12-03 Thread Martin McGlensey
Good Morning all, I found the problem with the popups. Looking at the project that Bruce sent I found that my syntax was exactly the same as he used in the example project. Since his project worked and mine did not the problem had to be something other than syntax. Looking at the project proper

Re: [Gambas-user] how to capture click event on a popup menu.

2014-12-02 Thread Fabien Bodard
The event name is the control name or the group name ... In the ide. You can redirect an event name (handler )with object.attach(...) You can detach too Le 3 déc. 2014 03:20, "Martin McGlensey" a écrit : > Thanks Bruce, I study it tomorrow when my mind is clearer. It's late here > and I need t

Re: [Gambas-user] how to capture click event on a popup menu.

2014-12-02 Thread Martin McGlensey
Thanks Bruce, I study it tomorrow when my mind is clearer. It's late here and I need to get some rest. Regards, Marty -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Superc

Re: [Gambas-user] how to capture click event on a popup menu.

2014-12-02 Thread B Bruen
On Tue, 2 Dec 2014 20:35:01 -0500 "Martin McGlensey" wrote: > Thanks for the responses. Remember I'm still climbing that steep learning > curve. The sub to catch the click event is Public Sub mnuAdvanced_Click() > but that does not catch the event. I do not know how declare or find the > event na

Re: [Gambas-user] how to capture click event on a popup menu.

2014-12-02 Thread Martin McGlensey
Thanks for the responses. Remember I'm still climbing that steep learning curve. The sub to catch the click event is Public Sub mnuAdvanced_Click() but that does not catch the event. I do not know how declare or find the event name. The menu was created in the form menu editor, so how do I define a

Re: [Gambas-user] how to capture click event on a popup menu.

2014-12-02 Thread Tobias Boege
On Wed, 03 Dec 2014, B Bruen wrote: > On Tue, 2 Dec 2014 22:44:04 +0100 > Tobias Boege wrote: > > > On Tue, 02 Dec 2014, Martin McGlensey wrote: > > > Hello, > > > > > > > > > > > > I've used the menu to create menus on my main form. Those that I want to > > > see > > > on the tool bar are m

Re: [Gambas-user] how to capture click event on a popup menu.

2014-12-02 Thread B Bruen
On Tue, 2 Dec 2014 22:44:04 +0100 Tobias Boege wrote: > On Tue, 02 Dec 2014, Martin McGlensey wrote: > > Hello, > > > > > > > > I've used the menu to create menus on my main form. Those that I want to see > > on the tool bar are marked visible. Those that I want to use as popups are > > not v

Re: [Gambas-user] how to capture click event on a popup menu.

2014-12-02 Thread Tobias Boege
On Tue, 02 Dec 2014, Martin McGlensey wrote: > Hello, > > > > I've used the menu to create menus on my main form. Those that I want to see > on the tool bar are marked visible. Those that I want to use as popups are > not visible on the tool bar. These two menus are attached to individual text

[Gambas-user] how to capture click event on a popup menu.

2014-12-02 Thread Martin McGlensey
Hello, I've used the menu to create menus on my main form. Those that I want to see on the tool bar are marked visible. Those that I want to use as popups are not visible on the tool bar. These two menus are attached to individual text boxes in the graphic form designer. When I right click on t