on 2021 Jun 17 2:12 PM
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
Request clarification before answering.
What will be incorrect if you do something like this?
Application.showBusyIndicator('Data is loading');
Table_1.getDataSource().getResultSet(); // one || more sources
Application.hideBusyIndicator();
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Aleksey,
thanks for your reply!
My dataset in quite large (with some extra calculations, exception aggregations, etc... in the live model). The problem is, that the code is quicker/finishes earlier than the widgets are fully loaded.
The impact is that the 'busyIndicator' is hidden earlier than expected.
User | Count |
---|---|
76 | |
30 | |
8 | |
8 | |
7 | |
7 | |
6 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.