Search found 7 matches

by longzexd
Sun Nov 18, 2018 4:03 pm
Forum: Off-Topic
Topic: Do we have a plan to add more AI related functions?
Replies: 5
Views: 4396

Re: Do we have a plan to add more AI related functions?

Klaus wrote:
Sun Nov 18, 2018 3:57 pm
MORE AI functions in LC?

Please name at least one already existing AI function in LC! :D
:oops: sorry for that, I should remove the word "more".
by longzexd
Sun Nov 18, 2018 3:57 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: how can I delete the shadow color of the text
Replies: 15
Views: 8485

Re: how can I delete the shadow color of the text

Thanks all, I don't know why my text has shadow color, however, After I deleted the old one and drag a new label. then everything is fine.
by longzexd
Sun Nov 18, 2018 3:38 pm
Forum: Off-Topic
Topic: Do we have a plan to add more AI related functions?
Replies: 5
Views: 4396

Do we have a plan to add more AI related functions?

I think LC is very friendly to deal with data and since the most successful scenario for python is AI, why LC did not add more function related with AI, it will be very interesting and attractive for engineers.
by longzexd
Sun Nov 18, 2018 1:02 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: how can I delete the shadow color of the text
Replies: 15
Views: 8485

how can I delete the shadow color of the text

sreen.png
how can delete the shadow white color of my text in the field, I set the background to the dark blue color, then I see the shadow color, Thanks
by longzexd
Thu Nov 15, 2018 3:56 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: how can run a LC script code in my standalone APP
Replies: 7
Views: 6184

Re: how can run a LC script code in my standalone APP

yes, it will lost some edit tools functions, however I just want the user to master some basic LC script grammar. Thanks!
jmburnod wrote:
Wed Nov 14, 2018 7:31 pm
Hi longzexd,
The idea is attractive but you have to consider you will lost edit tools (indentation for loop, search tools ...)
Just a thought
Best regards
Jean-Marc
by longzexd
Thu Nov 15, 2018 3:53 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: how can run a LC script code in my standalone APP
Replies: 7
Views: 6184

Re: how can run a LC script code in my standalone APP

Thanks a lot !
SparkOut wrote:
Wed Nov 14, 2018 5:13 pm

Code: Select all

put field "codeSnippet" into codeSnippet 
-- SANITISE THE CODE SNIPPET
-- check for bad code, whether accidental or deliberate
-- then once you have code that is safe to run,
do tCodeSnippet
by longzexd
Wed Nov 14, 2018 5:00 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: how can run a LC script code in my standalone APP
Replies: 7
Views: 6184

how can run a LC script code in my standalone APP

Hello everyone:
Just for education purpose, I want to develop an APP which can run a piece of LC script code and output the results, such as in the main window, the user types some LC code and press one button labeled with "Running ", then output the results. Thanks!