makeWindowControllers question
makeWindowControllers question
- Subject: makeWindowControllers question
- From: Bill Greene <email@hidden>
- Date: Tue, 2 Dec 2003 13:20:11 -0500
When I start my application under the Xcode debugger,
makeWindowControllers is called. No surprise there, but the main
window never appears. Thereafter, whenever I click on the application
icon, makeWindowControllers is called again, but again with no window
subsequently appearing.
I determined that -[NSDocumentController
openUntitledDocumentOfType:display:], which directly calls
makeWindowControllers, gets the correct parameters and apparently does
return a valid NSDocument.
Any insight on how I might go about debugging this problem?
-- Bill
_______________________________________________
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.