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 window for that contact's iPhone.  

I can currently kind of do this by doing QS -> Contact <right arrow>, find 
Mobile/iPhone <tab>qs imessage<return>

The simple "qs imessage.scpt" is below:

*using terms from* *application* "Quicksilver"

       *on* *process text* _text_

               *tell* *application* "Messages"

                       *set* targetService *to* 1*st* *service* *whose* service 
type = *iMessage*

                       *set* targetBuddy *to* *buddy* _text_ *of* 
targetService

                       *send* "" to targetBuddy

                       *activate*

               *end* *tell*

       *end* *process text*

*end* *using terms from*


Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.

Reply via email to