Re: text size and HTMLtext

2011-11-04 Thread 吉野 孝
Thank you, Kenji and Devin ! > You can try: set the textSize of line 1 of fld "ja" to nn > > Or you can try modifying the htmlText of the field: It works well ! > on mouseUp > put the unicodeText of fld 1 into jText >repeat with i=10 to 48 > set the textsize of fld "ja" to i >

Re: text size and HTMLtext

2011-11-04 Thread Devin Asay
Hi 吉野 孝, Rule 1 when doing Japanese unicode in LiveCode--always listen to Kenji! Here's my own take: You will have to set the text size of the text chunks inside the field, rather than the field itself. It can be a little tricky. You can try: set the textSize of line 1 of fld "ja" to nn Or yo

Re: text size and HTMLtext

2011-11-04 Thread Kenji Kojima
Hi 吉野さん Correction: The first line has to be put the unicodeText of fld "ja" into jText -- Kenji Kojima / 小島健治 http://www.kenjikojima.com/ On Nov 3, 2011, at 8:11 AM, Kenji Kojima wrote: > Hi Yoshino san, > > on mouseUp >put the unicodeText of fld 1 into jText > repeat with

Re: text size and HTMLtext

2011-11-04 Thread Kenji Kojima
Hi Yoshino san, on mouseUp put the unicodeText of fld 1 into jText repeat with i=10 to 48 set the textsize of fld "ja" to i set the unicodeText of fld "ja" to jText set the textsize of fld "en" to i wait 10 ticks put i into msg end repeat e

Re: text size and HTMLtext

2011-11-04 Thread Devin Asay
Hi 吉野 孝, You will have to set the text size of the text chunks inside the field, rather than the field itself. It can be a little tricky. You can try: set the textSize of line 1 of fld "ja" to nn Or you can try modifying the htmlText of the field: replace "size=" & quote & nn in fld "ja" with