I didn't see any actual question.  I think you also need to post more code if 
you want anything better than wild guesses about what you are doing.

Start here: 
http://developer.apple.com/documentation/Cocoa/Conceptual/DragandDrop/DragandDrop.html

I assume you are using - (void)dragImage:(NSImage *)anImage 
at:(NSPoint)imageLoc offset:(NSSize)mouseOffset event:(NSEvent *)theEvent 
pasteboard:(NSPasteboard *)pboard source:(id)sourceObject 
slideBack:(BOOL)slideBack

What offset are you using, and does that account for changes in x position?

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to