hey everyone,
I just started learning applescript yesterday, so bear with me.
I wanted to write a script for iChat which opens an IM window every time a specific buddy signs on.
Here is my script:
tell application "iChat"
if (buddy became available "hetu1989") then
show chat chooser for "hetu1989"
end if
end tell
When my screen name "hetu1989" signs on, my iChat gives me the following error:
I tried to find out how to get rid of this error, and I saw that some pople had also encountered it, but those threads didn't help me much. So, any help will be appreciated.
Thanks a lot!
I just started learning applescript yesterday, so bear with me.
I wanted to write a script for iChat which opens an IM window every time a specific buddy signs on.
Here is my script:
tell application "iChat"
if (buddy became available "hetu1989") then
show chat chooser for "hetu1989"
end if
end tell
When my screen name "hetu1989" signs on, my iChat gives me the following error:

I tried to find out how to get rid of this error, and I saw that some pople had also encountered it, but those threads didn't help me much. So, any help will be appreciated.
Thanks a lot!