On Mon, Sep 24, 2012 at 11:56 AM, orsade22 <[email protected]> wrote:

> what happens on startup is that i open a task that open connection to the
> server in the meantime the screen
> finish loading and wait for an event from the server....
> if anything goes wrong the server task send event with an error.
>
> is that good?
>

Nope. What happens if the server doesn't answer?

You need to notify the main thread when the server answers, not wait in the
main thread until the server answers.

Rolf


>
>
>
>
> --
> View this message in context:
> http://monotouch.2284126.n4.nabble.com/displayed-the-splash-screen-indefinitely-tp4657157p4657189.html
> Sent from the MonoTouch mailing list archive at Nabble.com.
> _______________________________________________
> MonoTouch mailing list
> [email protected]
> http://lists.ximian.com/mailman/listinfo/monotouch
>
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to