• 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
Drag-to-poof and tables
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Drag-to-poof and tables


  • Subject: Drag-to-poof and tables
  • From: Tomas Franzén <email@hidden>
  • Date: Mon, 2 Jun 2008 23:09:26 +0200

Hi,

I'm trying to figure out the best way to implement a scenario where there's a table where the user can drag rows to reorder (the easy part) but also drop them outside of the table to remove items with a poof. The way we do it now is to use slideBack:NO and implement draggedImage:endedAt:operation: and checking for NSDragOperationNone and determining if the cursor was outside of the table view. And if so, do the poof. This sorta-kinda works, but has some downsides. The drag image never slides back. This is fine when there's a poof, but not when the drag was ended with NSDragOperationNone inside of the table. Also, this poofs if the user presses the escape key, since that also sends NSDragOperationNone, which is horrible.

This way just feels like a dirty hack. There must be a better way. How have you implemented it in your own apps?

Thanks!

Tomas Franzén
Lighthead Software
http://www.lightheadsw.com/

_______________________________________________

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


  • Follow-Ups:
    • Re: Drag-to-poof and tables
      • From: Graham Cox <email@hidden>
  • Prev by Date: QCView loadCompositionFromFile
  • Next by Date: Spotlight multiple results for file
  • Previous by thread: Re: QCView loadCompositionFromFile
  • Next by thread: Re: Drag-to-poof and tables
  • Index(es):
    • Date
    • Thread