On Tue, 2 Dec 2014 22:44:04 +0100
Tobias Boege <tabo...@gmail.com> 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 visible on the tool bar. These two menus are attached to individual text
> > boxes in the graphic form designer. When I right click on the textbox the
> > popup appears but, when I click on it nothing happens. In the form code I
> > have the sub:
> > 
> >  
> > 
> > Private Sub mnuA_Click()
> > 
> >                 FForm.Open
> > 
> > End
> > 
> >  
> > 
> > The form FForm does not open. In the debugger I can see the click event is
> > not captured. What did I miss?
> > 
> 
> Well, what's the event name of your menu?
> 
> Or if you don't want us to guess around: Can you send the project?
> 
> Regards,
> Tobi
> 

I can guess :-)

PUBLIC Sub mnuA_Click()

regards
Bruce

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to