Populating Popups

I checked around online and followed the basic steps for populating a popup button from a list. That appears to work smoothly, and when I click on the popup the items are listed properly.

However, I can’t select them…I get the following runtime error:

Exception raised during posting of notification. Ignored. exception: Invalid parameter not satisfying: (index >= 0) && (index < (_itemArray ? CFArrayGetCount(_itemArray) : 0))

Did I miss a something somewhere? THANKS!

Did you mean to post this in the ASStudio forum? I assume so, because there are no popup buttons in basic applescript, unless you meant a ‘choose from list’. If you’ve done all the “basic steps for populating a popup button”, then theoretically you shouldn’t be having any problems. Please post some code so we have some way to troubleshoot your problem. :wink:

j

My mistake, thanks for pointing it out.