On 20 Sep 2011, at 08:54, [email protected] wrote: > > > On 20 Sep 2011, at 02:12, Ryan Joseph wrote: > >> Maybe I'm not understanding how the system works (where are the find panel >> docs anyways?) but I simply have an NSTextView with setUsesFindPanel enabled >> and when I open the find panel (from the standard menu item) all the buttons >> have been disabled suggesting the NSTextView isn't responding. >> >> The font panel works just fine so what else does the find panel expect to >> work? Maybe I broke something but I have no idea where to look and like I >> said I couldn't even find any documentation on the find panel. >> >> Thanks for any ideas! >> > > IIRC the NSTextView needs to be both editable and selectable.
It only needs to be selectable. You can have an non-editable text view and still search it quite merrily, just that replace features won't work. We have this in our own app. _______________________________________________ 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]
