Look at this great screenshot and I think you can imagine what I could ask...
The players:
to the right: the preferences-panel and a
NSTableView
to the left: main-window with aNSPopUpButton(under theNSMenu;] )
The selected object of the popup is binded to one of these in the tableview. This ugly thing (what you can see there) appears when I remove the (in the popup selected) object from the tableview. I'm using CoreData and the NSArrayController is binded to one Entity.
I found 2 interesting things:
NSManagedObjectContextObjectsDidChangeNotification
[NSPopUpButton synchronizeTitleAndSelectedItem];
With the first I know when someone removes a item from the tableview; the second doesn't work unfortunately for my problem...
So any idea how to blast away this ugly thing? =D
By the way: If you are interested in this nice app and a native URL shortener you should look here.
