Re: [mono-android] Designer and r20

2012-07-02 Thread Wally McClure
Bingo. Uninstalled it and the designer pops back up. thanks! Wally > From: j...@xamarin.com > Date: Sun, 1 Jul 2012 22:36:41 -0400 > To: monodroid@lists.ximian.com > Subject: Re: [mono-android] Designer and r20 > > On Jul 1, 2012, at 10:07 PM, Wally McClure wrote: > > I installed the Google An

Re: [mono-android] Webrequests, architecture and memory management.

2012-07-02 Thread Jonathan Pryor
On Jul 1, 2012, at 11:16 PM, Liam Houlahan wrote: > 1. Calling the GC did help with things however because the GC takes a > millisecond or whatever to execute the UI suffers and gets a stutter effect. > Is there a way to avoid this? My usual advice is to call it within Activity.OnDestroy(), as t

Re: [mono-android] Issue with XmlSerializer

2012-07-02 Thread Matthew Leibowitz
Just a question, is there any way to get some sport of list of removed members and types? On Jul 1, 2012 11:12 PM, "Jonathan Pryor" wrote: > On Jun 27, 2012, at 12:47 PM, Pattt wrote: > > I’m linking with « sdk and user assemblies », exactly as requested here: > > That link doesn't work for me, s

Re: [mono-android] What's up with 4.2.3 debugging?

2012-07-02 Thread Matthew Leibowitz
Or you can upgrade to VS 2012 - the RC version works well On Sun, Jul 1, 2012 at 6:08 PM, Darren wrote: > I cannot seem to reach breakpoints in anything but the primary thread. Is > that the common theme to this problem? Am I supposed to do something > "special" to debug a secondary thread? I

Re: [mono-android] What's up with 4.2.3 debugging?

2012-07-02 Thread Darren Abbott
I'll give that a shot. Thanks! Darren On Mon, Jul 2, 2012 at 3:09 AM, Matthew Leibowitz wrote: > Or you can upgrade to VS 2012 - the RC version works well > > > On Sun, Jul 1, 2012 at 6:08 PM, Darren wrote: > >> I cannot seem to reach breakpoints in anything but the primary thread. Is >> that

Re: [mono-android] JNIEnv.FindClass works in Visual Studio, Null Object Exception in MonoDevelop

2012-07-02 Thread jh092
Ah, now this is interesting thank you Jon... Changing that signature type to a JNI type instead of a Java type as you suggested has fixed the issue. Let's just say I would never have found that Did you still want a bug report? -- View this message in context: http://mono-for-android.104710

Re: [mono-android] JNIEnv.FindClass works in Visual Studio, Null Object Exception in MonoDevelop

2012-07-02 Thread Jonathan Pryor
On Jul 2, 2012, at 6:39 AM, jh092 wrote: > Changing that signature type to a JNI type instead of a Java type as you > suggested has fixed the issue. ... > Did you still want a bug report? Maybe. That's probably an Android version issue; I'll guess that the emulator you were targeting with Visua

Re: [mono-android] Issue with XmlSerializer

2012-07-02 Thread Jonathan Pryor
On Jul 2, 2012, at 12:45 PM, Matthew Leibowitz wrote: > Just a question, is there any way to get some sport of list of removed > members and types? ildasm/monodis/monop are your friends. :-) For example, bin\Release\AssemblyName.dll will be the original (unlinked) assembly, while obj\Release\an

Re: [mono-android] Issue with XmlSerializer

2012-07-02 Thread Jonathan Pryor
On Jul 2, 2012, at 12:55 PM, Pattt wrote: > Sure ; I’m attaching the source code of the some missing classes. If you really want to Link All Assemblies, then you'll need to add [Preserve(AllMembers=true)] to: BusInfo.cEH BusInfo.cEHEvent BusInfo.evGetNextTripList_SM_v1

[mono-android] Resources/Values-large Folder Error

2012-07-02 Thread Steve Sharrock
I currently have VS2010 (M4A 4.2.3) projects which all have 4 folders for Values that each contain a different Styles.xml file. Resources/Values-xlarge Resources/Values-large Resources/Values-normal Resources/Values-small All has been working fine in the past. But now, a device with 480x854 (Dr