How Display loading... icon, only if app not fully loaded?

I have this loader icon
image

How i can display this loader icon when app initializing... and when it's fully loaded then must disappear.

Use 2 Vertical arrangements. One will be used as "splash screen" and will contain the image and the other will be used as main screen. You will also need a clock component. Set clock's time interval to 2-3 seconds (2000-3000ms) and VA1 visible to true and VA2 visible to false. When clock timer, set clock enabled to false and change visibility in arrangements.

See also @ChrisWard examples in ProfessorCad: Snippets

1 Like

Dora, Thank you very much!
For now I'm using This