NSDocument & NSOutlineView questions
NSDocument & NSOutlineView questions
- Subject: NSDocument & NSOutlineView questions
- From: Dave Fayram <email@hidden>
- Date: Sat, 13 Oct 2001 13:50:57 -0700
Hi folks. Again I've got some more NSDocument related questions. I'll
just list them off, any help would be
appreciated.
#1) My app is a viewer only. Therefore the idea of starting up a "blank"
document at the beginning is quite
undesireable. Is there a way I can override this behavior to say,
display a text field asking for a URL?
#2) When I use setIntercellSpacing for an outline view in a scroll view,
it ALWAYS gets a rather unsightly visual
glitch at the upper right corner where the header cells meet the edge of
the scrollview, specifically a little white
space. Resizing removes this, until the window loses focus, when it
comes back. Am I doing something wrong here?
I'm ust setIntercellSpacing:NSMakeSize( 0,0 ) -ing the outline view in
windowControllerDidLoadNib.
Thanks.
-- Dave Fayram