Tagged Questions
0
votes
1answer
549 views
How do I use an NSFormatter subclass with an NSPopUpButton
I want to use an NSFormatter subclass to format the contents of an NSPopUpButton I'm using to display a list of choices.
Basically I have an NSArray of MyObjects which is bound to the NSPopUpButton ...