• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Find Panel Search Metadata
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Find Panel Search Metadata


  • Subject: Find Panel Search Metadata
  • From: chaitanya pandit <email@hidden>
  • Date: Thu, 11 Sep 2008 14:05:44 +0530

Hi,
I am trying to implement a custom find panel in the textView, and i need to get the shared find options like 'ignore case', 'starts with' etc.
The text view documentation talks about Find Panel Search Metadata, where you have to get the property list for the search options from the find pasteboard.
So i tried this:


NSPasteboard *findPasteBoard = [NSPasteboard pasteboardWithName:NSFindPboard];
// Need to do this before calling propertylistForType:
[findPasteBoard types];
id options = [findPasteBoard propertyListForType:NSFindPanelSearchOptionsPboardType];


But "options" is always nil.

Am i missing something or may be Is there any other way to get the find options? I'd appreciate any help.
Thanks,
Chaitanya
_______________________________________________


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


  • Prev by Date: Re: OT: Installing Apps
  • Next by Date: Cocoa application running very slow under 64 bit
  • Previous by thread: Re: Rounding very small numbers.
  • Next by thread: Cocoa application running very slow under 64 bit
  • Index(es):
    • Date
    • Thread