If you are looking to freely place components in a view, you will likely need a coordinate view/container. Alternatively, you can use lots of embedded flex containers to get the desired grid layout.
Unfortunately, the example you are using is for Vision which is not part of Maker Edition. Maker contains Perspective which was only released in v8.0+. You may find this more useful, but it does not specifically answer your question. Depending on what you are looking to animate, you will likely need to use some form of animation or css styling.
For part 2, have a go and if you get stuck post back here with your example and we can work through it together
Hmm, is there a way to program it to switch between 2 styles ?
Like when there is no Active & Unacknowledged Alarm, it just stay normal like plain white then when it receives an Active & Unacknowledged Alarm, it will flash red ?
So the coordinate view/container allows such freedom to place containers, been using Embedded Views for most of them and realized there’s always a Scroll bar beside them… making it look quite untidy and unpleasant. I will try that out thank you.
Was kind of hoping to make like one label to flash red if there’s an active & unacknowledged alarm, I tried to configure PGriffith Flashing style which works well enough for the flashing effect with animate, but I think I might need it not to be active when there’s no active & unacknowledged alarm
You can bind the style property of the label based on the alarm status of the tag. Simply remove the flashing style when the alarm is inactive, and then add the style when it is active.
I may be able to produce an example in an hour or so after I’ve put the little one to bed if you think that would be helpful?