On Sat, Dec 20, 2008 at 2:10 PM, John Nairn <[email protected]> wrote: > 1. I noticed the items in the Find menu were not connected to any actions. I > tried connecting them all to performFindPanelAction: (I could not find any > other options that make sense), but that did not make it work.
Looking at TextEdit's MainMenu.nib, Find, Find Next, Find Previous, and Use Selection for Find are all wired up to First Responder's -performFindPanelAction:. Find is tag 1, Find Next=2, Find Previous=3, and Use Selection=7. Jump to Selection is wired up to First Responder's -centerSelectionInVisibleArea:. Maybe you've wired up your actions to the wrong object? --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
