In Revolution 1.1 I am able to receive cgi information indirectly from Apache via a program called acgi diapatcher which sends an appleevent to Revolution (and my current stack). I use the stack as a web application to generate dynamic htmls. I can run stacks in the development mode which makes it very easy for debugging. In Revolution 2 and above the appleevent is passed to Revolution (I think), but I can't capture it in my stack. Was this capability taken out of 2.2? I'm sure there are much more direct ways of doing this, but for now I'd just like to be able to run 2.2 with my legacy stacks.
It should still work the same way, just as it always has. You need an appleEvent handler to catch the message, of course.
-- Jacqueline Landman Gay | [EMAIL PROTECTED] HyperActive Software | http://www.hyperactivesw.com _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
