[mono-android] Unable to find library

2011-07-19 Thread Narcís Calvet
Hello, I started askinb about this problem at StackOverflow last week but still haven’t found a solution: http://stackoverflow.com/questions/6680544/how-to-set-java-classpath-in-mono droid Since this is the “official” support channel again I’m contiuing the issue here. After having added t

[mono-android] Getting objects from an intent

2011-07-19 Thread Narcís Calvet
Hello, I have created a custom activity which I use in an ActivityGroup using Intents. How can I get the instance of my custom activity the intent has created to be able to use its properties and methods? I read I may need to use Serializable or Parcelable interfaces but haven’t succeed on this

[mono-android] Compilation directive

2011-07-19 Thread gabriel.b...@gmail.com
Does the monodroid define any compilation diretive that I can use to difere in the linked files ? ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid

Re: [mono-android] Getting objects from an intent

2011-07-19 Thread Narcís Calvet
Searching a little bit and looking for what’s available in IParcelable it seems it is not complete in Mono for Android so I guess I should discard this option. Any other ideas? Thanks! Best Regards, Narcís Calvet Steema Software http://www.steema.com

Re: [mono-android] Getting objects from an intent

2011-07-19 Thread Andrew Sinclair
Narcís, You can derive from Android.App.Application, this will give you a singleton class which can hold global application state. For such a class you need to use the [Application] attribute - this will add the appropriate entry in the AndroidManifest.xml. Storing the instance of an activi

Re: [mono-android] Unable to find library

2011-07-19 Thread Jonathan Pryor
On Jul 19, 2011, at 4:42 AM, Narcís Calvet wrote: > After having added the “uses-library” tag in the manifest, Aside: is to make use of Dalvik libraries that are already present on the device, such as Google Maps. You should _not_ use for any other purpose. > having “decorated” the activty as

Re: [mono-android] Antwort: Windows CE Interop

2011-07-19 Thread Carlo Bolz
Then use http://code.google.com/p/sqlite-net/ . It als includes a light weight O/R mapper. But mainly you can change the Namespace so it fits with both projects and/or assemblies. Regards Carlo Von: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] Im Auftrag v

Re: [mono-android] Antwort: Windows CE Interop

2011-07-19 Thread gabriel.b...@gmail.com
This one works with monodroid or only monotouch ? 2011/7/19 Carlo Bolz > Then use http://code.google.com/p/sqlite-net/ . It als includes a light > weight O/R mapper. But mainly you can change the Namespace so it fits with > both projects and/or assemblies. > > ** ** > > Regards > > Carlo

Re: [mono-android] Antwort: Windows CE Interop

2011-07-19 Thread Greg Shackles
It works well with Mono For Android as well: http://www.gregshackles.com/2011/02/using-a-database-in-monodroid-applications/ On Tue, Jul 19, 2011 at 9:12 AM, gabriel.b...@gmail.com < gabriel.b...@gmail.com> wrote: > This one works with monodroid or only monotouch ? > > > 2011/7/19 Carlo Bolz > >

Re: [mono-android] ic_menu_refresh missing and how do we get updates?

2011-07-19 Thread Greg Shackles
The graphics are available as part of the SDK you installed. Also, as noted by Google: *Warning:* Because these resources can change between platform versions, you > should not reference these icons using the Android platform resource IDs > (i.e. menu icons under android.R.drawable). If you want t

Re: [mono-android] Antwort: Windows CE Interop

2011-07-19 Thread gabriel.b...@gmail.com
The problem is: Not an implementation of IDbConnection and its family. This is not a full SQLite driver. If you need that, go get System.Data.SQLite orcsharp-sqlite . I need the IDbConnection and need to work with monodroid

Re: [mono-android] Unable to find library

2011-07-19 Thread Narcís Calvet
Hi Jon, Re.: Aside: is to make use of Dalvik libraries that are already present on the device, such as Google Maps. You should _not_ use for any other purpose. Ok, thanks for clearing this up! Re.: This is where I'm confused. The stackoverflow issue was that you were getting a java.lang.NoCla

Re: [mono-android] Unable to find library

2011-07-19 Thread Jonathan Pryor
On Jul 19, 2011, at 9:57 AM, Narcís Calvet wrote: > Re.: If that is the problem, the solution is to add an assembly reference in > your project to Steema.TeeChart.TChart.dll, so that mandroid can find it. If > that isn't the solution, I'm afraid that you'll need to file a bug report, > attaching yo

Re: [mono-android] Compilation directive

2011-07-19 Thread Jonathan Pryor
On Jul 19, 2011, at 5:45 AM, gabriel.b...@gmail.com wrote: > Does the monodroid define any compilation diretive that I can use to difere > in the linked files ? The build process defines __ANDROID__ and a set of __ANDROID_X__ for X from 1 through the API level you're building against, inclusive

Re: [mono-android] Losing MonoDroid License Activation

2011-07-19 Thread John Hunter
I am also encountering the Lost Activation problem. Have you had any luck with this? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Losing-MonoDroid-License-Activation-tp4413400p4613391.html Sent from the Mono for Android mailing list archive at Nabble.com. __

Re: [mono-android] Tools > Options > Mono for Android SDKs = Unhandled Exception

2011-07-19 Thread DanielSenpai
It ocurrs in Monodevelop? I got the same error also. The reason is because GTK# installed Mono.Posix.dll version 2.0.0 in Modevelop installation, but 4.0.0 is required. The solution is to install Mono 2.10.12 with GTK# and copy manually Mono.Posix.dll to the folder /Local Settings\Application Data

Re: [mono-android] Losing MonoDroid License Activation

2011-07-19 Thread Dewitt
Yes, I emailed Xamarin support yesterday and they reset my activation for me. If you haven't heard, Xamarin took over the MonoTouch and MonoDroid products from Attachmate/SUSE just yesterday. They also took over support for all of the existing customers so there's no need to purchase the produ

Re: [mono-android] Losing MonoDroid License Activation

2011-07-19 Thread John Hunter
Thanks, Yes, I've heard the good news and am emailing them now. John From: Dewitt [via Mono for Android] [mailto:ml-node+4613407-975702011-232...@n5.nabble.com] Sent: Tuesday, July 19, 2011 2:38 PM To: John Hunter Subject: RE: Losing MonoDroid License Activation Yes, I emailed Xamarin support

[mono-android] WCF services

2011-07-19 Thread mackenziemi
Hello all I am pretty new to Android development and I am wondering if Mono on Android supports consuming WCF or Web Services? If so could you point me in the right direction of where I could find some info on it? Thank you in advance -- View this message in context: http://mono-for-android.10

Re: [mono-android] WCF services

2011-07-19 Thread Gabe Codina
Hi Im just weighing in on this because I am interested in Android <-> WCF. We are a dotnet shop that create distributed systems that communicate mostly by WCF. We currently deploy tablet pcs running XP embedded and are looking to replace these with either smartphones or tabs running Android (or

Re: [mono-android] SPAM-LOW: Re: WCF services

2011-07-19 Thread Karl Heinz Brehme Arredondo
Hi you can try that: http://android.xamarin.com/Documentation/Guides/Consuming_Web_Services Karl From: Gabe Codina Reply-To: "monodroid@lists.ximian.com" Date: Wed, 20 Jul 2011 11:46:11 +1000 To: "monodroid@lists.ximian.com" Subject: SPAM-LOW: Re: [mono-android] WCF services Hi Im just

Re: [mono-android] WCF services

2011-07-19 Thread Jonathan Pryor
On Jul 19, 2011, at 8:07 PM, mackenziemi wrote: > [does] Mono on Android supports consuming WCF or Web Services? The WCF Silverlight-esque client API is only experimental at the moment. If it works, wonderful, if it doesn't work, we know it's incomplete and it will be improved in due time. :-)

Re: [mono-android] WCF services

2011-07-19 Thread Wally McClure
I agree with Jon. The wcf support is experimental. I've had it work where the datatypes are fairly simple and I have used basic auto. Outside of windows, rest web services is very common. You might want to look into putting a rest interface in front of your services. Wally > Date: Tue, 19

Re: [mono-android] WCF services

2011-07-19 Thread Jonathan Pobst
Web Services (.NET 2.0 style) should be very well supported. Jonathan On 7/19/2011 9:04 PM, Jonathan Pryor wrote: > On Jul 19, 2011, at 8:07 PM, mackenziemi wrote: >> [does] Mono on Android supports consuming WCF or Web Services? > > The WCF Silverlight-esque client API is only experimental at th

Re: [mono-android] WCF services

2011-07-19 Thread Gabe Codina
After doing a bit of research and a small amount of experimentation I think making our WCF services restful will be the least painful way to go. From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Wally McClure Sent: Wednesday, 20 July 2011 12:42