parthasarathy B

parthasarathy B

  • NA
  • 927
  • 100.8k

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

Aug 25 2021 1:37 PM

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)