[Mono-osx] AppKit.NSTableView
Chris Van Wyk
Chris.VanWyk at mixtelematics.com
Wed Mar 16 15:56:54 EDT 2011
Thank you Sir.
From: Regan Sarwas <rsarwas at gmail.com<mailto:rsarwas at gmail.com>>
Date: Wed, 16 Mar 2011 21:50:09 +0200
To: Chris van Wyk <chris.vanwyk at mixtelematics.com<mailto:chris.vanwyk at mixtelematics.com>>
Cc: "mono-osx at lists.ximian.com<mailto:mono-osx at lists.ximian.com>" <mono-osx at lists.ximian.com<mailto:mono-osx at lists.ximian.com>>
Subject: Re: [Mono-osx] AppKit.NSTableView
You need to specify the type in interface builder. You can do this in the controller library panel. See the 4th screen shot on this blog: http://mjhutchinson.com/journal/2010/06/09/monomac_in_monodevelop
On Wed, Mar 16, 2011 at 11:35 AM, Chris Van Wyk <Chris.VanWyk at mixtelematics.com<mailto:Chris.VanWyk at mixtelematics.com>> wrote:
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
_______________________________________________
Mono-osx mailing list
Mono-osx at lists.ximian.com<mailto:Mono-osx at lists.ximian.com>
http://lists.ximian.com/mailman/listinfo/mono-osx
________________________________
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/2f9e4606/attachment.html
More information about the Mono-osx
mailing list