RE: IKImageBrowserView drag and drop/reordering when using core data [SOLVED]

2009-04-11 Thread jonat...@mugginsoft.com
Regarding this previous post of mine: http://www.cocoabuilder.com/archive/message/cocoa/2009/1/13/227642 The code listed in that previous posting contains an error which results in insidious behaviour: “EXC_BAD_ACCESS” sometimes generated when dragging within IKBrowserImageView I had omitte

Re: IKImageBrowserView drag and drop/reordering when using core data [SOLVED]

2009-01-13 Thread jonat...@mugginsoft.com
IKImageBrowserDataSource Protocol has the answer. For non file path represented images we need to implement - imageBrowser:writeItemsAtIndexes:toPasteboard: /* write images to paste board need for dragging of non path represented images */ - (NSUInteger) imageBrowser:(IKImageBrowserView *

IKImageBrowserView drag and drop/reordering when using core data

2009-01-13 Thread jonat...@mugginsoft.com
I have been utilising the IKImageBrowserViewWithCoreData Apple sample code and wished to add drag and drop and reordering functionality. Another Apple sample project, image-browser, covers most of the detail. My problem is the following: Drag and drop from say the finder works okay (if one can