Page 1 of 1

On-Rev Hosting and DataGrids

Posted: Wed Jul 13, 2011 9:41 pm
by townsend
What kind of objects are available in the LiveCode Server Environment?

Can I use LiveCode DataGrids? Or is there something comparable?

Re: On-Rev Hosting and DataGrids

Posted: Wed Jul 13, 2011 10:28 pm
by Klaus
LiveCode Server is a server scripting environment like PERL or PHP!
But with the well known and beloved LiveCode syntax. :D

Re: On-Rev Hosting and DataGrids

Posted: Wed Jul 13, 2011 10:58 pm
by BvG
What Klaus said means:

revServer produces text files, and the most useful usage of that is to serve html text files from a web server.

If however you meant the plugin architecture for web deplyoment. The plugin works similar to the flash plugin in a way. So yes, datagrids do work there, as do most things. If I remember correctly, you cannot open new windows, because you're confined to the plugin area.