Re: [mono-android] Updating textview from a thread

2012-11-27 Thread JM_SH
Hello. I will try your answer wilson. One thing I think is that it crashes because I was calling the runonuithread inside of the thread method. Maybe writting it out will run. I will post my succeess or fail :). Thanks! -- View this message in context: http://mono-for-android.1047100.n5.nabbl

Re: [mono-android] Updating textview from a thread

2012-11-24 Thread Paul Johnson
Hi, I keep on my training over mono and I have a new issue. I need to update the text within a textview from a thread. In .net I woul do a delegate, and i woul use the Invoke method, but here i can´t use that way, i have been looking but I did´t get the way. Thing with monodroid is that you ne

[mono-android] Updating textview from a thread

2012-11-24 Thread JM_SH
Hi all again, I keep on my training over mono and I have a new issue. I need to update the text within a textview from a thread. In .net I woul do a delegate, and i woul use the Invoke method, but here i can´t use that way, i have been looking but I did´t get the way. Can anyone help me. Thanks in