Re: [mono-android] MonoDroid Professional Licence

2011-12-09 Thread Miljenko Cvjetko
Hi back to this question (again) On 2011.09.21 19:08, Jonathan Pryor wrote: > On Sep 21, 2011, at 5:39 AM, Miljenko Cvjetko wrote: >> Is it legal to install/activate Professional version both on >> • Windows (VS and MonoDevelop) and >> • Mac? > As long as you register it on<= 3 machines

Re: [mono-android] cant make package when referencing a .JAR lib.

2011-12-09 Thread Piotr Kryger
Thanks, setting build action to AndroidJavaLibrary fixed my problem. 2011/12/7 Jonathan Pobst > Try changing your .jar file's build action to AndroidJavaLibrary. > > Adding the new action was supposed to be backwards compatible, > AndroidJavaSource is supposed to work for either .java or .jar, b

[mono-android] Error with MonoDroid 4

2011-12-09 Thread milop
This code was working in v1.2, but I get "System.NotSupportedException: Don't know how to convert type TicketLine to an Android.Runtime.IJavaObject" in 4.0: My class: class TicketLine { public int TicketNo {get; set;} public int LineNo { get; set; } public string It

[mono-android] calling a web reference async

2011-12-09 Thread Wally McClure
Is anyone else able to call a web reference async? I am getting the following result in the simulator and the device. When I call the exact same web reference sync with the same parameters, I don't get an error. Also, if I create a proxy manually using the silverlight sdk, I can call the w

[mono-android] Incorporating latest AdMob library (4.3.1)

2011-12-09 Thread mkowalski
I had noticed that there was an updated release of the AdMob library and was trying to incoporate that into my app but I am confused as to how to do this. The guide itself (http://code.google.com/mobile/ads/docs/android/fundamentals.html) mentions that it works on 1.5 or later, but that I should c

[mono-android] App Crashes on Samssung Galaxy SGH-1897 - Uncatchable Exception thrown by mono

2011-12-09 Thread klimaye
The app is on the store and crashes as soon as it is started. This does not happen on a host of other devices. We tested on Samsung Galaxy S2 and this did not happen. This happens on the Samsung Galaxy S1 phone. Device Spec : Phone : Samsung Galaxy SGH - 1897 Kernel : 2.6.9 Firmware : 2.1 Pleas

Re: [mono-android] App Crashes on Samssung Galaxy SGH-1897 - Uncatchable Exception thrown by mono

2011-12-09 Thread Mike Child
I'm not sure if this is the issue or not but from the device specs I take it that they device is running Android 2.1. There is a known issues with 2.1 where Samsung release a broken kernel. The following text is taking from the Xamarin web site "Warnings Warning: Samsung shipped a broken kerne

Re: [mono-android] App Crashes on Samssung Galaxy SGH-1897 - Uncatchable Exception thrown by mono

2011-12-09 Thread klimaye
Mike, Thanks for the response. That helps. Now if mono team can corroborate that. Appreciate it. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/App-Crashes-on-Samssung-Galaxy-SGH-1897-Uncatchable-Exception-thrown-by-mono-tp5062375p5062456.html Sent from the Mono

[mono-android] How to use OnProgressChanged in m4a?

2011-12-09 Thread Hernani Delindro
Hello, I'm still new to Mono for Android, and C# in general, but I would like some help on how to "translate" the following code to m4a, because I'm having trouble understanding with how listeners and callbacks are implemented in m4a. webview.SetWebChromeClient(new WebChromeClient() {

Re: [mono-android] App Crashes on Samssung Galaxy SGH-1897 - Uncatchable Exception thrown by mono

2011-12-09 Thread Alex Soto
http://android.xamarin.com/Releases/Mono_for_Android_4/Release_4.0.0 Check that page, the info you are looking for is on the bottom of it Alex El 09/12/2011, a las 11:24 a.m., klimaye escribió: > Mike, > > Thanks for the response. That helps. > > Now if mono team can corroborate that. > > Appr

Re: [mono-android] How to use OnProgressChanged in m4a?

2011-12-09 Thread Jonathan Pryor
On Dec 9, 2011, at 12:52 PM, Hernani Delindro wrote: > Hello, I'm still new to Mono for Android, and C# in general, but I would like > some help on how to "translate" the following code to m4a, because I'm > having trouble understanding with how listeners and callbacks are > implemented in m4a. >

Re: [mono-android] Incorporating latest AdMob library (4.3.1)

2011-12-09 Thread Jonathan Pryor
On Dec 9, 2011, at 11:37 AM, mkowalski wrote: > The guide itself > (http://code.google.com/mobile/ads/docs/android/fundamentals.html) mentions > that it works on 1.5 or later, but that I should compile against 3.2 (APIv13) > or later. Oof. As a Java developer, this means that if you inadvertent

[mono-android] webservices not working in release mode

2011-12-09 Thread Emiel Metselaar
I am preparing our app for release. The app talks against several sharepoint webservices. And it was behaving perfectly in debug mode, when I switched it to release mode it stopped working. To potentially spare other people the same frustrations I experienced. I want to share a small checklist 1)

Re: [mono-android] How to use OnProgressChanged in m4a?

2011-12-09 Thread Hernani Delindro
Thanks for the help. That works :) On Fri, Dec 9, 2011 at 7:24 PM, Jonathan Pryor-2 [via Mono for Android] < ml-node+s1047100n506278...@n5.nabble.com> wrote: > On Dec 9, 2011, at 12:52 PM, Hernani Delindro wrote: > > > Hello, I'm still new to Mono for Android, and C# in general, but I would > lik

[mono-android] How to reference and use a android library project apk

2011-12-09 Thread klimaye
I am looking at http://code.google.com/p/android-section-list/ as a sectioned listview implementation. How would one reference the generated apk (output of library project) with monodroid? Would I use JNI ? Please advice. Any reference material would be helpful. Thanks -- View this message i

Re: [mono-android] Incorporating latest AdMob library (4.3.1)

2011-12-09 Thread mkowalski
OK - that makes sense. I think I've seen this kind of issue come up a couple times in the mailing list i.e. the compiling against one version but running against another version. Based on what I've seen, there isn't really a conclusive list as to what to avoid so I'll assume it's mostly trial and e

Re: [mono-android] webservices not working in release mode

2011-12-09 Thread Wally McClure
Thanks for the suggestions. Unfortunately, no luck on trying these here. Results inline. Any other suggestions are welcome. Wally Date: Fri, 9 Dec 2011 21:39:23 +0100 From: edmetsel...@gmail.com To: monodroid@lists.ximian.com Subject: [mono-android] webservices not working in release mode I

Re: [mono-android] webservices not working in release mode

2011-12-09 Thread Wally McClure
Not quite sure what the issue is/was, but I changed my example to call a different web service and everything worked properly. Wally From: theevilprogram...@hotmail.com To: monodroid@lists.ximian.com Date: Fri, 9 Dec 2011 21:27:16 -0500 Subject: Re: [mono-android] webservices not working in rel

[mono-android] unable to debug in monodevelop

2011-12-09 Thread John Moore
I'm trying to debug an application from monodevelop. the app opens on the device and promptly closes, monodevelop then displays the follow message, "The connection with the debugger has been lost. The target application may have exited." Same error on an emulator. I ran across a similar issue wi

[mono-android] SimpleCursorAdapter & Managed Query

2011-12-09 Thread Nathan Blevins
Hey all, I had simple example that worked a few interations before the latest drop of Mono for Android. Basically, I have a class that queries the Booksmarks content provider and then adds those to a Simple Cursor Adapter. The code looks like this: var BookmarkCursor = ManagedQuery(Browser.Book