Flickering label widget - lock screen doesn't help

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?

Hi @tom thanks for the post!

Sorry to hear you’re having trouble with responsive layout. I don’t have permission to access the video, could you possibly adjust the viewing privileges and I’ll get someone to look into it?

1 Like

Sorry! Should be visible now.

Thank you! I’ve passed it onto a developer to look at. Are these issues new to dp-8 or are they present in previous versions too?