Re: Is it possible to detour a drag and drop operation?
Re: Is it possible to detour a drag and drop operation?
- Subject: Re: Is it possible to detour a drag and drop operation?
- From: Iceberg-Dev <email@hidden>
- Date: Sun, 16 Aug 2009 12:32:57 +0200
On Aug 16, 2009, at 2:03 AM, Jerry Krinock wrote:
On 2009 Aug 15, at 12:51, Iceberg-Dev wrote:
When the drop is validated in the right window (type of item
accepted), I would like to either display a window above the right
window or change the right window content to give the user a list
of more detailed possible drop locations.
Seems like a "sheet" would be appropriate.
http://developer.apple.com/documentation/Cocoa/Conceptual/Sheets/
Sheets.html
It's not appropriate in this case and it would make the operation
less transparent to the user. The sheet solution would require these
additional things:
- showing the sheet
- clicking at least one
- hiding the sheet
The solution I'm looking into just requires moving the mouse.
I have tried with a window but the target of the drop does not get
changed.
Probably no one understands what you mean by that. I don't.
When the drop is validated, if you display a new window under the
current position of the mouse, the target of the drop is not moved to
the new window even if you move the mouse.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden