[Gambas-user] Form Key press event raised twice?

Benoît Minisini gambas at ...1...
Thu Jan 20 02:33:48 CET 2011


> > Hi,
> > 
> > New project with new FMain:
> > 
> > PUBLIC SUB Form_KeyPress()
> > 
> >   PRINT Key.Code, Key.Text
> > 
> > END
> > 
> > In run-time, when I press a key, eg. 'a', I get:
> > 
> > 97          a
> > 97          a
> > 
> > Gambas 2.22, Fedora 14
> > I want to know if it's a bug?. If it's a bug, it will be fixed, so I
> > wait. But if it's a feature, I have to change some code..
> > 
> > 
> > Best regards.
> 
> I think it is a bug...

...But I can't reproduce it. Can you provide me a little project that shows 
the bug?

-- 
Benoît Minisini




More information about the User mailing list