oskrypuch Posted April 27, 2022 Posted April 27, 2022 (edited) Just discovered the default settings page, for NULL, =0 and POSITIVE colors, wish I had noticed that earlier, would have saved me a bunch of time! But, a request, can you also add a custom default color for value is NEGATIVE. Why? I have defined the value -1 as $xc_True (0 as $xc_False), and use that for all my boolean variable states. -1 comes from the old days when boolean TRUE was always all bits set to 1, so with a signed integer it would be -1. Adding the above should be relatively easy. Perhaps you could also consider adding a custom default color for user defined values too -- although that would need a bit of a UI change. FWIW, I'm in the Beta channel on android. * Orest Edited April 27, 2022 by oskrypuch
Javi Posted April 27, 2022 Posted April 27, 2022 Hi @oskrypuch, I added variants of your request to our issue tracker, we have a few higher priority items in the works, so it may be some time. https://github.com/UniversalDevicesInc/UD-Mobile-Android/issues/30 https://github.com/UniversalDevicesInc/UD-Mobile-Android/issues/31 1
oskrypuch Posted April 27, 2022 Author Posted April 27, 2022 Lots of cool stuff coming is good. Thanks in any case. * Orest
oskrypuch Posted September 14, 2022 Author Posted September 14, 2022 (edited) Quote Just discovered the default settings page, for NULL, =0 and POSITIVE colors, wish I had noticed that earlier, would have saved me a bunch of time! But, a request, can you also add a custom default color for value is NEGATIVE. Any headway on this one? * Orest Edited September 14, 2022 by oskrypuch
Javi Posted September 14, 2022 Posted September 14, 2022 9 hours ago, oskrypuch said: Any headway on this one? * Orest Not yet. It's about 1-2 days of work as color its part of the Status SQL query. Being that most nodes have status values greater than 0 this is low priority. The custom mapped should work in this case, but understand it's a lot of work for many variables. The color picker will likely come first, after some other items on our list. 1
oskrypuch Posted September 14, 2022 Author Posted September 14, 2022 Thanks for the report, and for all your work. * Orest 1
Recommended Posts