Hiding find panel in NSTextView
Hiding find panel in NSTextView
- Subject: Hiding find panel in NSTextView
- From: Buddy Kurz <email@hidden>
- Date: Thu, 4 May 2006 08:58:35 -0700
Since this:
[textView performFindPanelAction: NSFindPanelActionHideFindPanel]
or
[textView findPanel]
or
[NSFindPanel defaultFindPanel]
don't appear to exist and
[textView setUsesFindPanel:NO]
doesn't hide an existing panel, is there any way short of
implementing my own find panel to hide the find panel that comes with
NSTextView.
I can't seem to find any method to access the panel itself.
I am swapping the content view of a window and would like the find
panel to go away when the content view that contains the text view is
removed from the window.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden