-
Notifications
You must be signed in to change notification settings - Fork 0
The Essentials
Ralf Bitter edited this page Aug 13, 2025
·
5 revisions
Using ASYNergy in revIgniter Web Apps
revIgniter 2.4.0 or higher
LiveCode server engine version 9.0 or higher
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.
ASYNergy USER GUIDE