Re: [Tuxpaint-devel] Windows beta build to test Input Method support?
An award-winning drawing program for children of all ages
Brought to you by:
wkendrick
|
From: Mark K. K. <mkk...@gm...> - 2007-04-30 02:47:52
|
On Sat, Apr 28, 2007 at 04:05:36AM +0100, John Popplewell wrote: > On Fri, Apr 27, 2007 at 09:41:16AM -0700, Bill Kendrick wrote: > > John P. -- have you got a moment to throw together a beta EXE based on > > what's in CVS, so people can play with Mark's new IM feature? > > I've put together a complete zip archive here: Thanks, John! I discovered a couple bugs during testing. It appears the Windows Korean IME grabs the Right-Alt event and not letting Tux Paint switch into the Hangul mode. I think I'll make Left-Alt switch to Hangul mode also, so Left-Alt can be used when Windows won't pass Right-Alt events. Also, a certain key sequence is crashing Tux Paint in Korean language mode. I'll need to fix that. Something I realized is that the path loading of *.im files is hard-coded at compile-time, which doesn't work very well for Windows programs that needs to be able to run from any drive/path (C:\Program Files\ can be moved.) Yet *.im files are loading fine at runtime, regardless of where it's run from. Is this intentional, and how does this work? If not, why does it work?! =P Thank you again, John! -Mark |