Hello!! Sorry it took me a little bit longer than expected but here you are i bound AjiPDF to MonoTouch
https://github.com/dalexsoto/AlexTouch.AjiPDF its almost complete i just would like Jeff to review the TODOS on this file or anyone with more btouch experience than me ;) https://github.com/dalexsoto/AlexTouch.AjiPDF/blob/master/binding/DescriptionFile.cs the problem in witch i got stuck is that on the .h files there are 4 Properties that are named equal to another 4 selectors in the same class, for example [Export ("children")] NSArray children { get; } and [Export ("children:")] APOutlineElement Children (uint index); so when i ran btouch command it complains about on temp xxxxx.g.cs files it has already defined selChildren so i commented out those 4 selectors and left uncommented the 4 props for now, until someone can put me on the right direction. any ideas are more than welcome :) btw, I have not tested the binding I'm kinda short in time this week so Jason if you could give this a try or anyone else that would be really cool and Jeff I will send the pull request as soon as the issue of the properties gets fixed :) Happy Mono Coding. Alex Soto On Nov 4, 2011, at 4:12 PM, Jason Awbrey wrote: > Alex, that would be extremely helpful, thanks > > On Fri, Nov 4, 2011 at 4:16 PM, Alex Soto <[email protected]> wrote: > I will see if i get some time today to take a look into binding the lib so > Jason can test it :) > > Alex soto > > El 04/11/2011, a las 02:49 p.m., Jeff Stedfast <[email protected]> escribió: > >> Hi Jason, >> >> Doesn't looks like you can actually get the source, so you'll probably have >> to bind it instead. >> >> If you do decide to bind it, fork monotouch-bindings on github and add a new >> directory with your binding, then submit a pull request and I'll be happy to >> pull it into monotouch-bindings mainline. >> >> Jeff >> >> On Fri, Nov 4, 2011 at 4:21 PM, Jason Awbrey <[email protected]> wrote: >> Has anyone tried doing PDF annotation with MT? >> >> I've found a few links about doing it with ObjC, and at least one library >> (http://www.ajidev.com/iannotate/developers.html) that provides support for >> iOS. >> >> Before I go down the road of trying to port something to MT, I wanted to be >> sure someone else hadn't already tackled this. >> >> thanks - Jason >> >> >> >> _______________________________________________ >> MonoTouch mailing list >> [email protected] >> http://lists.ximian.com/mailman/listinfo/monotouch >> >> >> _______________________________________________ >> MonoTouch mailing list >> [email protected] >> http://lists.ximian.com/mailman/listinfo/monotouch >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
