loadNibNamed: wiring question
loadNibNamed: wiring question
- Subject: loadNibNamed: wiring question
- From: Matthew Weinstein <email@hidden>
- Date: Thu, 23 Oct 2003 07:07:23 -0400
I'm loading an nsdocument from nib. The problem is that the window
doesn't quite respond the way I need it to. Specifically, my window
doesn't seem to respond to updateChangeCount (at least the black dot
doesn't appear in the close button). Is there something else I need
to call or wire (IB) to make the window respond?
Here is how I'm loading the window
myReport = [[MWSummaryReport alloc] init];
[myReport setData: [resultClass hotData] andReport: r];
[myReport setDateFormat: [resultClass dateFormat]];
[NSBundle loadNibNamed: @"MWSummaryReport" owner: myReport];
[myReport windowControllerDidLoadNib: nil];
[[myReport window] makeKeyAndOrderFront: self];
[myReport buildSummary];
Thanks in advance
--
Matthew Weinstein
Associate Professor of Science Education
Kent State University
404D White Hall
KSU
Kent, OH 44242
330-672-0653
email@hidden
http://educ.kent.edu/~mweinste
_______________________________________________
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.