Re: [Gambas-user] Shortcuts in hidden menus will not work

2008-10-04 Thread Patrik Karlsson
Den Saturday 04 October 2008 18:34:20 skrev Benoit Minisini: > AFAIK, there is not concept of hidden menu in QT. So hiding a menu really > internally destroys it, and so the shortcut. > > > Also, is there a quicker way to toggle the menu bar in one single > > command? Now I am hiding/showing the to

Re: [Gambas-user] Shortcuts in hidden menus will not work

2008-10-04 Thread Benoit Minisini
On samedi 27 septembre 2008, Patrik Karlsson wrote: > Hi, Im making a program where I can toggle the menus visibility via CTRL+M. > The shortcuts in the menues does not work if the menus are not visible. I > have solved this by making a popup menu, but is there another way? > > Also, is there a qui

Re: [Gambas-user] Shortcuts in hidden menus will not work

2008-10-04 Thread Benoit Minisini
On vendredi 26 septembre 2008, Patrik Karlsson wrote: > Hi, Im making a program where I can toggle the menus visibility via CTRL+M. > The shortcuts in the menues does not work if the menus are not visible. I > have solved this by making a popup menu, but is there nother way? > AFAIK, there is not

[Gambas-user] Shortcuts in hidden menus will not work

2008-10-04 Thread Patrik Karlsson
Hi, Im making a program where I can toggle the menus visibility via CTRL+M. The shortcuts in the menues does not work if the menus are not visible. I have solved this by making a popup menu, but is there another way? Also, is there a quicker way to toggle the menu bar in one single command? Now

[Gambas-user] Shortcuts in hidden menus will not work

2008-10-04 Thread Patrik Karlsson
Hi, Im making a program where I can toggle the menus visibility via CTRL+M. The shortcuts in the menues does not work if the menus are not visible. I have solved this by making a popup menu, but is there nother way? Also, is there a quicker way to toggle the menu bar in one single command? Now I