Re: How can I get string width?

2012-03-06 Thread  
length(X) Or do you mean the width in a field to take into account the font etc? put the formattedWidth of field X Cheers Monte On 05/03/2012, at 1:42 PM, 吉野 孝 wrote: Hi, Experts! How can I get string width? I would like to string width

Re: How can I get string width?

2012-03-06 Thread  
Hi, Al Thank you very much. It work well with japanese language. Just for curiosity, Mr. Yoshino, Which of these softwares from Yoshino Lab was created using LiveCode? http://www.wakayama-u.ac.jp/~yoshino/lab/software/index.html Thank you for your curiosity. And sorry for only Japanese

How can I get string width?

2012-03-04 Thread
Hi, Experts! How can I get string width? I would like to string width… _.__ ._ _. ._ ._.__ .. ._._. _._ . ..__ ._.__ ._._. ___. .._ __.. __ .._ Takashi Yoshino http://www.wakayama-u.ac.jp/~yoshino/lab/ Tel: +81-73-457-8441 ___ use-livecode mailing

How to store some data in my stack

2012-01-25 Thread
Hi, I use LiveCode 5.0.2 for Android devices. I would like to store some data in my stack. But I don't know how to store some data in my stack on an android device. At first, I used a field. But the field data is gone at the next launches. Next, I tried to use file. The following are the test

Re: How to store some data in my stack

2012-01-25 Thread  
is shown in field msg On 2012/01/26, at 0:33, Klaus on-rev wrote: Konichi-wa Takashi, Am 25.01.2012 um 16:19 schrieb 吉野 孝: Hi, I use LiveCode 5.0.2 for Android devices. I would like to store some data in my stack. But I don't know how to store some data in my stack on an android

How to put a new object to become a background object?

2011-11-15 Thread
Hi, How to put a new object to become a background object? I make 20 cards with one background (grouped) object. Then, I want to add a new object to become a background object? I should delete 19 cards and re-copy 19 cards? _.__ ._ _. ._ ._.__ .. ._._. _._ . ..__ ._.__ ._._. ___. .._ __.. __

Android open other application

2011-11-08 Thread
Hi, I make Android software. I want to open other android programs from my stack. But I don't know how to write. I can close my stack, but I don't open other software. The following is the close my stack script. on mouseUp close this tack end mouseUp Could you help me? _.__ ._ _. ._

Re: text size and HTMLtext

2011-11-04 Thread  
the unicodeText of fld ja to jText set the textsize of fld en to i wait 10 ticks put i into msg end repeat end mouseUp It works well ! I solved my problem perfectly. Thank for your help indeed. On 2011/11/05, at 1:33, Devin Asay wrote: Hi 吉野 孝, Rule 1 when

text size and HTMLtext

2011-11-03 Thread
Hi, I have a question about text size and HTMLtext. I want to use Japanese text in my LiveCode stacks. I can input Japanese text to a field by only using HTMLtext. But, I don't change text size of Japanese font size. English font can change. Here is my sample script. on mouseUp repeat