Re: [mono-android] JAR Binding Problem

2012-07-08 Thread craig
As far as I can tell this problem is occuring because the View class contains a method called setEnabled and ItemView interface also contains a method called setEnabled. I'm not able to confirm this but I have a gut feeling that this is the problem. Still looking for a way to work-around / resolv

[mono-android] How to convert?

2012-07-08 Thread craig
In the code below, in the setter for RawAdapter, I would like to cast/convert the value variable from Java.Lang.Object to generic type T. I have not found a simple way to do this. In this example T must derive from Android.Widget.IAdapter. public abstract T Adapter { get; set; }

Re: [mono-android] JAR Binding Problem

2012-07-08 Thread Atsushi Eno
Hello, craig wrote: I'm trying to bind this class (follow link below): http://codeviewer.org/view/code:27cb Click here to view code I don't think you would like to "bind" the ActionBarSherlock's "internal" stuff, which is not supposed to be touched by users. This is my Metadata.xml when I t