More notes:

I added a bunch of logging to my event handler and the result seemed to
indicate that the OnTouchEvent was being reentered.

This is strange, since I thought that the UI was single threaded.

In any case, I added:

lock (lockThis)
            {
                        Event Handler Code
            }

Now I'm no longer getting the timeout.


Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to