I'm trying to teach myself objective C and was working on the tutorial
from Apple on Cocoa. I tried to add a NSPopUpButton using IB to list
different currencies to choose from. My first issue is that when it
first starts up it lists the default 3 items, but once you hit the
button it lists mine. My second is that once it gets to that, it only
uses the rate of the first item on the list. Any help would be lovely.