Re: [mono-android] Using the New Compatibility Packages and TabActivity Deprication

2012-04-21 Thread drpettitt
Jonathan, Which version of the Mono.Android.dll should I be using in the Support4 project? I am getting a whole lot of “'Fragment' is an ambiguous reference between 'Android.App.Fragment' and 'Android.Support.V4.App.Fragment'” errors. Thanks -- View this message in context: http://mono-for

Re: [mono-android] Using the New Compatibility Packages and TabActivity Deprication

2012-04-21 Thread drpettitt
Jonathan, Which version of the Mono.Android.dll should I be using in the Support4 project? I am getting a whole lot of “'Fragment' is an ambiguous reference between 'Android.App.Fragment' and 'Android.Support.V4.App.Fragment'” errors. Thanks, Doug Pettitt From: topgenorth [via

Re: [mono-android] Using the New Compatibility Packages and TabActivity Deprication

2012-04-21 Thread drpettitt
No, I could not find it anywhere on my system after I had downloaded all of the Android packages. I did, finally, find it in the Support4 solution though. From: topgenorth [via Mono for Android] [mailto:ml-node+s1047100n5656786...@n5.nabble.com] Sent: Saturday, April 21, 2012 2:33 PM To:

Re: [mono-android] Using the New Compatibility Packages and TabActivity Deprication

2012-04-21 Thread Tom Opgenorth
You didn't mention this, so thought I would ask- did you also add a reference to the Mono.Compatibility.v4.dll assembly as well? On Sat, Apr 21, 2012 at 12:48, drpettitt wrote: > Jonathan, > > I'm having the same problems. > > I've added the file "android-support-v4.jar" file to a "SupportLib" >

Re: [mono-android] Using the New Compatibility Packages and TabActivity Deprication

2012-04-21 Thread Jonathan Pobst
It needs to be set to AndroidJavaLibrary. You are not going to get Intellisense for it in the axml. You'll just need to use it properly and it should work. Here's a sample project that uses the Support Library: https://github.com/xamarin/monodroid-samples/tree/monodroid-4.1-preview/Support4

Re: [mono-android] Using the New Compatibility Packages and TabActivity Deprication

2012-04-21 Thread drpettitt
Jonathan, I'm having the same problems. I've added the file "android-support-v4.jar" file to a "SupportLib" directory in my Project. I've tried setting the Build Action to both "AndroidJavaLibrary" and AndroidJavaSource" and rebuilding the whole solution and is still not available in my axml.

Re: [mono-android] AutoCompleteTextView

2012-04-21 Thread Craig Dunn
Cheers John, glad it helped. I did bang it out pretty quick - that second Java.Lang.Object loop is a little dodgy ~ there may be ways to clean that up ~ but otherwise you get the idea. Glad i could squeeze linq in too... yay for #monodroid ;-) Thanks for passing it on to the list - not sure why my

Re: [mono-android] AutoCompleteTextView

2012-04-21 Thread John Murray
Though it's not popped up here for some reason Craig Dunn answered my question and in only a matter of an hour I've got a really good working solution the example you pointed to Jonathan is the standard autocomplete - as far as I can see it only searches in the adapter in an ordinal way - i.e A