Re: IKImageBrowserView Dragging outside

2009-10-26 Thread Tobias Jordan
Hey Jonathan & Thomas, it's finally working and even more easier than I've thought: So I made a subclass of my IKImageBrowserView and added a new delegate method, the one's missing: // --- // -browserView:dropped

Re: IKImageBrowserView Dragging outside

2009-10-25 Thread jonat...@mugginsoft.com
On 24 Oct 2009, at 16:36, TFS - Tobias Jordan wrote: Thanks again Thomas and Jonathan. What you've written, Thomas, is indeed working as it should however I can't use it for my project since I am creating special folder structures when copying the files, e.g. Adobe Photoshop Files -> 2008-

Re: IKImageBrowserView Dragging outside

2009-10-24 Thread TFS - Tobias Jordan
Thanks again Thomas and Jonathan. What you've written, Thomas, is indeed working as it should however I can't use it for my project since I am creating special folder structures when copying the files, e.g. Adobe Photoshop Files -> 2008-10-20 -> MyPSFile.psd. Isn't there a way to get the fo

Re: IKImageBrowserView Dragging outside

2009-10-23 Thread Thomas Goossens
On Oct 23, 2009, at 9:15 PM, TFS - Tobias Jordan wrote: > Thanks for that, Thomas. The Problem I'm having is that the > IKImageBrowserView is just representing previews. So it's a file preview and > there's a path behind the preview to be copied when dragging out. > With the standard settings o

Re: IKImageBrowserView Dragging outside

2009-10-23 Thread TFS - Tobias Jordan
Thanks for that, Thomas. The Problem I'm having is that the IKImageBrowserView is just representing previews. So it's a file preview and there's a path behind the preview to be copied when dragging out. With the standard settings of the view, I'll get the preview image copied to the locatio

Re: IKImageBrowserView Dragging outside

2009-10-23 Thread Thomas Goossens
Hi Jordan, imageBrowser:writeItemsAtIndexes:toPasteboard: is indeed the way to go. Implement this method in your datasource and just fill the pasteboard with the info you want (Images, paths, urls, data...) for the indexes passed in arguments. Also if you feed the imageBrowser with paths or url

IKImageBrowserView Dragging outside

2009-10-23 Thread TFS - Tobias Jordan
Hi all, I've been wondering on how to implement dragging out of the view in the IKImageBrowserView. I am pretty sure this is where I have to start: -imageBrowser:writeItemsAtIndexes:toPasteboard: but I don't have a clue what to do next. It's not a real File Promise, I just need the folder