Hi,

I've got code in the ViewWillAppear (have tried ViewDidAppear also) that sets 
some text on the screen. It then starts a new thread, which makes a webservice 
call and then invokes the main thread to update the screen with newer 
information.

My UI thread doesn't appear to be locked, because I can move the picker view 
wheel, but the text changed in the ViewWillAppear does not change until after 
the thread calling the web service returns - and this can be a considerable 
length of time.

Is there something I can do to force the text to update before the web service 
call?

Dino
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to