Hello,
I have to use Labels at different locations on multiple screens. And they all are going to hold the same text.
For that I created a component and made the duplicate Labels as needed. Now, I want to update the text of all labels belong to particular component at once through code.
For this your require only one label and move it between screens on load.
Ofcourse in code, Squareline dont support load screen management, only setup event for this.
Use more or components is waste resources.
That’s strange.
So, I’m stuck with similar problem.
I want to display notification bar on top of all the screens and have to globally update multiple widgets corresponding to notification bar at once.
It won’t be good approach to manually update notification bars on all screens.
As i write before, create only one bar and on every screen change parent of bar in onload func. Simple explain create bar on screen1 and all other leave black place for this bar. On screen switching is ONE bar moved to new showe screen.
Hello!
Thanks for replying!
It’s working. Now I’ll have to change the parent of the panel and load the screen manually. Earlier I was changing screens directly via SLS.
Hoping SLS team to get this feature added.