[Mono-osx] AppKit.NSTableView
Chris Van Wyk
Chris.VanWyk at mixtelematics.com
Wed Mar 16 15:35:29 EDT 2011
Hi people,
I'm missing something simple here, but I'm not sure what. I create the .xib layout in Interface builder, expecting to see in the .designer.cs file:
private global::MonoMac.AppKit.NSTableView __mt_someTable;
However, the following is created:
private global::MonoMac.Foundation.NSObject __mt_someTables;
I can rename the type to the required AppKit.NSTableView, but as soon as I do modifications via Interface builder the changes are reverted to the original Doundation.NSObject. Working with the monomac-samples the above does not occur, i.e. AppKit.NSTableView stays AppKit.NSTableView.
I'm using MonoMac version 2.4.2.1 and Interface Builder 3.2.5.
Thanks in advance.
Chris
________________________________
Read our disclaimer at http://www.mixtelematics.com/index.php?id=43874
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-osx/attachments/20110316/abaa7c97/attachment.html
More information about the Mono-osx
mailing list