I'm working on a QML based app. where I dynamically load the content. However when running the application it takes quite a long time (5-10 secs), so I need to show any loading screen or indicator while the whole content is being loaded. Can anyone suggest me how to do it ?
For example, after I login in my application it took some time to load the next page so within that period of time i want to show the loading screen.
Well my issue is when I redirect from one page to another on button click, then it takes quite a lot of time as i am loading data from server. So i want to redirect to next page quickly and then load all the content
Truptimayee,
Many samples have BusyIndicator QML, BusyIndicator QML Type | Qt Quick Controls 5.15.0, for example, the Analyze Viewshed sample, look at MyApp.qml around line 257 for BusyIndicator.
Thank you,
Erwin.
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.