Re: [mono-android] Modal window

2012-04-10 Thread Jonathan Pryor
On Apr 10, 2012, at 3:37 PM, Paul Johnson wrote: > The bottom example is simple enough to port to C#, but I have a few questions. > > 1. > private Method mMsgQueueNextMethod = null; > private Field mMsgTargetFiled = null; > > By the looks of it mMsgQueueNextMethod is kind of like an Intent ore th

[mono-android] Modal window

2012-04-10 Thread Paul Johnson
Hi, I've found this on stackoverflow on implementing a modal window... http://stackoverflow.com/questions/6120567/android-how-to-get-a-modal-dialog-or-similar-modal-behavior The bottom example is simple enough to port to C#, but I have a few questions. 1. private Method mMsgQueueNextMethod =