Skip to content

The Essentials

Ralf Bitter edited this page Aug 13, 2025 · 5 revisions

Requirements

Using ASYNergy in revIgniter Web Apps


Requirements

revIgniter 2.4.0 or higher

LiveCode server engine version 9.0 or higher

Using ASYNergy in revIgniter Web Apps

Add the following gData variable before the end body tag in your view file.

[[gData["asynergyScript"] ]]

Actually, there is another variable that points to a stylesheet that should be added in the head tag, but the use of this stylesheet is currently not implemented. This will be made up for in a later version.

[[gData["asynergyStyles"] ]]

In your controller, you just need to load the ASYNergy library like:

rigLoaderLoadLibrary "ASYNergy"

That's it! That's all you need to start using ASYNergy.

Clone this wiki locally