Re: [Gambas-user] Problems positioning controls in form with menu

2012-05-18 Thread Bruce
On Thu, 2012-05-17 at 23:31 +0200, Benoît Minisini wrote: > Le 17/05/2012 02:18, Bruce a écrit > > On Thu, 2012-05-17 at 08:34 +0930, Bruce wrote: > >> > >> I've tried it and cannot reproduce the problem. (Not exactly on "Gnome" > >> but using the same gtk viz "libgtk-x11-2.0.so.0.2400.4") > > > >

Re: [Gambas-user] Problems positioning controls in form with menu

2012-05-17 Thread Benoît Minisini
Le 17/05/2012 02:18, Bruce a écrit : > On Thu, 2012-05-17 at 08:34 +0930, Bruce wrote: >> >> I've tried it and cannot reproduce the problem. (Not exactly on "Gnome" >> but using the same gtk viz "libgtk-x11-2.0.so.0.2400.4") > > Actually. I don't know if this is related, but... > > Under gtk, the

Re: [Gambas-user] Problems positioning controls in form with menu

2012-05-16 Thread Bruce
On Thu, 2012-05-17 at 08:34 +0930, Bruce wrote: > > I've tried it and cannot reproduce the problem. (Not exactly on "Gnome" > but using the same gtk viz "libgtk-x11-2.0.so.0.2400.4") Actually. I don't know if this is related, but... Under gtk, the menus can no longer activated via the mouse. A

Re: [Gambas-user] Problems positioning controls in form with menu

2012-05-16 Thread Bruce
On Thu, 2012-05-17 at 00:04 +0200, Benoît Minisini wrote: > Le 15/05/2012 21:08, Greg Raffaelle a écrit : > > Attached is a simple program which demostrates the problem I am having > > with controls in a form not displaying correctly when the form has a > > menu. By not displaying correctly I mean

Re: [Gambas-user] Problems positioning controls in form with menu

2012-05-16 Thread Benoît Minisini
Le 15/05/2012 21:08, Greg Raffaelle a écrit : > Attached is a simple program which demostrates the problem I am having > with controls in a form not displaying correctly when the form has a > menu. By not displaying correctly I mean the vertically position of the > controls is being changed when th

Re: [Gambas-user] Problems positioning controls in form with menu

2012-05-15 Thread Greg Raffaelle
Attached is a simple program which demostrates the problem I am having with controls in a form not displaying correctly when the form has a menu. By not displaying correctly I mean the vertically position of the controls is being changed when the program is run and all the controls are moving

Re: [Gambas-user] Problems positioning controls in form with menu

2012-05-11 Thread Benoît Minisini
Le 11/05/2012 19:50, Greg Raffaelle a écrit : > I have a problem with forms that have a menu. The form menu and > controls all appear correctly positioned in the gui editor. But when > the program is run and the form is displayed with Form1.showmodal all > the controls are shifted up as if the me

[Gambas-user] Problems positioning controls in form with menu

2012-05-11 Thread Greg Raffaelle
I have a problem with forms that have a menu.  The form menu and controls all appear correctly positioned in the gui editor.  But when the program is run and the form is displayed with Form1.showmodal all the controls are shifted up as if the menu was not there (and the controls partially cover