[mono-android] Drawable.CreateFromStream returning null

2011-11-06 Thread HSSoftware
I am having INTERMITTENT trouble with Drawable.CreateFromStream returning a null. My code retrieves an image file off the web, stores it into a MemoryStream, and then makes the call to Drawable.CreateFromStream passing the memory stream. Sometimes, with the same image, that call will work, and som

Re: [mono-android] Drawable.CreateFromStream returning null

2011-11-06 Thread HSSoftware
Sorry, I forgot to mention that I am running MFA 1.9.2., on a Droid X with 2.3.3 -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Drawable-CreateFromStream-returning-null-tp4968597p4968600.html Sent from the Mono for Android mailing list archive at Nabble.com. __

[mono-android] HttpURLConnection to local web server from phone

2011-11-06 Thread Lomicka
Greetings. I have a small application that I am trying to test and debug. It simple uses HttpURLConnection to POST data to a web web service I have running on my local dev box. The HttpURLConnection on the phone cant resolve the local dev boxes' machine name - it keeps going to the web not the n

Re: [mono-android] Android Compatibility Package

2011-11-06 Thread Atsushi Eno
Hello, Yes there is a plan and some working code that takes arbitrary jar library, but it does not mean it should work on *any* library yet. There are not a few constraints that blocks importing (e.g. there are constraints on ItemizedOverlay in our Google Maps binding). And compatibility.jar is a

Re: [mono-android] Bug tracker

2011-11-06 Thread Atsushi Eno
sound wrote: > > Do you have any public bug tracker where users can post errors ? > Yes, there is: http://bugzilla.xamarin.com/ (browse "Mono for Android" bugs) Atsushi Eno -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Bug-tracker-tp4961360p4969914.html Sent

[mono-android] Calling arbitrary web services

2011-11-06 Thread cgraus
We have an application which we want to write some supporting mobile apps for. The idea is that if you buy our app, it comes with a web service, and you will host that service on your server, so it has access to your data store and can be used to provide access to your data. Therefore the interfa

[mono-android] Hello world opens but then just closes?

2011-11-06 Thread meyvn77
I am trying to get the "Hello world" droid application to run in the emulator. The applicaiton icon shows in the Apps of the emulator but when I press it it opens but no buttons and no hello world. I am using the code as is from the site. This occurs in both MonoDeveloper and VS 2010 w/ plug-in. Al

Re: [mono-android] Mono for Android 1.9.2 Preview Released

2011-11-06 Thread sound
In previous versions I have used JNIEnv::GetObjectRefType() to identify object type and remove it. Android.Runtime.JObjectRefType is internal, so how i can implement this functionality now? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Mono-for-Android-1-9-2-Previ

[mono-android] After update to 1.9.2 my VS periodically dies when trying to debug

2011-11-06 Thread sound
Exception Type: System.NullReferenceException Exception Message: Object reference not set to an instance of an object. Exception Stack Trace:at MonoTools.Engine.MonoToolsSession.OnDebuggerException(Exception ex) at Mono.Debugging.Client.DebuggerSession.HandleException(Exception ex) at Mon

[mono-android] Bug tracker

2011-11-06 Thread sound
Do you have any public bug tracker where users can post errors ? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Bug-tracker-tp4961360p4961360.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Mon

Re: [mono-android] Calling arbitrary web services

2011-11-06 Thread Tim Kelly
Web service is just a URL and we dynamically build them all the time. Matter of fact we use a random number generator. For example, we have 20 websites and we us ws_x.hostURL.com. ws_0 ws_1 ws_2 etc etc we also dynamically build the hostURL too. Note however, we dropped web services in our an

Re: [mono-android] running emulator VDs

2011-11-06 Thread Tossing, Chris
I just wanted to mention that ever since upgrading to 1.9.2 from 1.2, I seem to have had issues where a running emulator will not show up in the list of deployable devices, and I will have to start the same emulator image that is already running in order to deploy. I assumed that it was just a

Re: [mono-android] Calling arbitrary web services

2011-11-06 Thread cgraus
Thank you Tim, that's super helpful info at this stage of our development cycle. On Mon, Nov 7, 2011 at 12:57 PM, Tim Kelly [via Mono for Android] wrote: > Web service is just a URL and we dynamically build them all the time. > Matter of fact we use a random number generator.  For example, we hav

[mono-android] Sharing code between iOS, Android and Windows Phone

2011-11-06 Thread Steven Pack
Hi All, I'm using Xamarin, specifically because I'd like to share as much code as possible between the platforms. I've noticed I can only reference library projects that target "Mono for Android x.x". I'd hoped to be able to simply create a Mono class library and only use the classes supported by