A thread to share some coding techniques for QuickApps?
Because QAs are "long running scenes" (they don't have to be loaded and restarted for every event) - it is actually worthwhile to build up a library of "nice to have" code and include them in QAs.
Please login or register to see this link.
Please login or register to see this link. s
Please login or register to see this link.
Please login or register to see this link. client
List of posts:
Introduction to the QuickApp ana
Another topic that is not HC3 specific - but relevant again because the http functions moved from scenes to VDs (or QuickApps).
Disclaimer: a long post...
In VDs there used to be FHTTP function that was synchronous. I.e. the call (:GET :POST etc) returned the result immediately.
Please login or register to see this code.
In QuickApps we have the net.HTTPClient() function that used to be in scenes on the HC2. net.* are asynchronous. The request returns immediately and we provide ca