When I start my app, there is a quick flickering happening. I recorded it in slow-motion, and then you can see how the label widget is put in place with the standard text “Label:”, text is changed and finally re-positioned correctly.
Video clip on youtube
What I want, is for everything to popup in it’s correct position from the beginning.
This is the code I’m using;
on openCard
set the lockScreen to true
unlockLayout
updateLayout the long id of this card, true
lockLayout
set the lockScreen to false
end openCard
I also tried
lock screen
...
unlock screen
without success. I’m using Create 1.0.0-dp-8 on Mac.
Any ideas?