Question
Accenture GmbH
DE
Last activity: 2 Aug 2018 8:47 EDT
Load Data Page thread join with main thread
I have an activity , which calls Load-Datapage D_ABC. A new requestor runs the datapage as a background process. D_ABC is a complex datapage and takes long time to execute. Main thread finishes processing and waits for D_ABC to finish loading. UI freezes till the loading is completed.
1. Is there a way to avoid UI freeze and load the data while the background requestor is still executing ?
If I use connect-wait after load-datapage , main thread keeps waiting. With out connect-wait after Load-Datapage method , D_ABC runs in the background.
2. I would like to know if Is there a possibility to merge this data back to main thread with out connect-wait and show it in UI ?
Many Thanks.