Passing FirstResponder calls to next responder
Passing FirstResponder calls to next responder
- Subject: Passing FirstResponder calls to next responder
- From: Kevin Smith <email@hidden>
- Date: Fri, 8 Aug 2003 21:55:28 -0400
I have a document-based application that uses combo boxes to modify
font families as well as the normal font panel. The interface also
uses the font menu and buttons on the interface for bold, italic, etc.
When a bold or italic button is pressed, I want the combo box to pass
the message to the next responder. If a font name is selected in the
font panel, the combo box should select the new font name and also pass
the message to the next responder. I realize that I'm probably going
to have to create a subclass of NSComboBox to do this, but how to I
pass the FirstResponder messages on to the next responder?
Kevin Smith
email@hidden
_______________________________________________
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.