Re: Find Panel Stopped Working (maybe)
Re: Find Panel Stopped Working (maybe)
- Subject: Re: Find Panel Stopped Working (maybe)
- From: "Kyle Sluder" <email@hidden>
- Date: Sat, 20 Dec 2008 14:18:02 -0500
On Sat, Dec 20, 2008 at 2:10 PM, John Nairn <email@hidden> 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@hidden)
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:
This email sent to email@hidden