RE: [users@lists.monobjc.net] IKImageBrowserView view options keys

2010-12-20 Thread Steven Spencer
Ok, After further investigation, I have tracked this down to a problem with Cocoa, not Monobjc. The problem is that I have a borderless window (initialised with the NSBorderlessWindowMask style) - this seems to be causing the issues with the IKImageBrowserView. I have recreated this using

Re: [users@lists.monobjc.net] IKImageBrowserView view options keys

2010-12-20 Thread Laurent Etiemble
Hello, If you are overriding a property, the attribute must be placed on the getter/setter, as it is a method: public NSData Model { [ObjectiveCMessage(model)] get { } [ObjectiveCMessage(setModel:)] set