keyboard input method

Kenji Kojima index at kenjikojima.com
Wed Jun 25 10:14:48 EDT 2008


Hi Ron,

> One of my users is complaining about the method being changed to  
> English
> every time he uses my program and he has Japanese as his OS  
> language. My app
> has both Japanese and English menus etc.


-- for English input, MacOS
set the textFont of fld 1 to "Osaka"

-- for Japanese input, MacOS
set the textFont of fld 1 to "Osaka,Japanese"

-- for English input, Windows
set the textFont of fld 1 to "Tahoma"

-- for Japanese input, MacOS
set the textFont of fld 1 to "Tahoma,Japanese"


--
Kenji Kojima
http://www.kenjikojima.com/








More information about the use-livecode mailing list