Re: Row moving [source]
Re: Row moving [source]
- Subject: Re: Row moving [source]
- From: Scott Anguish <email@hidden>
- Date: Mon, 2 Feb 2004 04:25:02 -0500
On Feb 2, 2004, at 3:36 AM, mmalcolm crawford wrote:
>
The latter implementation, however, will not affect the content array.
>
It's not clear to me what the appropriate user experience should be
>
if the array is both filterable and rearrangeable.
>
yeah, this is an issue with dragging/reordering
you have to consider if there is sorting happening, and if so, perhaps
disallow dragging.
You have to consider if there is filtering, and perhaps disallow it,
or certainly be aware of what is going to happen.
have a look at iTunes.. that's the most thorough implementation of
this type of stuff I've seen. Although not done in Bindings currently.
I'm not sure I would implement the drag during a filter as it was..
and then you're getting to a monolithic drag
destination/reordering/filtering array controller.. :-)
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.