[mono-android] Introducing the Xamarin Mobile API Preview

2011-11-22 Thread Eric Maupin
With MonoTouch and Mono for Android, you can already share a huge portion of your code across iOS, Android and Windows Phone. There is, however, this middle ground of APIs that are present in all three platforms, but you can't share your code that utilizes them. You currently have to write separate

[mono-android] CommonApplicationData Access Denied

2011-11-22 Thread Steve Sharrock
I'm trying to write a common file that three of our MonoDroid applications can all read/write. I tried the following directory: string p = System.Environment.GetFolderPath( System.Environment.SpecialFolder.CommonApplicationData ); I get an exception saying that part of the path is not found, and

Re: [mono-android] waiting for result from runonuithread

2011-11-22 Thread Tossing, Chris
My pleasure. I'm glad I could help. Chris Tossing Software Engineer Touchcom A G4S Technology Company Direct Dial: +1 (781) 457-0779 Cell:+1 (847) 942-0359 ctoss...@touchcominc.com www.touchcominc.com 21 North Aven

Re: [mono-android] LogCatControl - format problem - vs2010 plugin

2011-11-22 Thread Jonathan Pobst
This is already fixed for 2.0. Thanks for reporting it! Jonathan On 11/22/2011 3:14 AM, Stuart Lodge wrote: > Hi > > I'm seeing this error reported by Vs2010 quite frequently - causes a > VS2010 restart :( > > Hope the partial stack trace helps... > > Stuart > > Exception Type: System.FormatExc

Re: [mono-android] waiting for result from runonuithread

2011-11-22 Thread Martyn Wendon
Thanks, that works perfectly! Martyn From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Tossing, Chris Sent: 17 November 2011 13:27 To: Discussions related to Mono for Android Subject: Re: [mono-android] waiting for result from runonuithread

[mono-android] LogCatControl - format problem - vs2010 plugin

2011-11-22 Thread Stuart Lodge
Hi I'm seeing this error reported by Vs2010 quite frequently - causes a VS2010 restart :( Hope the partial stack trace helps... Stuart Exception Type: System.FormatException Exception Message: String was not recognized as a valid DateTime. Exception Stack Trace:at System.DateTimeParse.Parse

Re: [mono-android] map view fitBounds

2011-11-22 Thread Tomasz Cielecki
I use this method to center around items in my itemized overlay: https://gist.github.com/1385260 On Mon, Nov 21, 2011 at 4:54 PM, El-Sayed Mohamed wrote: > yes > > -Original Message- > From: monodroid-boun...@lists.ximian.com > [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Toma