On-Rev Hosting and DataGrids

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
townsend
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 430
Joined: Sun Feb 13, 2011 8:43 pm

On-Rev Hosting and DataGrids

Post by townsend » Wed Jul 13, 2011 9:41 pm

What kind of objects are available in the LiveCode Server Environment?

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

Klaus
Posts: 14194
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: On-Rev Hosting and DataGrids

Post by Klaus » Wed Jul 13, 2011 10:28 pm

LiveCode Server is a server scripting environment like PERL or PHP!
But with the well known and beloved LiveCode syntax. :D

BvG
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1239
Joined: Sat Apr 08, 2006 1:10 pm
Contact:

Re: On-Rev Hosting and DataGrids

Post by BvG » Wed Jul 13, 2011 10:58 pm

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.
Various teststacks and stuff:
http://bjoernke.com

Chat with other RunRev developers:
chat.freenode.net:6666 #livecode

Post Reply