Search found 8 matches

by danieg
Sun Aug 01, 2021 1:43 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Why is LiveCode not recognized more as an app developer language?
Replies: 176
Views: 646771

Re: Why is LiveCode not recognized more as an app developer language?

I think you might mean "promotion of the product" rather than "support of the product" is lacking. But even if that's what you mean, I don't think we (the users) are in a position to judge whether or not LC Ltd are sufficiently active/effective in promoting the product. What data do we have on whic...
by danieg
Sun Aug 01, 2021 10:09 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Why is LiveCode not recognized more as an app developer language?
Replies: 176
Views: 646771

Re: Why is LiveCode not recognized more as an app developer language?

Hi everyone. First of all, I want to apologize for my writing. English isn't my first language. This forum is really great, and help is always only a key press away. Many thanks to everyone who gave up their free time to make this forum possible. It is mostly painful to have an idea or a broad outli...
by danieg
Thu Oct 31, 2019 9:35 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Dynamic webapp/website
Replies: 13
Views: 7871

Re: Dynamic webapp/website

Sorry for not responding sooner. Thanks guys. I was thinking about a html standalone. But my project calls for a LC chatbot on any webpage. Using sockets would be a better solution I think. The chat engine was written in C++. They had an example of a chatbot on a webpage using "php".and sockets. Can...
by danieg
Wed Oct 30, 2019 10:23 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Dynamic webapp/website
Replies: 13
Views: 7871

Re: Dynamic webapp/website

bogs wrote:
Wed Oct 30, 2019 10:03 am
Um, his question appears to be how to implement a chatbot in a dynamic website, or web app, with *all* of it being built in Lc.
Yes. Everything in Livecode. Chatbot on normal website with dynamic response and content fed to it. Maybe venture to Wordpress later on and perhaps use JSON API.
by danieg
Wed Oct 30, 2019 9:04 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Dynamic webapp/website
Replies: 13
Views: 7871

Dynamic webapp/website

When building a website an/or webapp in livecode, can I do a dynamic update like whats possible with jquery?
.
Purpose is for a chatbot implementation I have in mind.
by danieg
Fri Sep 20, 2019 7:33 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Load stack from server to mobile
Replies: 14
Views: 8740

Re: Load stack from server to mobile

This from another site: (for iOS apps) "Select the app you wish to download and after it finishes, go into Settings > General > Device Management and trust the developer certificate. And voila, the app should work and be ready to go." Its called sideloading an app. If we can update an app by loading...
by danieg
Thu Sep 19, 2019 11:42 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Load stack from server to mobile
Replies: 14
Views: 8740

Re: Load stack from server to mobile

Thanks Klaus.

So loading external code possibly as a substack can yield added cards complete with objects like buttons, etc
without compiling in Android Studio first?
by danieg
Thu Sep 19, 2019 8:02 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Load stack from server to mobile
Replies: 14
Views: 8740

Load stack from server to mobile

Hi all,

Is it possible to load a stack from server to an already existing mobile app? (go stack)