Re: [Ikvm-developers] InputMap problem?
Brought to you by:
jfrijters
|
From: Judit Vasko-S. <jv...@ch...> - 2009-04-06 07:46:52
|
Hi, thank you for the good news, we are awaiting for the OpenJDK AWT/Swing code after 0.40 then. We can give you feedback about the replacement after that. Kind regards, Judit Jeroen Frijters wrote: > Hi, > > Keyboard events apparently stopped working in 0.38 (and InputMap in 0.36). Since this isn't a regression relative to 0.38 and part of the clearly unsupported AWT/Swing mess, I'm not going to hold up the 0.40 release because of this. > > After 0.40 we really should put some effort into moving fully to OpenJDK's AWT/Swing code. > > Regards, > Jeroen > > >> -----Original Message----- >> From: Volker Berlin [mailto:vol...@go...] >> Sent: Thursday, April 02, 2009 22:21 >> To: 'Judit Vasko-Szedlar' >> Cc: ikv...@li... >> Subject: Re: [Ikvm-developers] InputMap problem? >> >> I have look into it. The binding of the Inputmap seems not the problem. >> If I dispatch the event directly with: >> frame.dispatchEvent(new >> KeyEvent(frame,401,System.currentTimeMillis(),0,KeyEvent.VK_ESCAPE)); >> >> then it will receive. That it must be a problem of the event >> generating. I think this must be a problem of the current mix of GNU >> and Sun code. This should be solv if we replace the last part of the >> GNU code. Because you write that this has work it can helpful if you >> can find the CVS version that start the problem. >> >> Volker >> >> >> >> ________________________________ >> >> |