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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo