Skip to main content

All Questions

0 votes
0 answers
37 views

How can I add a border to NSWindow for a drag operation?

I'm trying to add a border to an NSWindow for a drag operation (in the same way that dragging into a Finder window puts a blue border around it). The problem I'm experiencing is that the border is ...
headbanger's user avatar
  • 1,092
0 votes
1 answer
168 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 ...
pAK-76's user avatar
  • 305
0 votes
2 answers
2k views

Receiving Drag events on an NSWindow when the window contains a single WebView view

I am new to objective-c and cocoa so please break things down for me. I'm working on a project started by another developer and have only been working in objective-c for 3 days. I have an NSWindow ...
wheels53's user avatar
  • 729