I have some code that returns an event on a different thread. This is
causing all sorts of problems, so I would like to just call a method on the
main thread of the app and eliminate the second thread. The very first thing
I want to do anyway is show a modal window so I don't need a second thread.
Being that I know very little about threads can anyone gimme a solutions.
Thanks,
Michael Culley
causing all sorts of problems, so I would like to just call a method on the
main thread of the app and eliminate the second thread. The very first thing
I want to do anyway is show a modal window so I don't need a second thread.
Being that I know very little about threads can anyone gimme a solutions.
Thanks,
Michael Culley
Comment