.runrev.com/pipermail/use-livecode/
and search them using this link:
http://www.google.com/advanced_search?q=site:lists.runrev.com
Today's Topics:
1. text manipulation with Chinese characters (unicode): guide?
(Eric A. Engle)
2. Re: text manipulation with Chinese characters (un
Hi!
I would like to be able to copy and paste into fields and scripts Chinese
characters, which are of course unicode and then manipulate the resulting
strings.
Is this possible in livecode? How? Are there any good Recent guides to working
with unicode in livecode?
__
is there any way to invoke the livecode engine from the terminal in linux?
suppose e.g. i wanted to run "put 7" or "put 3 + 2" from xterm or such. Is that
possible? If so, how?
Or e.g. running a stack or script from the terminal? If so, how?
___
use-
I am learning bash (bourne again shell) on linux; i would like to know if it
is possible to 1) invoke livecode from the command line 2) how to install
livcode into my path 3) whether livecode can be used as an alternative to bash?
I
http://lexflex.com free full text online law reviews, cases &
Yes, I think my problem with Chinese was I had only simplified and not
traditional fonts installed. Anyway I installed some libraries now my paste
clipboard ctrl v works.
What doesn't work is calling the Yandex api to translate and then send the
translation to a livecode field. Even though I de
I am working on a stack using Chinese characters and German umlauts.
On windows, pasting the clipboard into Metacard (yes) works fine; Pasting into
Livecode 9 on Linux fails (it may be my own machine's fonts' fault?)
Pasting unicode into livecode 9 on windows also works.
So I guess this is my li
This works, sort of:
put URL
"https://translate.yandex.net/api/v1.5/tr.json/translate?key=trnsl.1.1.20180527T091305Z.7f33f9fb3f66f0bb.d573f1d9a6336a981504916600c45f49255938b3&text=hello%20world&lang=en-de";
into tResult
put tResult into card field 1
--put JsonImport(tResult) into tResults
I am trying to make a call to the yandex translate api for a stack i am working
on.
i could do this pretty handily in HTML but I want to do it in livecode.
I tried working with this but using yandex api instead of google
https://stackoverflow.com/questions/35957054/is-it-possible-to-create-a-tra
I wish to install metacard as I find the current UI bloated - it often hangs
even when given propercode, and really hate the fact that new stacks and old
stacks are incompatible. I am using ubuntu. While I did find an engine and
stacks, I do not know the sudo etc. to try to install from a packag
Ugh. I am learning SQL. It is ugly. I am hoping someone has a stack which could
convert livecode statements into SQL queries. It would save me having to learn
syntax. Any thoughts are appreciated. Thank you.
___
use-livecode mailing list
use-livecode@li
There was a revolution plug in which allowed stacks to be served (I believe as
"revlets"). I know that has been cancelled, at least for now.
Meanwhile, I have installed livecode for cgi, which and it works.
I searched the internet to see if the livecode server can be used to serve
stacks somehow
11 matches
Mail list logo