Hi Brendan
Thanks for sorting my login probs! When in column view and pick list set to ‘multiple’ I can only enter one item from the list?
Cheers
Tony
Yes that’s right. I’m using a control there called an NSPopupButton. It has support for only a single selected item. All the methods on that control are for getting and setting what the selected item is. It doesn’t have an array of selected items property on it. But I suppose what I could do is use a regular text field with an accessory control on it that displays the same multi-value Pick List popover view that I use for the details view. I’ll look into that.