Re: [mono-android] Help with Activity.Finish

2012-01-03 Thread Jonathan Pryor
On Dec 30, 2011, at 12:41 AM, NebulaSleuth wrote: > I have an Activity that starts a second activity using > StartActivityForResult(). > > The second activity starts fine, and then spawns a thread to do some work. This seems like a very strange design. Activities are for the user, e.g. if you w

Re: [mono-android] Help with Activity.Finish

2011-12-30 Thread caruso
My suggestion is, that the debugger Logcat has some more information for you. Have you made a function that is triggered if the Thread is done had you worked with breackpoints and go step for step to the next functions. That could bring you some more information. Make a Log.Debug before you fini

[mono-android] Help with Activity.Finish

2011-12-29 Thread NebulaSleuth
I have an Activity that starts a second activity using StartActivityForResult(). The second activity starts fine, and then spawns a thread to do some work. When the work is complete I want to return to the calling Activity by calling SetResult() and Finish(). The problem is control doesn't retur