Re: [mono-android] splash screen

2011-08-03 Thread Jonathan Pryor
On Aug 3, 2011, at 8:20 PM, Glen Hassell wrote: > Hi Jon, > I've found I'm able to build MonoDroid apps with Java 7. It's not a matter of building, it's a matter of deploying: http://lists.ximian.com/mailman/private/monodroid/2011-August/005662.html >> We've determined that Java 7 does

Re: [mono-android] splash screen

2011-08-03 Thread Glen Hassell
Hi Jon, I've found I'm able to build MonoDroid apps with Java 7. ARCH = Windows 7 X64 SP1 Visual Studio 2010 premium. *C:\>java -version* *java version "1.7.0"* *Java(TM) SE Runtime Environment (build 1.7.0-b147)* *Java HotSpot(TM) 64-Bit Server VM (build 21.0-b17, mixed mode)* It's not supporte

Re: [mono-android] get network interface list failure and P/Invoke style workaround?

2011-08-03 Thread Jonathan Pryor
On Aug 1, 2011, at 6:52 AM, Iain Mcleod wrote: > When I attempt to debug the application, it runs for a few seconds and comms > seem fine. However before long it will crash out and I get a No Source > Available page in visual studio with a crash stacktrace (below). I'm afraid > I don't know wh

Re: [mono-android] splash screen

2011-08-03 Thread Jonathan Pryor
On Jul 28, 2011, at 4:43 PM, John Murray wrote: > I have tried that but got the same problems another responder had (jarsigner > exited with code 1) Are you using Java 7, by any chance. Java 7 doesn't work with Mono for Android. (Among other things, Android doesn't appear to like Java 7's jarsig

Re: [mono-android] SetInterpolator ?

2011-08-03 Thread Jonathan Pryor
On Aug 2, 2011, at 3:30 AM, fonager wrote: > I cannot seem to find out how to use the SetInterpolator() method. It's an Interpolator property; see: https://github.com/mono/monodroid-samples/blob/master/ApiDemo/Animation/Transition3d.cs#L102 - Jon __

[mono-android] Note: Java 7 Will Not Work

2011-08-03 Thread Jonathan Pobst
Hey guys, We've determined that Java 7 does not currently work with Mono for Android, resulting in the [INSTALL_PARSE_FAILED_NO_CERTIFICATES] error. The new version of jarsigner no longer produces signed packages that Android can read. We suggest you hold off on installing Java 7 and stick

[mono-android] 2 spinners on Dialog click handling

2011-08-03 Thread John Murray
I have discovered how to get a couple of spinners on an alert dialog (put them in a xmal then inflate them ) - for anyone interested here's the crude code AlertDialog.Builder alert = new AlertDialog.Builder(this); LayoutInflater ll = LayoutInflater.From(this);

Re: [mono-android] How to have monodroid project in same soultion with windows 7 phone?

2011-08-03 Thread Jonathan Pryor
On Aug 2, 2011, at 3:28 PM, chobo2 wrote: > I have a VS 2010 solution that has a windows 7 phone project in it. > > I added a default monoandroid project and when I try to deploy it (the > emulator dialog does appear) > > I get this error > > " (SignAndroidPackage target) (1) -> > (_CompileAndr

Re: [mono-android] Tried using breakpoint in my code but no effect why ? looks like my code isnt running even if i debug it.

2011-08-03 Thread Andreia Gaita
Hi, Could you try placing the breakpoint inside the OnCreate method and testing if it stops there? A second test would be to break up the button.Click line like this: button.Click += delegate { button.Text = string.Format("{0} clicks!", count++); }; and place a breakpoint inside the delegat

Re: [mono-android] How to have monodroid project in same soultion with windows 7 phone?

2011-08-03 Thread Anthony . Coqui
Hi Chobo2, I may be wrong but it's worth a try :) Right click on the Android project and go to properties. Select [Mono Android Options] Ensure that "Use Shared Runtime" is checked. I currently have a Mono for Android project in the same solution as a WP7 and Silverlight app, so it is definitely

Re: [mono-android] Assertion at sgen-internal.c:441

2011-08-03 Thread NCSoftware
Jon, If you need any info or want to remote into my system to debug/view this issue please contact me and I'll assist you in any way I can. This is a critical error among some other stability issues that are crippling my app using Mono for Android 1.0.1. -- View this message in context: http://

Re: [mono-android] Resources from a Library Project

2011-08-03 Thread Anthony . Coqui
I too would like this ability in the future :) -Original Message- From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Ritesh Sahu Sent: Wednesday, August 03, 2011 12:30 AM To: Jonathan Pobst; Discussions related to Mono for Android Subject: Re: