Re: PB bug or feature??
Re: PB bug or feature??
- Subject: Re: PB bug or feature??
- From: Kurt Revis <email@hidden>
- Date: Thu, 31 Jan 2002 08:50:37 -0800
I just discover an interesting PB behavior: if I have Mail and PB
running at the same time, and when I typed in a search string in Mail,
and then switch to a PB project window, the search string in Mail will
be copied into the "Find:" text field of the Find panel of the project.
Is this a feature or is it a bug? How did they accomplish this? It was
very spooky before I realized what's going on.
There is a "find pasteboard" which gets shared across applications
(NSFindPboard). Read the documentation for -[NSPasteboard
pasteboardWithName:].
--
Kurt Revis
email@hidden