Question: Can I pass an "ABPeopleUIDsPboardType" object to an Applescript from QS?

2016-03-19 Thread Mike Petonic
I want to select a contact from the Address Book plugin in the first pane, and then select an Applescript in the second pane so that the entire contact (and attributes) are passed to the script. Is this possible? Purpose is to create an applescript that immediately pulls up the Messages.app

Re: Question: Can I pass an "ABPeopleUIDsPboardType" object to an Applescript from QS?

2016-03-19 Thread Rob McBroom
I don’t really use AppleScript or touch that part of QS, so I don’t know if it’s possible, but things that might help: * `process text` takes the “string value” of the item and throws everything else away. Since you’re trying to get something other than the name of the contact, you probably