Re: [Gambas-user] GTK key events bug

2009-08-07 Thread Carlos Prieto López
2009/8/6 Benoît Minisini > > > > Summary: In a graphical application using GTK, a key event produced > > > > > > by a > > > > > > > control is captured by the parent, but key event information > > > > > > provided by > > > > > > > the Key class is not available. > > > > > > > > How to reproduce:

Re: [Gambas-user] GTK key events bug

2009-08-07 Thread Benoît Minisini
> > > > I attach the project with the error (pruebagtk.tar.gz). Type anything on > > the textbox, and the error will show (this was a GTK graphic > > application). > > > > The project inside prueba.tar.gz was created as QT graphic application; > > when typing on the textbox, the key code is printed

Re: [Gambas-user] GTK key events bug

2009-08-06 Thread craf
-Mensaje original- De: Benoît Minisini Reply-to: mailing list for gambas users Para: mailing list for gambas users Asunto: Re: [Gambas-user] GTK key events bug Fecha: Thu, 6 Aug 2009 22:52:35 +0200 > > > Summary: In a graphical application using GTK, a key event produced >

Re: [Gambas-user] GTK key events bug

2009-08-06 Thread Benoît Minisini
> > > Summary: In a graphical application using GTK, a key event produced > > > > by a > > > > > control is captured by the parent, but key event information > > > > provided by > > > > > the Key class is not available. > > > > > > How to reproduce: In a GTK project, put a form, a control (for > >

Re: [Gambas-user] GTK key events bug

2009-08-06 Thread Carlos Prieto López
> > Summary: In a graphical application using GTK, a key event produced > by a > > control is captured by the parent, but key event information > provided by > > the Key class is not available. > > > > How to reproduce: In a GTK project, put a form, a control (for > example, > > a textbox), and th

Re: [Gambas-user] GTK key events bug

2009-08-06 Thread Benoît Minisini
> Summary: In a graphical application using GTK, a key event produced by a > control is captured by the parent, but key event information provided by > the Key class is not available. > > How to reproduce: In a GTK project, put a form, a control (for example, > a textbox), and the following code: >

[Gambas-user] GTK key events bug

2009-08-06 Thread Carlos Prieto López
Summary: In a graphical application using GTK, a key event produced by a control is captured by the parent, but key event information provided by the Key class is not available. How to reproduce: In a GTK project, put a form, a control (for example, a textbox), and the following code: PUBLIC SUB