
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: 4396
- 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.
- 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.
- 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
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: 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!
- 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 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: 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!
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!