Hey, In the main thread I need to do the following:
- Create a second thread where I'll show a modal form that will act as an "activity indicator"
- Start a task (this task MUST be executed from the main thread)
- Close the modal form created in the second thread.
The question is that I don't know how to show a modal form and not stop the main thread.
Any suggestion?