Burnt by Implicit Overloading (poor naming / thinking on my part)
Wednesday, February 8th, 2006I’m trying to load a NSPanel with a controller that inherits from NSWindowController. So my controller’s init calls: self = [super initWithWindowNibName:@”NibNameHere”]; and then I call showWindow on my now init’d controller object. All pretty straight forward. Problem is that the dang “window” assigned to files owner wasn’t showing up. […]

