image transition while dragging
image transition while dragging
- Subject: image transition while dragging
- From: rajesh <email@hidden>
- Date: Thu, 23 Apr 2009 13:23:16 +0200
Hi All,
I am working on dragging table row (not for re-ordering or deleting)
onto a NSView....
I am returning an processed image (for dragImage) in
- (NSImage *)dragImageForRowsWithIndexes:(NSIndexSet *)dragRows
tableColumns:(NSArray *)tableColumns
event:(NSEvent *)dragEvent offset:
(NSPointPointer)dragImageOffset
{
//
return doctoredImage;
}
I want to change the dragged image with smooth transition to another
image, whenever it reaches its destination(NSView) or when drag moves
out of the source(NSTableView) just like the effect to the drag
image in interface builder tool when items from palette are dragged
out of it.
Any pointers or ideas is appreciated.
Thanks
Rajesh.
_______________________________________________
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