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

2010-12-20 Thread Steven Spencer
eKeyWindow")] public bool CanBecomeKeyWindowMethod() { return true; } So, this bypasses the CanBecomeKeyWindow property in the base class but it does work. Can anyone give me some comments or feedback as to whether I am doing the right thing here? Thanks, Steven -----Original Message-

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 Objectiv

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

2010-12-20 Thread Steven Spencer
Hi I am currently trying to use the IKImageBrowserView and am struggling with trying to set some of the view options. The apple docs for this class state that the following keys are available: NSString * const IKImageBrowserBackgroundColorKey; NSString * const IKImageBrowserSelect