• 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
Re: Drag to Finder and create a file
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Drag to Finder and create a file


  • Subject: Re: Drag to Finder and create a file
  • From: The Karl Adam <email@hidden>
  • Date: Sun, 10 Apr 2005 21:59:21 -0400

Actually, the Finder will create whatever file you want, as long as
you give it the right instructions in the right order. In this case
the drag your a trying to perform is an HFS Promise Drag in which you
drag nonexistant data to the finder and to have it create a file there
as promised. You can search the archives for HFS Promise Drag and
plenty of relevant info should come up.

-Karl

On Apr 10, 2005 6:49 PM, Serge Meynard <email@hidden> wrote:
> On Apr 10, 2005, at 14:46, Lorenzo wrote:
> > I would like to drag an object from my app to the Finder and create my
> > own
> > file with my own fileName.
> > I can quite succeed when I declared the type NSTIFFPboardType in the
> > pasterboard, but when I declare my own type it doesn't work. I cannot
> > get
> > any file in the Finder. How to do that?
> >
> >     myTypes = [NSArray arrayWithObjects:MyPboardType, nil];
> >     [pboard declareTypes:myTypes owner:self];
> >     [pboard setData:someData forType:MyPboardType];
> >
> >
> > Best Regards
> > --
> > Lorenzo
> > email: email@hidden
>
> I'm no expert on Finder behavior, but I'm guessing that the Finder
> isn't set up to arbitrarily create files from unknown pasteboard
> content types. If you create a TIFF pasteboard, that's something the
> Finder recognizes and it happily complies.
>
> Serge
>
>  _______________________________________________
> 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
>
 _______________________________________________
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

References: 
 >Drag to Finder and create a file (From: Lorenzo <email@hidden>)
 >Re: Drag to Finder and create a file (From: Serge Meynard <email@hidden>)

  • Prev by Date: Objective-C third party framework/code repository... (Semi-OT?)
  • Next by Date: Re: NSTextField bindings bug - am I going mad?!
  • Previous by thread: Re: Drag to Finder and create a file
  • Next by thread: Re: Drag to Finder and create a file
  • Index(es):
    • Date
    • Thread