Re: How to initiate drag&drop for a filename outside of NSView mouseDown

2011-12-11 Thread Vojtěch Meluzín
No you don't understand me, it will be called with mouse down, it's just there is some internal cross-platform event management system and I think it could be called outside mouseDown. Vojtech Dne 11. prosince 2011 1:44 Kyle Sluder napsal(a): > 2011/12/10 Vojtěch Meluzín : > >> > >> I need to i

Re: How to initiate drag&drop for a filename outside of NSView mouseDown

2011-12-10 Thread Kyle Sluder
2011/12/10 Vojtěch Meluzín : >> >> I need to initiate a simple drag & drop operation for a single filename, >> but it will not be called within NSView mouseDown, but shortly afterwards >> (internal reasons). >> >> >> What does “shortly afterwards” mean, exactly? Assuming you returned from >> the -m

Re: How to initiate drag&drop for a filename outside of NSView mouseDown

2011-12-10 Thread Vojtěch Meluzín
> > I need to initiate a simple drag & drop operation for a single filename, > but it will not be called within NSView mouseDown, but shortly afterwards > (internal reasons). > > > What does “shortly afterwards” mean, exactly? Assuming you returned from > the -mouseDown: method, what are you starti

Re: How to initiate drag&drop for a filename outside of NSView mouseDown

2011-12-09 Thread Jens Alfke
On Dec 7, 2011, at 12:29 PM, Vojtěch Meluzín wrote: > I need to initiate a simple drag & drop operation for a single filename, > but it will not be called within NSView mouseDown, but shortly afterwards > (internal reasons). What does “shortly afterwards” mean, exactly? Assuming you returned fro

Re: How to initiate drag&drop for a filename outside of NSView mouseDown

2011-12-09 Thread Vojtěch Meluzín
No ideas?? Dne 7. prosince 2011 21:29 Vojtěch Meluzín napsal(a): > Hi, > > I need to initiate a simple drag & drop operation for a single filename, > but it will not be called within NSView mouseDown, but shortly afterwards > (internal reasons). The mouse button will still be pressed, but the > m

How to initiate drag&drop for a filename outside of NSView mouseDown

2011-12-07 Thread Vojtěch Meluzín
Hi, I need to initiate a simple drag & drop operation for a single filename, but it will not be called within NSView mouseDown, but shortly afterwards (internal reasons). The mouse button will still be pressed, but the mouseDown even will already be finished. How to do this? Regards Vojtech _