Re: [mono-android] Problems with iPad only app target 4.3 running 3.2

2011-06-15 Thread Nikolai Sander
Oops, my bad. Please ignore. Nikolai On Jun 15, 2011, at 4:32 PM, Jason Awbrey wrote: > you sent this to the android list, not the MonoTouch list > > On Wed, Jun 15, 2011 at 6:31 PM, Nikolai Sander wrote: > Hi all, > > I have an iPad app that has SDK version set as 4.3 and minimum OS version

Re: [mono-android] Problems with iPad only app target 4.3 running 3.2

2011-06-15 Thread Jason Awbrey
you sent this to the android list, not the MonoTouch list On Wed, Jun 15, 2011 at 6:31 PM, Nikolai Sander wrote: > Hi all, > > I have an iPad app that has SDK version set as 4.3 and minimum OS version > 3.2. > > When I run it on a 3.2 device it just hangs. When I try to debug it it will > run un

[mono-android] Problems with iPad only app target 4.3 running 3.2

2011-06-15 Thread Nikolai Sander
Hi all, I have an iPad app that has SDK version set as 4.3 and minimum OS version 3.2. When I run it on a 3.2 device it just hangs. When I try to debug it it will run until the end of my iPhoneOSGameView constructor but never makes it to FinishedLaunching. It runs fine on a 4.2 and greater dev

[mono-android] Login dialog

2011-06-15 Thread catul...@hotmail.com
I have 2 views main view and a login view . I try to open the Login view after start it works but i I want to add an event listener for the button in the login.axml there is an error I tryed more then one possibilitys so I need help here my code: protected override void OnCreate(Bundle bun

[mono-android] monodroid for android service

2011-06-15 Thread kam lee
Hi, I am looking for sample code for using monodroid to write a android background service. Thanks! cloud ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid

Re: [mono-android] NTLM Web Services

2011-06-15 Thread Karl Heinz Brehme Arredondo
I remembered something. Last year someone changed proxy server with a new linux-whatever-he-didn't-know-exactly-what-was-being-madeĀŠ and all webservices with the authentication C# code below stopped, returning errors. But this was thought windows mobile. At the time.. I had to take off authenticati

Re: [mono-android] NTLM Web Services

2011-06-15 Thread Brian Graham
Thanks Karl, I have tried that as well before I went to the more complicated use of credential cache. It didn't work for me but if it works for you then I might have something else wrong in my set up. Regards Brian From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximia

Re: [mono-android] Open Pdf

2011-06-15 Thread Andrew Sinclair
Something like: Java.IO.File file = new Java.IO.File(fileNameAndPath); Android.Net.Uri uri = Android.Net.Uri.FromFile(file); Intent intent = new Intent(Intent.ActionView); intent.SetDataAndType(uri, "application/pdf");

[mono-android] Open Pdf

2011-06-15 Thread jnmahi
Hi all, i have an webservice which will return an pdf doc i want to open this pdf file in my activity so that i can show user on button click ... Can anyone tell me how to acheive this kind of functionality ... Thanks inadvance ... -- View this message in context: http://mono-for-android.1