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!![]()
Search found 7 matches
- 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: 5238
Re: Do we have a plan to add more AI related functions?
- 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: 10279
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.
- 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: 5238
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.
- 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: 10279
how can I delete the shadow color of the text
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
- 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: 7512
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
- 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: 7512
Re: how can run a LC script code in my standalone APP
Thanks a lot !
SparkOut wrote: Wed Nov 14, 2018 5:13 pmCode: 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
- 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: 7512
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!
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!