• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
loadNibNamed: wiring question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: loadNibNamed: wiring question
      • From: Brian Stern <email@hidden>
  • Prev by Date: NSBox or ...
  • Next by Date: XML Database?
  • Previous by thread: NSBox or ...
  • Next by thread: Re: loadNibNamed: wiring question
  • Index(es):
    • Date
    • Thread