1
Answer

Loading image is not showing in OnStart event of the Canvas App.

Hi all,

I am setting Loading image true and false in the OnStart event of the Canvas app and using that variable in the visible property of the image , but the loading gif image is not showing while app loading.

Any help would be appreciated. Thanks in Advance!

Code below

OnStart event
//Display Loading Screen
Set(
    LoadingSpin,
    true
);

Other Formulas
//hide Loading Screen
Set(
    LoadingSpin,
    false
);
Answers (1)