Hi everyone,
I am working on a little applescript studio app and I have decided to incorporate popup buttons to select different options. I have two sections of the window, each one is a “NSBox” the sort of indented “section” object (in the same object panel as the tab view). Anyway, all the standard buttons in box 1 work, but i cannot get the selected popup item info from the popupbutton in box 2. The odd thing is that it works when it is not in the box! As soon as you set up the interface so that the popup button as well as the button that starts the action handler (which trys to get the item info from the popupbutton) are inside the box, the code returns a “NSReceiverEvaluationScriptError: 4” Do i have to do anything special when I have my popups in a box? Thanks for any help.
-James