[Mono-osx] PdfKit Bindings

Michael Hutchinson m.j.hutchinson at gmail.com
Mon Jan 24 22:34:40 EST 2011


On Jan 24, 2011, at 6:14 PM, Miguel de Icaza wrote:
>> One hitch is that the IB plugin uses "PDFView", whereas I have used
>> "PdfView" (per the framework guidelines), so the autogenerated XIB designer
>> code needs to be edited to fix the case (and add a using).
>> Comments/suggestions are welcome.
> 
>     Mhm, I had not thought of that.   Michael, do you have any suggestions?
> 
>     Worst case scenario, we could teach our tool that does the
> translation to lookup the types on MonoMac and get the attribute that
> maps the names from it.

It does that already. The type name map is currently generated by scanning the MonoMac.dll within the addin on first use.

Make sure you use your updated MonoMac.dll to overwrite the one in the installed addin, and restart MonoDevelop after doing so.

- Michael


More information about the Mono-osx mailing list