NSScrollView and autolayout

2013-11-08 Thread Jozef Dransfield
I have seen a previous discussion about this topic in the archives but I seem to be having a new problem related to Mavericks. I have a View Based NSTableView set as the document view of an NSScrollView with everything using auto layout. After upgrading to mavericks my scrollview no longer scro

Menulet Problem

2010-10-30 Thread Jozef Dransfield
I have a status item which I'm initialising with a menu like so: statusItem = [[[NSStatusBar systemStatusBar] statusItemWithLength: NSSquareStatusItemLength] retain]; NSBundle *bundle = [NSBundle mainBundle]; statusImage = [[NSImage alloc] initWithContentsOfFile:[bundle pathForResource:@"icon"