Re: NSDocument without Title - Solved
Re: NSDocument without Title - Solved
- Subject: Re: NSDocument without Title - Solved
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Sat, 21 Jun 2003 08:24:28 +0200
On Samstag, Juni 21, 2003, at 04:42 Uhr,
email@hidden wrote:
Message: 4
Date: Thu, 19 Jun 2003 18:30:28 +0200
Subject: NSDocument without Title
From: "Gerriet M. Denkmann" <email@hidden>
To: email@hidden
I am trying to write a document based app. Everything works but:
1. the window is not titled, nor has it a proxy icon.
2. the windows do not stack
3. [ myDocument setFileName: @"huhu" ] has no visible effect.
The documents are created via "openDocumentWithContentsOfFile: filename
display: YES".
I have looked for hours at my code and the documentation.
What am I missing?
1. missing was a link in IB from the outlet "window" of the owner of
the nib (of MyDocument class) to the window.
This done, I got a window title, the windows did stack, but no
proxyIcon.
2. create all sizes (16, 48, 64, 128) in myDocument.icns (some smaller
ones were missinng).
Now I have a title with proxy icon.
Maybe this can help.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.