Re: Row moving [source]
Re: Row moving [source]
- Subject: Re: Row moving [source]
- From: Herr Witten <email@hidden>
- Date: Mon, 2 Feb 2004 19:30:10 -0500
You make use of [self setSelectionIndex:index-1];. If just the content
array is changed, then nothing is updated properly, from my own
experience. I tried it again too, but only one row is changed, and the
others are updated when they are redrawn. The key is to tell
NSArrayController with its own messages that something has been
updated.
On 2 Feb 2004, at 1:30 PM, mmalcolm crawford wrote:
>
This turns out not to be the case:
>
<http://homepage.mac.com/mmalc/CocoaExamples/SearchFieldMove.zip>
_______________________________________________
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.