Re: [mono-android] DatePicker missing properties

2012-05-30 Thread pdonovan
Thank you. I had my main project configured correctly, but had failed to check the project that was actually trying to use the DatePicker. It had Build -> General -> Target Framework still set to 2.1. Changing that to 3.1 made it compile. I still don't get any autocomplete for those properties thou

[mono-android] DatePicker missing properties

2012-05-29 Thread pdonovan
I'm trying to implement a simple inline date picker using Mono for Android 4.2.2.134493563. However, the Android.Widget.DatePicker class seems to have some missing properties. The following code doesn't compile, specifically the last 2 lines: Android.Widget.DatePicker p = new Android.Widget.DatePi

[mono-android] Resource.Id.home missing

2012-05-22 Thread pdonovan
Hi, I'm creating a MonoDroid app that targets sdk version 12. I'm using the ActionBar and would like to respond to clicks on the home icon. The documentation at http://developer.android.com/guide/topics/ui/actionbar.html says that onOptionsItemSelected() will be called with a value of Android.r.id