Hi there,
is LiveCode-Server an extension to a webserver, to build an online App?
Is it possible to build an online App like something like a T-Shirt-Creator with PDF-Export in LiveCode?
Question about LiveCode Server
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Question about LiveCode Server
Yes. It's like PHP. You can write scripts that will be executed by your web server.DevBoyLars wrote:Hi there,
is LiveCode-Server an extension to a webserver, to build an online App?
Is it possible to build an online App like something like a T-Shirt-Creator with PDF-Export in LiveCode?
As to create dynamically with LiveCode Server PDF files, yes it's possible as well, with the Quartam PDF library (I just tried it, it's interesting).
http://www.quartam.com/
Now, if you look for a e-shop web, "all in one", you have plenty of possibilities. No need to reinvent the wheel with LiveCode Server.
Re: Question about LiveCode Server
Not sure its included in lc server, but if it is, you can open for printing to a pdf file natively. May have to try this and see if it works!
Re: Question about LiveCode Server
I've tried... No success.sturgis wrote:Not sure its included in lc server, but if it is, you can open for printing to a pdf file natively. May have to try this and see if it works!
Re: Question about LiveCode Server
K thx for the update.