Re: Removing the Filename flag in Doc. based Application

2008-05-27 Thread Mark Piccirelli
There's some advice about this in the "Advice for Overriders of - [NSDocument displayName]" section of the AppKit release notes at http://developer.apple.com/releasenotes/Cocoa/AppKit.html. (Searching for "advice" on that page turns up a couple of other tidbits too.)

Re: Removing the Filename flag in Doc. based Application

2008-05-24 Thread Caleb Strockbine
On May 23, 2008, at 2:51 PM, [EMAIL PROTECTED] wrote: How do I set my document based application to omit the filename reference at the top of each opened document window? Kyle Sluder's explanation is quite informative, but it may also be more complicated than you need. If you really just w

Re: Removing the Filename flag in Doc. based Application

2008-05-23 Thread Kyle Sluder
On Fri, May 23, 2008 at 11:06 PM, Roland King <[EMAIL PROTECTED]> wrote: > This seemed to me to be a good example of what's being discussed in the 'how > hard is Cocoa to learn' thread and is the kind of thing makes me pull my > hair out. To be fair, I think this the necessary foundation is pretty

Re: Removing the Filename flag in Doc. based Application

2008-05-23 Thread Roland King
This seemed to me to be a good example of what's being discussed in the 'how hard is Cocoa to learn' thread and is the kind of thing makes me pull my hair out. If you hook things up with IB and write code you think it's quite simple, then you come to something like wanting to change the tit

Re: Removing the Filename flag in Doc. based Application

2008-05-23 Thread Kyle Sluder
On Fri, May 23, 2008 at 12:33 PM, vince <[EMAIL PROTECTED]> wrote: > How do I set my document based application to omit the filename reference at > the top of each opened document window? It sounds like you need a little more education about how this works. NSDocument has a window outlet, but the

Removing the Filename flag in Doc. based Application

2008-05-23 Thread vince
thanks. How do I set my document based application to omit the filename reference at the top of each opened document window? thanks again. v. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comment