[mono-android] Mono code as Android Service and IPC speed estimations

2011-07-22 Thread Igor Russkih
Hello all, Glad xamarin is now alive and wish you good luck with your job, hope also someone could give a review of my problem and comment my questions. Our main interest in monodroid is that we have wellestablished .net WM application with quite big and complex 'business' logic codebase. For sur

Re: [mono-android] Problems starting App on actual Device

2011-07-22 Thread mcgear
I did clean the solution and then rebuild. So i am confident that is not the issue. I will get another log snippet if that can be helpful. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Problems-starting-App-on-actual-Device-tp4619605p4625321.html Sent from the

Re: [mono-android] Sync Adapter and Account Authenticator Services

2011-07-22 Thread BarryJohnston
I've been a software developer for 15yrs but I'm new to MonoDroid development. Could you explain about the IParcel? I don't think I'm using that, however I do pass an Intent to Bundle.PutParcelable. I would think that if Bundle has that function it would be supported. Is there a way around this

Re: [mono-android] Sync Adapter and Account Authenticator Services

2011-07-22 Thread Jonathan Pryor
Inline. On Jul 22, 2011, at 9:27 AM, BarryJohnston wrote: > I'm attempting to create a SyncAdapter service which requires an > AccountAuthenticator service but so far I have only been able to crash the > Android OS. > > Here is my code if it helps: > > namespace MyApp.DataManagement > { > [Serv

Re: [mono-android] DialogInterfaceButton Sample.

2011-07-22 Thread Greg Shackles
I have a simple alert sample up here: https://github.com/gshackles/Sample-Projects/blob/master/MonoDroid/MonoDroidSamples/MonoDroidSamples/DemoActivities/TextNotify/TextNotifyActivity.cs#L33 On Fri, Jul 22, 2011 at 3:54 PM, Rodrigo Persevere wrote: > Good Afternoon, > > First sorry for my englis

[mono-android] DialogInterfaceButton Sample.

2011-07-22 Thread Rodrigo Persevere
Good Afternoon, First sorry for my english, is terrible i know.I´m having some problems to use listeners at monodroid, mainly alert dialogs. Someone has a simple example, please ? Follow my attempt: AlertaMensagem = new AlertDialog.Builder(this) .SetIcon(Resource.Drawable.Icon) .SetTitle(

Re: [mono-android] send parameters to activity from java class to c#

2011-07-22 Thread Jonathan Pryor
On Jul 22, 2011, at 10:40 AM, alex wrote: > oh thanks for reply !! I have a doubt i was trying to open my c# activity > like this > > intent.setClass(mapView.getContext(), (ListDetail)); This syntax doesn't look valid. What you want is: intent.setClass(mapView.getContext(), ListDetail.c

Re: [mono-android] Release 2.6.5

2011-07-22 Thread Wally McClure
is there a new addin running on Mac OSX? Date: Fri, 22 Jul 2011 13:48:47 -0400 From: andr...@xamarin.com To: monodroid@lists.ximian.com Subject: Re: [mono-android] Release 2.6.5 Hi, MonoDevelop MfA Addin 2.6.5 only includes a fix for the devices not being listed problem on the Mac. -- andreia

Re: [mono-android] Release 2.6.5

2011-07-22 Thread Andreia Gaita
Hi, MonoDevelop MfA Addin 2.6.5 only includes a fix for the devices not being listed problem on the Mac. -- andreia On Fri, Jul 22, 2011 at 11:41 AM, Chris Van Wyk < chris.van...@mixtelematics.com> wrote: > Hi guys, > > Where can I find the release notes for version 2.6.5? > > Thanks > Chri

[mono-android] Release 2.6.5

2011-07-22 Thread Chris Van Wyk
Hi guys, Where can I find the release notes for version 2.6.5? Thanks Chris Read our disclaimer at http://www.mixtelematics.com/index.php?id=43874 ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFOR

Re: [mono-android] java.lang.UnsatisfiedLinkError: Library monodroid not found

2011-07-22 Thread Greg Shackles
Looks like one user who got this error in my app actually provided a useful comment along with it: "Force closes immediately on nexus one with cyanogen mod" ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximia

Re: [mono-android] send parameters to activity from java class to c#

2011-07-22 Thread alex
oh thanks for reply !! I have a doubt i was trying to open my c# activity like this intent.setClass(mapView.getContext(), (ListDetail)); where Listdetail is in c# but it doesnt work ? do you know how to indicate that i want to star a c# activity ?? Thanks a lot -- View this message in context

Re: [mono-android] Can't Build Default Application

2011-07-22 Thread Jonathan Pobst
Sorry for that! We'll try to get that fixed so that isn't required in the future! Jonathan On 7/22/2011 5:28 AM, cb wrote: > Hi Jonathan > You are right. Firstly, I use a 2003 with VS 2010 only, so only .net 4.0 is > installed in the machine. > Now, I installed the .net 3.5 with sp1, the issue

[mono-android] Sync Adapter and Account Authenticator Services

2011-07-22 Thread BarryJohnston
Has anyone attempted to create an account authenticator service using MonoDroid? I'm attempting to create a SyncAdapter service which requires an AccountAuthenticator service but so far I have only been able to crash the Android OS. Here is my code if it helps: namespace MyApp.DataManagement {

Re: [mono-android] wishlist

2011-07-22 Thread Miljenko Cvjetko
Hi Comments inline: On 2011.07.20 15:05, Wally McClure wrote: While I think we all want a better design time layout solution, this is an issue that we can work around short/medium term. For me, the debugger and the performance are issues #1 and #1, by a long shot. I did a talk back at the b

Re: [mono-android] Can't Build Default Application

2011-07-22 Thread cb
Hi Jonathan You are right. Firstly, I use a 2003 with VS 2010 only, so only .net 4.0 is installed in the machine. Now, I installed the .net 3.5 with sp1, the issue is fixed! Great thanks to you! Frank -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Can-t-Build-Def