Re: [Gambas-user] Form_KeyPress not raised on Gtk

2010-12-29 Thread Benoît Minisini
> Tanks Benoît, > Yes it's better but only if there isn't others container in the form. > In the case ya have a container the event still does not raise. > Of course I can remove the Panel, but will be better if the component > behaves equally regardless the library used in the project. > See the a

Re: [Gambas-user] Form_KeyPress not raised on Gtk

2010-12-29 Thread Emanuele Sottocorno
Tanks Benoît, Yes it's better but only if there isn't others container in the form. In the case ya have a container the event still does not raise. Of course I can remove the Panel, but will be better if the component behaves equally regardless the library used in the project. See the attached proj

Re: [Gambas-user] Form_KeyPress not raised on Gtk

2010-12-28 Thread Benoît Minisini
> Hi to all, > the Event Form_keyPress is'n raised with Gtk library. > The attached project uses a function to check the CapsLock status. > The function is called on Form_Open and should be called at > Form_KeyPress event, such event isn't raised at all. > No matter the initial status (Visible / Hi

[Gambas-user] Form_KeyPress not raised on Gtk

2010-12-28 Thread Emanuele Sottocorno
Hi to all, the Event Form_keyPress is'n raised with Gtk library. The attached project uses a function to check the CapsLock status. The function is called on Form_Open and should be called at Form_KeyPress event, such event isn't raised at all. No matter the initial status (Visible / Hidden) of tex