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
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
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
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
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
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
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
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");
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