1
vote
1answer
27 views

How can I detect a dragged window from another?

In my application I want to dynamically create windows (NSWindows) and have a special window (which is a NSWindow too and I call dump space) where I can drag the other windows for closing them. ...
0
votes
0answers
51 views

DragImage and View Based NSTableView

I have a problem with the dragImage of view based tableViews with multiple columns. While cell based tableViews provide the whole visible row as the dragImage a view based tableView would just use the ...
0
votes
1answer
117 views

Cocoa WebView and HTML5 Drag and Drop

My Fellow Community - I am in some need of assistance here. I am certain this is something simple, but am just missing the mark. So please help. Scenario: On Mac OS X 10.7 or greater, I have a ...
0
votes
0answers
84 views

how to implement iphoto like animation while doing drag and drop on custom listview

i had developed the custom list view which is having NSView as a cell with variable sizes to represent the video clips in the timeline. and i had implemented the drag and drop for reordering ...
0
votes
0answers
47 views

Drag and drop doesn't get implemented only for the first row

I am fairly new to cocoa dev and I am writing an application that mimics some of iTunes functionalities. My UI consists of a split view with two table views, each one connected to an array controller ...
1
vote
1answer
86 views

Get dropped mail message from Apple Mail in Cocoa

I googled and read docs. Searched on SO, found answers that propose usage of Applescript, but I can't use Applescript because of sandbox. I am working on Cocoa application (written in Objective-C and ...
1
vote
0answers
47 views

How to set default NSDragOperation when user is dragging?

I am making a drop & drop code. I used NSDragOperationGeneric | NSDragOperationMove | NSDragOperationCopy | NSDragOperationLink mode for all drag & drop code. My problem is the mouse cursor is ...
0
votes
1answer
40 views

PXListView drag and drop is not doing working

i have created the NSViewController for managing the PXListView....delegate is connect with File owner... here everything is working as per the expectation..except drag and drop... while dragging it ...
0
votes
1answer
41 views

drag and drop in PXListView is not working in the Demo App. how to fix it?

i am working with PXListView and i am testing with Demo App which came inside the PXListView...while doing the drag and drop it is not working properly... the drop is not working... i have added the ...
0
votes
1answer
73 views

How to enable drop something on the Trash.app in objective-c

I've got implemented Drag and Drop from Finder to my app to NSTableView, and I created link to document, etc. But I want to make delete operation by drag item from NSTableView and drop this row onto ...
0
votes
0answers
41 views

How to change draggingFormation for NSBrowser local drag and drop

I have implemented a view controller with local drag and drop of items from multiple NSBrowser cells onto a cell within the same NSBrowser control. Pretty much everything is working as I wish, except ...
0
votes
0answers
62 views

Why can I implement NSDraggingDestination methods in a NSWindowController?

I am working on using Cocoa's Drag & Drop API in a non-C environment. I'll have to use the objc/runtime.h functions and so I need to understand where exactly I have to inject the necessary ...
1
vote
1answer
28 views

NSImage is 'retained' between drag operations

Hi I have implemented: - (NSImage *)dragImageForRowsWithIndexes:(NSIndexSet *)dragRows tableColumns:(NSArray *)tableColumns event:(NSEvent *)dragEvent offset:(NSPointPointer)dragImageOffset { ...
0
votes
0answers
80 views

Limit allowed operations to only NSDragOperationCopy

I have a custom view that is a drag source. I want to limit the allowed drag operations to only a copy, and hence I return NSDragOperationCopy in my ...
2
votes
1answer
169 views

NSView image corruption when dragging from scaled view

I have a custom subclass of NSView that implements drag/drop for copying the image in the view to another application. The relevant code in my class looks like this: #pragma mark - #pragma mark ...
1
vote
1answer
156 views

Drag a button in OSX 10.8 SDK/objective-c

I started using objective-c today in order to develop an app for OSX (mountain lion). I have a bunch of buttons that I would like to drag them into some other object, for instance a text field. I ...
1
vote
0answers
36 views

How to accept drag on Dock expose window?

When you drag to a dock icon and pause, all of that app's windows are brought to the front in an expose-like view. Dragging to those windows will outline the window in blue, but how do I get the ...
0
votes
1answer
69 views

NSWindow doesn't respond until click

I've got an image editor window. After drag event I minimize my window to miniature in the bottom left corner, after drop on the miniature I return window back. Above the miniature I change cursor to ...
0
votes
1answer
234 views

Promising files from my view-based NSTableView

I'm writing a Mac app with a view-based table view. It's a list of images, which I intend for the user to be able to drag to the Finder to save each image to a file. The data source owns an array of ...
0
votes
2answers
334 views

Drag and drop from finder to WebView

I'm using a WebView in edit mode. I have implemented this method from WebUIDelegate Procotol: - (void)webView:(WebView *)sender willPerformDragDestinationAction:(WebDragDestinationAction)action ...
0
votes
0answers
69 views

NSDragOperation is not working properly

I have main view and a NSTableView subView in it. I need to drag some folders into NSTableView or anywhere inside the main view. I have implemented NSDraggingDestination protocols in the mainView. ...
2
votes
0answers
93 views

Finding the origin (URL) of a dragged and dropped image/text on a cocoa application dock tile on 10.6.8

I have just started coding an application in cocoa on OSX 10.6.8. It is well underway mostly thanks to threads I have found here. For the subtle functionality I am about to explain I've looked ...
0
votes
0answers
127 views

Drag an item from NSTableView to a NSView

I have an NSTableView containing some custom NSTableCellView , which contains an image and two textfields Now, I want to drag an item from NSTableCellView (that corresponds to one object in my array ...
0
votes
0answers
59 views

CoreDragMessageHandler : Cannot track drag receiver. No pasteboard name.

I'm working on an NSBundle that is integrated into a larger application as a plugin. I have subclassed NSImageView to create a view intended to display a directory selection. I want to allow users to ...
1
vote
1answer
48 views

Handling dragging files from Finder into a limited-index NSTableView

I have an existing NSTableView set up to accept filename dragging from finder. I need to limit the TableView to 10 entries max. If a user drags in more files than the available slots, should I accept ...
0
votes
1answer
224 views

Drag and drop from within a NSOutlineView

I'm trying to figure out how to implement drag and drop from within a NSOutlineView to itself. For example, I want the user to be able to reorder and nest and re-nest the items in the NSOutlineView, ...
0
votes
1answer
328 views

Drag & drop (<NSDraggingDestination>) in Cocoa does not work

I want to implement some "simple" drag & drop into my Mac application. I dragged in a view and entered "MyView" in my nib file accordingly.However I do not get any response in my console (I try ...
0
votes
0answers
60 views

Drag from Mail.app to application running in menu bar

I understand it is possible to write a Mac application that allows the user to drag and drop files onto an icon in the menu bar (e.g. Cloud App). Also, when dragging an email from Mail.app into a ...
0
votes
1answer
136 views

NSBrowser fills NSPasteboard but won't drop

I have an NSBroswer with a series of entries that look up a text blob. If the blob exists then - (BOOL)browser:canDragRowsWithIndexes:inColumn:withEvent: returns YES. This invokes - ...
1
vote
2answers
258 views

NSView Drag Operation Error

I'm coding in Cocoa, on OS X. I'm trying to receive a file that is dragged and dropped onto my NSView subclass - which I can do; and get its contents and filename and display them - which I can do ...
1
vote
1answer
75 views

NSURL without %

I'm implementing my drag&drop method. How can I get NSUrl without % where spaces should be? I convert NSUrl to NSString later, but I can't tell NSString to replace % with space, because there is ...
0
votes
2answers
126 views

Drag&Drop NSURL without “file://”

I'm implementing my drag&drop method. I need that when user drags something on my app window I can get that file URL. NSURL needs to be converted to char. Thats OK. But how to remove file:// from ...
0
votes
0answers
22 views

how to properly drag an image that has been scaled up in size?

I have the following method which works great apart from the fact that now the image is double the size, the 'dragging' of the image does not follow the user's finger. Is there some way to make this ...
1
vote
0answers
250 views

Mac app - drag and drop files into a menubar application

My inspiration for this project is the Droplr and CloudApp mac menubar applications. I have been attempting to implement the code explained here. However, when I implement the code, the menubar ...
1
vote
1answer
172 views

NSCollectionView annoying delay before dragging when multiple selection enabled

I have a basic Cocoa app with an NSCollectionView showing a number of files. The collection view allows selecting multiple items at once. The problem is that in order to select two or more items to ...
0
votes
1answer
100 views

Drag-n-Drop NSTabViewItem

In my application, we have NSTabViewItem inside NSTab , and there could be More then one NSTabViewItem are possible, To Support one of the feature, we need to support Drag-n-Drop in NSTabViewItem, ...
0
votes
1answer
88 views

Is it possible to drag and drop PNG images from your desktop into a running Cocoa application?

I want to build a Cocoa application where I'm able to just grab PNGs from either a folder or desktop, and drag and drop it into an already running Cocoa application window, and that application will ...
0
votes
1answer
65 views

How to see how many files in draggingPasteboard?

I have a drag operation that only allows to drag a single file, and I want to capture this on "draggingEntered" like so: - (NSDragOperation)draggingEntered:(id<NSDraggingInfo>)sender { if ...
0
votes
1answer
50 views

Evaluate an If statement after dragging an image?

I'm dragging an imageView around the screen which is working great. At the moment, it is evaluating an if statement every time the image is moving, but I would like it to check it once the user has ...
1
vote
1answer
88 views

When using drag and drop tracking areas not detected/defined

My problem is that when I'm dragging something in my view, my tracking areas are not detected. I have a text and I've defined some tracking areas so that if I go over a specific part of the text I ...
2
votes
1answer
240 views

Dragging URLs into my app

I posted this question about dragging content from OS X Finder into an NSTableView. This all works nicely now. However, if I want to drag URLs from a browser address bar into my app, I first need to ...
2
votes
1answer
955 views

NSTableView and drag and drop from Finder

I'm trying to implement drag and drop from the Finder into an NSTableView of my app. The setup uses an NSTableView, an array controller which acts as a datasource using Cocoa bindings to a Core Data ...
0
votes
0answers
175 views

Cocoa Drag and Drop delegates not working the way I would expect

I made a very simple class that subclasses NSTextField so I could have more control over the drag and drop behavior, but I'm running into confusion. According to what I think I understand in the ...
4
votes
1answer
398 views

Drag and Drop - Is it possible to get the URL?

I implemented a simple drag and drop. The main purpose is for users to drag and drop images from a browser. Is it possible for me get the URL that this image was dragged from? So lets say, I am on SO ...
17
votes
3answers
1k views

Opening a gap in NSTableView during drag and drop

I've got a simple, single-column, view-based NSTableView with items in it that can be dragged to reorder them. During drag and drop, I'd like to make it so that a gap for the item-to-be-dropped opens ...
0
votes
1answer
109 views

What to use in lieu of NSOutlineViewDataSource outlineView:draggingSession:endedAtPoint:operation:?

Unlike NSTableViewDataSource, the NSOutlineViewDataSource protocol has no outlineView:draggingSession:endedAtPoint:operation: selector. When a user drags an item from my NSOutlineView, how do I ...
0
votes
1answer
134 views

When registering drag destinations for file types, what types are available?

I'm setting up drag and drop code and I need to know how to make the destinations register only for a few types. Some just a few image types: PNG, JPG, GIF, etc: and others folders, images, and video ...
0
votes
1answer
93 views

put NSData and a file extension to pasteboard

I've been searching online for a long time the answer to a question that has left me locked. I have a subclassed NSView and want it to be draggable. When released into the desktop want to be saved as ...
0
votes
1answer
454 views

Drag and drop from Cocoa App to Finder

I have a NSCollectionView, that displays some files: What I want is... being able to select one file. being able to drag this file and drop it on the desktop or another Finder window. The file ...
1
vote
1answer
449 views

[Mac]How to reproduce drag and drop from cloudapp in the system bar menu?

I'm trying to reproduce the drag and drop into the system bar menu of cloudapp for mac. I've done some search but doesn't find anything that could help me. To create the menu I followed this tutorial ...

1 2 3 4