Printing and First Responder
Printing and First Responder
- Subject: Printing and First Responder
- From: William Fisher <email@hidden>
- Date: Wed, 17 Dec 2003 15:38:58 -0500
I have a window with 2 NSViews, both significant in the operation of
the window where usually NSView #1 is selected. The NSView #1 is in
fact a NSTableView. In any case, since NSTableView is always the first
responder, and it must be because of keyboard accessibility, etc., then
how can I make NSView #2 print? Since NSTableView will intercept the
print: command because it's most often the first responder, how can I
get NSView #2 to only trap the print: command and nothing else? Thanks.
-Will Fisher
_______________________________________________
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.