[Mono-osx] NSTableView, monomac, monodevelop

Michael Hutchinson m.j.hutchinson at gmail.com
Thu Jun 10 21:35:38 EDT 2010


On Wed, Jun 9, 2010 at 4:28 PM, JohnMoshakis <john at moshakis.com> wrote:
> I'm using the monodevelop build with the monomac addin. I have followed the
> example here
>
> http://mjhutchinson.com/journal/2010/06/09/monomac_in_monodevelop#comment-763
>
> If I add a NSTableView in a similar manner to the other controls and hook
> everything up, if you look at the bottom of MainWindow.Designer.xib.cs there
> is this
>
>        // Should subclass MonoMac.AppKit.NSControl
>        [MonoMac.Foundation.Register("NSTableView")]
>        public partial class NSTableView {
>        }
>
> Should that be there ?

That doesn't look right - the MonoMac addin is supposed only to use
the custom user subclasses explicitly defined in the xib file. Can you
pastebin the xib file somewhere so I can take a look?

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Mono-osx mailing list