Re: [mono-android] JAR Binding Problem

2012-07-09 Thread craig
Ok, thanks. I'm not sure how practical this is to bind this JAR but I'm using mostly it as a learning experience. I did upgrade to 4.2.4 and noticed the param bug went away. Anyways, I have been mostly successful in binding this JAR. I got it more or less working over the weekend but there were

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

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] JAR Binding Problem

2012-07-07 Thread craig
I'm trying to bind this class (follow link below): http://codeviewer.org/view/code:27cb Click here to view code The important thing to note is that the class contains a method called setEnabled. However when I build the JAR binding project this method is not included in the api.xml that is gene