Dave,

Itai Ferber also suggested this fix, and previously I had tried it to no avail. However, the problem turned out to be where I put these lines (and a couple of others) in my code. After much fiddling, I finally got things right! Thanks for taking time to post the suggestion.

Boyd


On Nov 25, 2009, at 3:53 PM, Dave DeLong wrote:

How about this?

NSInteger index = [myOutlineView rowForItem:itemToSelect];
NSIndexSet * indexSet = [NSIndexSet indexSetWithIndex:index];
[myOutlineView selectRowIndexes:indexSet byExtendingSelection:NO];

HTH,

Dave

On Nov 25, 2009, at 4:48 PM, Boyd Collier wrote:

Mario KuĆĄnjer's question reminded me of a question that I've been pondering about NSOutlineViews, namely, is there a way to have one item on the outline initialized in the selected state when the outline is first created? That is, when the window containing the outline is first displayed to the user, what I would like is for the first item in my outline to already show as selected. Seems like there should be a simple way of doing this, but if so, I've not yet discovered it. I have a small test project based on code that Itai Ferber was kind enough to send me, and I would be more than happy to make it available to anyone who would be interested in looking at it.

Boyd
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/bcollier%40sunstroke.sdsu.edu

This email sent to bcoll...@sunstroke.sdsu.edu

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to