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
So the capricious QA UI view is not always easy to understand....
Ex. If we have a slider where we can change a value between 0-100.
Then we also have a button that sets the same slider to the value 50 with self:updateView('slider','value','50')
The problem is:
1. We press button, slide sets to 50
2. We move the slider to another value, ex 25
3. We press the button again to reset the slider value to 50, nothing happens.
The reason seems to be that