• 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
windowWithWindowNumber: ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

windowWithWindowNumber: ?


  • Subject: windowWithWindowNumber: ?
  • From: "Steven M.Palm" <email@hidden>
  • Date: Fri, 27 Sep 2002 16:00:07 -0500

I have a category of NSApplication, and the following doesn't work (returns nil):

window = [self windowWithWindowNumber:0];

However, the following *does* work:

windows = [self windows];
window = [windows objectAtIndex:0];

What gives? Do I just not understand the method?

-----------------------
- Steven M. Palm
- Ham Radio Call: N9YTY
-----------------------
_______________________________________________
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: windowWithWindowNumber: ?
      • From: Finlay Dobbie <email@hidden>
  • Prev by Date: Resetting Textured Window "background area"
  • Next by Date: Re: private Frameworks
  • Previous by thread: Resetting Textured Window "background area"
  • Next by thread: Re: windowWithWindowNumber: ?
  • Index(es):
    • Date
    • Thread