Re: [mono-android] new project types in 4.1

2012-05-02 Thread Jonathan Pryor
On May 2, 2012, at 3:45 AM, johnHolmes wrote: > my first attempt to "sanitize" the return type was > > path="/api/package[@name='com.openfeint.internal.vendor.org.codehaus.jackson']/class[@name='JsonNode']/method[@name='getElements']" > name="managedReturn">IEnumerable > > i will try with

Re: [mono-android] new project types in 4.1

2012-05-02 Thread johnHolmes
Hi Jon, my first attempt to "sanitize" the return type was IEnumerable i will try with your suggested code. Just one thing, am I supposed to use "*managedReturn*" or "*return*" for the *name *attribute? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/

Re: [mono-android] Mono for android check installed version

2012-05-02 Thread chetan
Don't know. With Warm Regards, Chetan Madbhavi The Banyan International. -Original Message- From: Jonathan Pryor Sender: monodroid-bounces@lists.ximian.comDate: Tue, 1 May 2012 15:03:45 To: Discussions related to Mono for Android Reply-To: Discussions related to Mono for Android Sub

[mono-android] Debugging with VS 2010

2012-05-02 Thread Joel Low
Hello there, I've downloaded the trial of MonoDroid and it does look like a very promising project: I'm really enjoying using it. However, there's a nasty bug when debugging with VS: any exception triggered on the emulator would cause VS to crash (with the faulting module being vsdebug.dll). This

[mono-android] AIDL

2012-05-02 Thread Tom Opgenorth
Anybody have any experience / insight to adding an AIDL to their MfA project? Not finding much out there. -- http://www.opgenorth.net ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listin

Re: [mono-android] Link to libmonosgen-2.0.so in emulator

2012-05-02 Thread Rodrigo Kumpera
On Thu, Apr 26, 2012 at 3:44 PM, fmcicreate < filipe.m.card...@icreateconsulting.com> wrote: > > Jonathan Pryor-2 wrote > > > > Does this happen on mono/linux or mono/OSX? Or just on Android? > > > > Could you please file a test case so that we can investigate? > > > > I tested on windows with thi

Re: [mono-android] More about licensing

2012-05-02 Thread Miljenko Cvjetko
Hi Jon On 2012.05.02 17:04, Jonathan Pryor wrote: On May 2, 2012, at 3:36 AM, Miljenko Cvjetko wrote: Because of designer I'm using MonoDevelop more and more and came accross deploying/licensing question again. According to http://support.xamarin.com/customer/portal/articles/177037-can-i-use-

Re: [mono-android] More about licensing

2012-05-02 Thread Jonathan Pryor
On May 2, 2012, at 3:36 AM, Miljenko Cvjetko wrote: > Because of designer I'm using MonoDevelop more and more and came accross > deploying/licensing question again. > > According to > http://support.xamarin.com/customer/portal/articles/177037-can-i-use-my-license-on-more-than-one-machine- > > It

Re: [mono-android] ResolveLibraryProjectImports task fails when referencing library

2012-05-02 Thread Jonathan Pryor
On May 2, 2012, at 10:23 AM, Narcís Calvet wrote: > The issue is that as soon as I'm not referencing the class library project > and reference the release mode assembly instead the project doesn't compile > due to the error message in the post that started this thread. That looks like a bug. Sor

Re: [mono-android] ResolveLibraryProjectImports task fails when referencing library

2012-05-02 Thread Jonathan Pryor
On May 2, 2012, at 10:03 AM, Jonathan Pryor wrote: > I think that there's supposed to be support for embedding the > resources/assets within the assembly and extracting them at build time, so > "normal" (non-project) assembly references _should_ work, but we still need > to be able to _find_ the

Re: [mono-android] ResolveLibraryProjectImports task fails when referencing library

2012-05-02 Thread Narcís Calvet
Hi Jon, Re.: You should be able to set the Active Configuration drop-down to Release (in the Build toolbar), and when your Application is rebuilt (in Release mode) all dependent projects should also be rebuilt in Release. If this isn't the case, something very strange is going on (a MonoDevelop bu

Re: [mono-android] ResolveLibraryProjectImports task fails when referencing library

2012-05-02 Thread Jonathan Pryor
On May 2, 2012, at 9:23 AM, Narcís Calvet wrote: > I'm referencing the class library project directly, as Jonathan suggests, > when developing. However, when I want to deploy the application, I need to > use the compiled assembly in release mode. You should be able to set the Active Configuratio

Re: [mono-android] ResolveLibraryProjectImports task fails when referencing library

2012-05-02 Thread Jonathan Pryor
On May 1, 2012, at 8:57 PM, Matt wrote: > Everything has worked fine this way until monodroid version 4.1. I verified > that your solution builds fine, but it appears to require including all > projects in the same solution. I suppose I can do it this way, but I am > confused as to why this is r

Re: [mono-android] ResolveLibraryProjectImports task fails when referencing library

2012-05-02 Thread Narcís Calvet
Hello, I have the same problem. I have project which uses an Android Class Library. I'm referencing the class library project directly, as Jonathan suggests, when developing. However, when I want to deploy the application, I need to use the compiled assembly in release mode. Changing the class lib

Re: [mono-android] http://blog.xamarin.com/2012/05/01/android-in-c-sharp/

2012-05-02 Thread Miljenko Cvjetko
Hi On 2012.05.02 12:55, Konaju Games (Dev) wrote: Android 4.0.3 in the benchmark wasn't recent enough? My my apologies for not reading graph labels and did not deduce/see that 2.0.3. and 4.0.3 are Android versions, I was astonished by ratios. You have to admit it looks almost as fictional, so

Re: [mono-android] ETA for MfA 4.2

2012-05-02 Thread devbuzz
Hi @ledz, I initially did a double take when @Tomasz answered but he's just ringing my bell :) He was a big help answering noobie questions when I started. But you summed it up well. In fact on the support issue I really need to give props to Jonathan, Atsushi and Eric for their awesome support

Re: [mono-android] http://blog.xamarin.com/2012/05/01/android-in-c-sharp/

2012-05-02 Thread Konaju Games (Dev)
Android 4.0.3 in the benchmark wasn't recent enough? Let us put aside personal/subjective feelings. > Are there some **recent** benchmarks/tests to compare Mono and Dalvik VM > performance? > > ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUB

Re: [mono-android] ETA for MfA 4.2

2012-05-02 Thread Goncalo Oliveira
What kind of answer is that? Obviusly a stable 4.2 brings new goodies that are helpful to most... fragments, designer, easier bindings... Working with an alpha version is ok for playing around but when you want to deliver out something you'll want to use a stable version, think that's the obvious..

Re: [mono-android] http://blog.xamarin.com/2012/05/01/android-in-c-sharp/

2012-05-02 Thread Miljenko Cvjetko
Hi On 2012.05.02 10:38, Mike Fechner wrote: There are some benchmark figures in the blog article. Thanks, I was just reading those and getting source, but still would like to know a little bit more. You can imagine how hard it can be to compare java and c# (mono and dalvik) when talking to ja

Re: [mono-android] http://blog.xamarin.com/2012/05/01/android-in-c-sharp/

2012-05-02 Thread Mike Fechner
There are some benchmark figures in the blog article. -Ursprüngliche Nachricht- Von: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] Im Auftrag von Miljenko Cvjetko Gesendet: Mittwoch, 2. Mai 2012 10:01 An: Discussions related to Mono for Android Betreff:

Re: [mono-android] Chart engine for MfA ?

2012-05-02 Thread moelski
Hi ! I used the new Template for binding Jars and followed this page: http://docs.xamarin.com/android/tutorials/Binding_a_Java_Library_%28.jar%29#Brief But if I take a look at the resulting c# assembly I think there is a lot stuff missing. The Dll offers only a namespace Org.Achartengine.Tools.

[mono-android] http://blog.xamarin.com/2012/05/01/android-in-c-sharp/

2012-05-02 Thread Miljenko Cvjetko
Hi regarding: Android Ported to C# http://blog.xamarin.com/2012/05/01/android-in-c-sharp/ and statement: "But Java is not the only way to build native apps on Android. In fact, it’s not even the best way: ... " Let us put aside personal/subjective feelings. Are there some **recent** benchmark

Re: [mono-android] Chart engine for MfA ?

2012-05-02 Thread Narcís Calvet
Hi Dominik, Sorry for the late reply. I was out of the office. Re.: I know that there is a upcoming release of TChart for MfA but that will be released at the end of the year. I don't know where did you got that information from but I hope it to be out much sooner, we are very close to have a p

[mono-android] More about licensing

2012-05-02 Thread Miljenko Cvjetko
Hi Because of designer I'm using MonoDevelop more and more and came accross deploying/licensing question again. According to http://support.xamarin.com/customer/portal/articles/177037-can-i-use-my-license-on-more-than-one-machine- It is a bit unclear whether the same license can be used from