Re: [Gambas-user] KeyPress event with grid view

2011-01-20 Thread Benoît Minisini
> Thank for reply, > > Here is my form. I tried remove all code and run the "fresh" form but > nothing happens. > Hi, The bug should be fixed (for Gambas 2) in revision #3481. Regards, -- Benoît Minisini -- Protect

Re: [Gambas-user] KeyPress event with grid view

2011-01-05 Thread Phạm Quang Dương
Thank for reply, Here is my form. I tried remove all code and run the "fresh" form but nothing happens. 2011/1/4 Benoît Minisini > > Hi and Happy new year ! > > > > With a grid view on a form I can get KeyPress event. It's fine. > > But with a grid view contained in a vsplit view, no KeyPress e

Re: [Gambas-user] KeyPress event with grid view

2011-01-03 Thread Benoît Minisini
> Hi and Happy new year ! > > With a grid view on a form I can get KeyPress event. It's fine. > But with a grid view contained in a vsplit view, no KeyPress event. I tried > KeyPress whit VSplit view, same result. > Is it a bug or I forgot setting something? > Gambas 2.22 on Fedora 14 GNOME. Can

[Gambas-user] KeyPress event with grid view

2011-01-02 Thread Phạm Quang Dương
Hi and Happy new year ! With a grid view on a form I can get KeyPress event. It's fine. But with a grid view contained in a vsplit view, no KeyPress event. I tried KeyPress whit VSplit view, same result. Is it a bug or I forgot setting something? Gambas 2.22 on Fedora 14 GNOME. ---