Re: Find Panel Stopped Working (maybe)

2008-12-20 Thread John Nairn
Thanks Kyle. That did solve it. I am guessing it never worked before and that my original nib file was created before 10.3 and thus did not use the required performFindPanelAction tags. I did wire them to the correct actions, by I assume NSTextView validated according to those tags and sinc

Re: Find Panel Stopped Working (maybe)

2008-12-20 Thread Kyle Sluder
On Sat, Dec 20, 2008 at 2:10 PM, John Nairn 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 Mai

Find Panel Stopped Working (maybe)

2008-12-20 Thread John Nairn
I have the "Uses Find Panel" checked for the only NSTextView in a window, but it does not use a Find panel. I think it used to use the Find Panel before (but I am not sure). Is there something more that is needed besides checking that box? Some other possibilities: 1. I noticed the items i