Search found 4 matches
- Fri Mar 14, 2008 9:10 am
- Forum: Adium
- Topic: AppleScripting Adium's send message
- Replies: 10
- Views: 5262
Re: AppleScripting Adium's send message
Again, thank you mtimmsj. My aim was to use a "calculated AppleScript" in FileMaker and it now works after I realized I had to put in the paragraph marks at the end of each line in FileMaker (simply adding a new line doesn't work and AppleScript treats everthying as a single line). So it l...
- Thu Mar 13, 2008 8:11 pm
- Forum: Adium
- Topic: AppleScripting Adium's send message
- Replies: 10
- Views: 5262
Re: AppleScripting Adium's send message
Thanks, I've read about that problem.
Can I use a "contact whose name contains "123123321" construction instead of "contacts {contact "123123321"}"? If so, how?
That's what I've tried in the very beginning and it didn't work.
Can I use a "contact whose name contains "123123321" construction instead of "contacts {contact "123123321"}"? If so, how?
That's what I've tried in the very beginning and it didn't work.
- Thu Mar 13, 2008 3:26 pm
- Forum: Adium
- Topic: AppleScripting Adium's send message
- Replies: 10
- Views: 5262
Re: AppleScripting Adium's send message
Thank you so much! That worked charmingly well.
- Thu Mar 13, 2008 11:05 am
- Forum: Adium
- Topic: AppleScripting Adium's send message
- Replies: 10
- Views: 5262
AppleScripting Adium's send message
Hi guys. I hope somebody with the knowledge of AppleScript can help me out there. The idea is simple - I need to have a script that when run would send some predefined message to one contact in my list (ICQ). I've tried different ways to do that, and one thing I'm particularly not sure about is that...