Is there any good NSTableView demo/example/tutorial using Monobjc ? Following Cocoa#'s NSTableView tutorial (from http://code.google.com/p/cocoa-sharp-dev/wiki/NSTableViewTutorial) in the case on Monobjc just crashes the application and gives the following stack trace - Stacktrace:
at (wrapper managed-to-native) 8A6ECCDB.pinvoke (intptr,intptr,intptr,intptr) <0x00004> at (wrapper managed-to-native) 8A6ECCDB.pinvoke (intptr,intptr,intptr,intptr) <0xffffffff> at 8A6ECCDB.objc_msgSend (intptr,intptr,object[]) <0x0013f> at Monobjc.Generation.DynamicMessagingGenerator.SendMessage (string,intptr,intptr,object[]) <0x00152> at Monobjc.ObjectiveCRuntime.SendMessage (Monobjc.IManagedWrapper,string,object[]) <0x00070> at Monobjc.Cocoa.NSBundle.LoadNibNamedOwner (Monobjc.Cocoa.NSString,Monobjc.Id) <0x00052> at Monobjc.Cocoa.NSApplication.LoadNib (string) <0x0006d> at Program.Main (string[]) <0x0002c> at (wrapper runtime-invoke) Program.runtime_invoke_void_string[] (object,intptr,intptr,intptr) <0xffffffff> Abort trap Nick. PS: Help needed urgently.

