Re: Unicode in variables

2013-08-19 Thread in...@kenjikojima.com
This is unicode array. go to url "http://kenjikojima.com/livecode/download/unicodeArray.livecode"; I hope it helps, -- Kenji Kojima / 小島健治 http://www.kenjikojima.com/ ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Japanese Font Menu 04

2013-08-06 Thread in...@kenjikojima.com
Hi, This is a Japanese font menu stack 04 for Mac OS and Windows. go to url "http://kenjikojima.com/livecode/download/jpFontMenu04.livecode"; Added sub munes. -- Kenji Kojima / 小島健治 http://www.kenjikojima.com/ ___ use-livecode mailing list use-liveco

Japanese Font Menu

2013-07-31 Thread in...@kenjikojima.com
Hi, This is Japanese font menu for MacOS and Windows. You can set the text font of a text field from Japanese menubar. go to url "http://kenjikojima.com/livecode/download/jpFontMenu03.livecode"; I could not remove strange characters of the first line of Windows font menu. -- Kenji Kojima / 小島健治 h

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

2013-07-29 Thread in...@kenjikojima.com
|ITEM4 >> >> And the menuPick handler: >> >> on menuPick chosenItem >> >> case "ITEM1" >> -- put your stuff here >> break >> case "ITEM2" >> ... >> >> Hope it helps. >> >> Thierry A

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 / 小島健治 http://www.k

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 / 小島健治 &g

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 b

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

2013-07-28 Thread in...@kenjikojima.com
, 2013, at 9:06 AM, Richmond wrote: > 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"; >> >>

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 use-livecode@

Re: Japanese Font Menu Problem

2013-07-15 Thread in...@kenjikojima.com
; But, of course, the more important question is what kind of > poetry and art you are creating since you are living in the > difficult-to-live-in "world" of LiveCode? (^_-) > > Tim Selander > Tokyo, Japan > > > > On 7/15/13 9:50 AM, in...@kenjikojima.com wro

Japanese Font Menu Problem

2013-07-14 Thread in...@kenjikojima.com
Hi, Can anybody resolve the problem? I made a Japanese font pulldown menu. It works fine on MacOS, But does not show correct font names on Windows. go to url "http://kenjikojima.com/livecode/download/jpFontMenu.livecode"; Thanks, -- Kenji Kojima / 小島健治 http://www.kenjikojima.com/ ___

Re: unicode font names

2013-07-13 Thread in...@kenjikojima.com
of fld "nihongo" to pItemName > end menuPick Thanks, -- Kenji Kojima / 小島健治 http://www.kenjikojima.com/ On Jul 12, 2013, at 5:24 PM, in...@kenjikojima.com wrote: > Richmond, > > I tried many times same script all day, but could not make. Strange. > Anyway I cou

Re: unicode font names

2013-07-12 Thread in...@kenjikojima.com
mName set the textFont of fld "nihongo" to pItemName end menuPick -- Kenji Kojima / 小島健治 http://www.kenjikojima.com/ On Jul 12, 2013, at 4:28 PM, Richmond wrote: > On 07/12/2013 10:16 PM, in...@kenjikojima.com wrote: >> Hi, >> Can anybody set unicode font names o

unicode font names

2013-07-12 Thread in...@kenjikojima.com
Hi, Can anybody set unicode font names of the fontNames to the menu items of pulldown menu? Thanks, -- Kenji Kojima / 小島健治 http://www.kenjikojima.com/ ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, uns

Re: UnicodeLabel & pulldown menu trouble

2013-05-23 Thread in...@kenjikojima.com
e on the menu button: > > on menuPick pItemName > set the unicodeText of field "result" to pItemName > end menuPick > > ___ > http://www.exformedia.se > Check out my new iOS game at http://appstore.com/swapatiswap > > 20 ma

UnicodeLabel & pulldown menu trouble

2013-05-20 Thread in...@kenjikojima.com
Hi, When I set an unicode label of pulldown menu. I cannot get a menu item. -- Kenji Kojima / 小島健治 http://www.kenjikojima.com/ ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Foreign characters in file names

2013-04-14 Thread in...@kenjikojima.com
cript > put the result into tUTF8Text > delete char 1 of tUTF8Text > delete char -1 of tUTF8Text > set the unicodeText fld Ordner1 to uniencode(tUTF8Text,UTF8) > > but never got anything but a ? for the Ж. > > Or am I missing a fundamental switch to get this to

Re: Foreign characters in file names

2013-04-13 Thread in...@kenjikojima.com
Hi Thomas, If you are on Mac OS, you can use AppleScript. This is for two bytes file name of UTF8 text. on mouseUp put "choose file with prompt" "e"e&return into asScript put "set openFile to result"&return after asScript put "try"&return after asScript put "read openFile" & return af

【CustomTool】Japanese Comments

2013-04-12 Thread in...@kenjikojima.com
Hi, This stack is a Japanese comments palette. go stack url "http://kenjikojima.com/livecode/download/jpComments.livecode"; Download file: http://kenjikojima.com/livecode/download/jpComments.livecode.zip If you think it is useful, please put it into a plugin folder. Best regards, -- Kenji Koj

Re: WOOT!

2013-04-10 Thread in...@kenjikojima.com
I cannot Activate LiveCode Community 6.0. Does anyone have same problem? I made two accounts of different email addresses. But both of them did not work. Should wait a whole? I use Mac OS 10.6.8. Thanks, -- Kenji Kojima / 小島健治 http://www.kenjikojima.com/ On Apr 9, 2013, at 10:16 PM, Mike Bonner

Re: Editing polygon points

2013-03-07 Thread in...@kenjikojima.com
John, I have made a wireframe drawing stack. You have to open stack "animationEngine" before this. go stack url "http://www.kenjikojima.com/runrev/draw3D.livecode"; Create a New Point: Click on Grid Move a Point: MacOS: Option Key + Drag a Point Windows: Alt Key + Drag a Point Add a New Po

Re: On-Rev tool updated

2013-03-02 Thread in...@kenjikojima.com
Mark, Now I am using TextWrangler and Cyberduck. But they are very inconvenient. My update request was only adding one ftp on-rev server address. If I cannot have an updated tool, I wish my server returns to odin.on-rev. I mailed it to on-rev support and received a reply at January 18th that wa

On-Rev tool updated

2013-03-02 Thread in...@kenjikojima.com
Hi, Does anybody know the On-Rev tool updated? I cannot use the On-Rev tool since I changed from odin.on-rev to tio.on-rev last December. Thanks, -- Kenji Kojima / 小島健治 http://www.kenjikojima.com/ ___ use-livecode mailing list use-livecode@lists.ru