Tagged Questions
1
vote
4answers
1k views
Displaying a “Please Wait” Dialog for a Non-Thread Safe task
I am using 3rd party library and some of the functions of the library take a long time to execute so I want to display a "Please Wait" dialog while the functions are busy.
Normally I would do ...