Putting an app on a website
Posted: Fri Feb 19, 2021 6:25 pm
I am working on an app and my client asked if it could reside on their website. How would one go about doing something like that?
Tom
Tom
Questions and answers about the LiveCode platform.
https://www.forums.livecode.com/
I would say it depends. IF Klaus didn't nail it already, and you really meant you want to store the stack on the server and distribute the exe. so that it uses the stack on the server as part (or all) of the main application, you would use code similar to "go url "the address of the stack" or, possibly "start using stack ..."
Is the client asking to have your desktop or mobile app downloadable from a web site, or to rewrite the native application so it can run within the confines of a web browser window?
The web and the desktop as such vastly different creatures that there is no easy way to transform a native app into a web app.
Determining which version to download based on platform is easily solvable.trags3 wrote: ↑Fri Feb 19, 2021 9:39 pmHi Richard,
The App I am writing is relatively simple. I have a number of screens that accept data into fields. When all the screens are completed (maybe 8 to 10) I populate a form. I then print the form to a PDF file that can then either be printed out or emailed.
If the App can be downloaded to a Windows or Mac computer from a website that would be ideal. I assume I would need 2 different downloads, an exe file and a Mac app. I just am not sure that works. The download you sent a link to works great on my Mac. Haven't tried on Windows.
What issues have you run into LC's print to PDF?I would think I probably need to do something to make the "print to PDF" function work.
You're most welcome! Glad to help.Thanks for the Picture idea that will work for us.