Select Object in NSDictionaryController
Select Object in NSDictionaryController
- Subject: Select Object in NSDictionaryController
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Sun, 19 Apr 2009 14:29:05 +0700
I have a table with two columns, labeled "Key" and "Value" bound to
myDictionaryController.key and myDictionaryController.value.
Now I want to select a row programmatically (e.g.
[ myDictionaryController selectRowWIthKey: @"someKey" ]; ).
But such a method I cannot find.
And trying to use the inherited "selectObjects:" does not work
(nothing happens, not even an error message).
So: how can I select a row in my table?
Kind regards,
Gerriet.
_______________________________________________
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