cancel
Showing results for 
Search instead for 
Did you mean: 

SAC Analytic Application - Wait until data fully loaded

sanpe
Explorer
3,260

Hello folks,

I'm wondering if there is a way how to determine with a code to wait/pause until the widgets are fully loaded and then continue?

In more detail: I want to run at the end of my function the code "Application.hideBusyIndicator()", but for this I have to determine somehow when the load is finished.

Any hints/suggestions would be appreciated.

Thanks.

Peter

View Entire Topic
avsalynin
Active Contributor

Then maybe add check for isEmpty() for datasource before the hideBusyIndicator()?