What kind of objects are available in the LiveCode Server Environment?
Can I use LiveCode DataGrids? Or is there something comparable?
On-Rev Hosting and DataGrids
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: On-Rev Hosting and DataGrids
LiveCode Server is a server scripting environment like PERL or PHP!
But with the well known and beloved LiveCode syntax.
But with the well known and beloved LiveCode syntax.

Re: On-Rev Hosting and DataGrids
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.
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.
Various teststacks and stuff:
http://bjoernke.com
Chat with other RunRev developers:
chat.freenode.net:6666 #livecode
http://bjoernke.com
Chat with other RunRev developers:
chat.freenode.net:6666 #livecode