Hi,
I've written a small quicksilver applescript action that allows me to
send SMS messages via my providers web site.
At the moment, I invoke quicksilver, select and phone number, tab, and
start the action. The applescript action then displays a dialog
asking for the message.
I'ld like to change this so that the third quicksilver panel appears,
and I can enter the message there.
I managed to make the third panel appear by setting the argument
account to 2, but I cannot find a way to read the second argument.
If anyone can point me the right direction, I would really appreciate
it.
Thanks.
Code snippet:
using terms from application "Quicksilver"
on process text phoneNumber
<code to send the message>
end process text
on get argument count
return 2
end get argument count
end using terms from