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
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 *
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