Last question, I promise. (Well, at least for today.)
I've got a popup button menu with half-a-dozen selections in it. I've got a command event handler that is correctly invoked for each selection. However, I want to retrieve the string associated with each selection for display elsewhere on the window. (I want to define the strings only in the nib file, rather than hardcoding them in the app as well.)
How do I retrieve the current string? (Yet another instance of a poorly documented control. Is is just me? )
I've got a popup button menu with half-a-dozen selections in it. I've got a command event handler that is correctly invoked for each selection. However, I want to retrieve the string associated with each selection for display elsewhere on the window. (I want to define the strings only in the nib file, rather than hardcoding them in the app as well.)
How do I retrieve the current string? (Yet another instance of a poorly documented control. Is is just me? )