windowWithWindowNumber: ?
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.