Re: [mono-android] Encrypted Database

2011-08-21 Thread Aaron Knabb
This looks really interesting. I'll take a look at it. Thanks, -Aaron ***This e-mail message is intended only for the named recipient(s) above. It may contain information that is confidential and/or privileged and protected by applicable trade-secret law. If you are not the intended recipient, you

Re: [mono-android] Consumer closed input channel

2011-08-21 Thread SplendidCRM
The problem is frustrating because I don't have any more information on the problem. Is there any other logging information that can be enabled? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Consumer-closed-input-channel-tp4650571p4721020.html Sent from the Mono

Re: [mono-android] Detecting Keystokes

2011-08-21 Thread John Murray
Not sure if you're looking for this or just keyboard presses but it might help I picked this code up off somewhere (android I think) and adapted it from the java It works fine in a test app Other than that if you're after key presses you might simply construct a kepress listener -- not sure if thi