Re: NSBrowser drag question
Re: NSBrowser drag question
- Subject: Re: NSBrowser drag question
- From: Scott Anguish <email@hidden>
- Date: Wed, 23 May 2001 23:15:55 -0700
On Wednesday, May 23, 2001, at 06:17 PM, Greg Betzel wrote:
On Wednesday, May 23, 2001, at 03:45 am, John O'Keeffe wrote:
I have a browser that my Objective-C cocoa application populates with
a series of NSStrings (ie essentially it generates a list of possible
words based on a start word). I'd like the user of the program to be
able to select a word in the list and drag it to another application
like stickies. Is this possible and if so, could someone point be
into the right direction.
NSBrowser doesn't support this sort of thing without effort (if at can
be done all; I couldn't make it work at least). Maybe someone here can
prove me wrong. :)
I know for a fact that others have constructed similar things,
although I think outside of the NSBrowser domain most of the time... It
can be done with NSBrowser too though.
It needs to be in the AppKit directly.. it's a standard thing that
people need, and Apple clearly has the code for it already lurking..