openGeeksLab / codenameone

Automatically exported from code.google.com/p/codenameone
0 stars 0 forks source link

javascript port, form KeyListener not working #1417

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,
The form key listener not working as in Android.

    f.addKeyListener(110/*'.'*/, new ActionListener() {
        public void actionPerformed(ActionEvent evt) {
            String strChar = getChar(evt.getKeyEvent());
            System.out.println("Key " + evt.getKeyEvent() + " pressed,getChar() = " + strChar);
        }
    });

Shannah advice me to post in issue tracker here, to remind this function when 
he has time.

I hope here is the right place to post issue, as advice from Shannah.

Original issue reported on code.google.com by manuk...@gmail.com on 9 May 2015 at 9:33