Re: How can I get Unicode Menu Items on Windows?

2013-07-29 Thread Support Toki
Hi, The best solution for using unicode menu is to add tags. The menuPick handler will get the tag as a parameter, and the tag is always ANSI on all platforms. For more explaination, check the keyword menu in the dictionary. The tag allows to manage cascading menus when menuHistory doesn't. I

Re: How can I get Unicode Menu Items on Windows?

2013-07-29 Thread Support Toki
Miss one line in the handler: on menuPick chosenItem switch chosenItem case ITEM1 -- put your stuff here break case ITEM2 ... end switch Thierry Arbellot Digital Salade website : www.tokitest.fr email : supp...@tokitest.fr AIM/iChat : supportToki Skype : support.toki Le 29/07/2013

Re: How can I get Unicode Menu Items on Windows?

2013-07-29 Thread in...@kenjikojima.com
Thierry, Yes, it works well. Thank you, -- Kenji Kojima / 小島健治 http://www.kenjikojima.com/ On Jul 29, 2013, at 5:49 AM, Support Toki wrote: Miss one line in the handler: on menuPick chosenItem switch chosenItem case ITEM1 -- put your stuff here break case ITEM2 ... end switch

How can I get Unicode Menu Items on Windows?

2013-07-28 Thread in...@kenjikojima.com
Hi, It works on Mac OS, But does not work on Windows. go to url http://kenjikojima.com/livecode/download/unicodeMenuStudy.livecode; What's wrong? Thanks, -- Kenji Kojima / 小島健治 http://www.kenjikojima.com/ ___ use-livecode mailing list

Re: How can I get Unicode Menu Items on Windows?

2013-07-28 Thread Richmond
On 07/28/2013 03:14 PM, in...@kenjikojima.com wrote: Hi, It works on Mac OS, But does not work on Windows. go to url http://kenjikojima.com/livecode/download/unicodeMenuStudy.livecode; What's wrong? Thanks, -- Kenji Kojima / 小島健治 http://www.kenjikojima.com/ Sorry; pictures required for

Re: How can I get Unicode Menu Items on Windows?

2013-07-28 Thread in...@kenjikojima.com
Richmond, You installed a vertical font. You can install regular fonts from an installer CD. http://www.dartmouth.edu/~introjpn/00_windowsxp.html You can show Japanese font in a field. But can not select menu items correctly. -- Kenji Kojima / 小島健治 http://www.kenjikojima.com/ On Jul 28,

Re: How can I get Unicode Menu Items on Windows?

2013-07-28 Thread Richmond
On 07/28/2013 06:06 PM, in...@kenjikojima.com wrote: Richmond, You installed a vertical font. That seems quite obvious from my screenshots; unfortunately EPSON did not specify that those were vertical fonts. I'm sorry; but as I have no Japanese, and almost as little knowledge of Windows XP,

Re: How can I get Unicode Menu Items on Windows?

2013-07-28 Thread Richmond
I do believe that if all the Japanese characters you use are within the Unicode area reserved for Hiragana, Katakana and Kanji it should not be necessary for end-users to have to perform extra tricks to get your stuff working on their setup. My, limited, experience with Livecode and Unicode fonts

Re: How can I get Unicode Menu Items on Windows?

2013-07-28 Thread in...@kenjikojima.com
I tested the stack on Windows XP. It did not work. -- Kenji Kojima / 小島健治 http://www.kenjikojima.com/ On Jul 28, 2013, at 11:16 AM, Richmond wrote: I do believe that if all the Japanese characters you use are within the Unicode area reserved for Hiragana, Katakana and Kanji it should not be

Re: How can I get Unicode Menu Items on Windows?

2013-07-28 Thread Richmond
On 07/28/2013 06:26 PM, in...@kenjikojima.com wrote: I tested the stack on Windows XP. It did not work. -- Kenji Kojima / 小島健治 http://www.kenjikojima.com/ Well then, that needs to be filed as a BUG report so that the RunRev people can sort it out. Richmond.

Re: How can I get Unicode Menu Items on Windows?

2013-07-28 Thread in...@kenjikojima.com
I will. Thanks, -- Kenji Kojima / 小島健治 http://www.kenjikojima.com/ On Jul 28, 2013, at 11:29 AM, Richmond wrote: On 07/28/2013 06:26 PM, in...@kenjikojima.com wrote: I tested the stack on Windows XP. It did not work. -- Kenji Kojima / 小島健治 http://www.kenjikojima.com/ Well then,

Re: How can I get Unicode Menu Items on Windows?

2013-07-28 Thread Richmond
On 07/28/2013 06:37 PM, in...@kenjikojima.com wrote: I will. Thanks, -- Kenji Kojima / 小島健治 http://www.kenjikojima.com/ On Jul 28, 2013, at 11:29 AM, Richmond wrote: On 07/28/2013 06:26 PM, in...@kenjikojima.com wrote: I tested the stack on Windows XP. It did not work. -- Kenji

Re: How can I get Unicode Menu Items on Windows?

2013-07-28 Thread in...@kenjikojima.com
This is temporary unicode menu script until bugs are fixed. go to url http://kenjikojima.com/livecode/download/tempoUnicodeMenu.livecode; Use menuHistory and custom function getUnicodeMenuItem. It works on MacOS and WIndows. I do not use Linux. Please try. -- Kenji Kojima / 小島健治