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
Refreshing an old discussion.
If you create your own UI elements for the QA you have a bit more control of the layout.
it's possible to squeeze in more than 5 buttons in a row (depending on how much text you want the button to have)
The pop-up works on the phone too. There is also a multi-select version of it.
The toggle control (switch - box that toggles between blue and white) works so-and-so.
I'm still playing with the image control and will come back when