Save a user popup selection in a custom Automator Action
问题 Using Xcode 5.* for a cocoa-applescript automator action. Interface is a a simple popup menu that gets populated using an outlet with: tell thePopupMenu to removeAllItems() tell thePopupMenu to addItemsWithTitles_(theList) When the action is used in a workflow (a Service actually), I want the next time it is run and the action dialog shows up (I will have "Options:Show when run" selected), I want the popup menu to change the selection to the last one that was selected. Right now, the default