Hi experts,
it is possible to work with treads in wdj 04s? I want to reder the ui in one therad and another one should read the data from serveral webservices! After all webservice cals are finished the data should be shown on the ui.
Example:
1. User start process -> User see the UI and a progressbar
2. In background the wervice get the data
3. User see the improvement
How it is possible?
It ist not possible withe the progress bar ui element because I always lost one second between the calls....