Closed GoogleCodeExporter closed 9 years ago
You should be able to do this with Vocito 1.1. Take a look at the "From Number"
property of the application and
let me know if it works for you.
Original comment by dmaclach
on 2 Dec 2008 at 4:01
It crashed script editor. Here's the script I tried (but with an actual number)
tell application "Vocito"
set the "from number" of the application to "1234567890"
end tell
Original comment by scott.ho...@gmail.com
on 2 Dec 2008 at 4:06
Interesting...you found a script editor bug, not a Vocito bug. I'll log
something against Apple. In the meantime,
give this script a try
tell application "Vocito"
set from number to "1234567890"
end tell
Original comment by dmaclach
on 2 Dec 2008 at 4:21
That did it.
This should be added to the help documents.
Thanks!
Original comment by scott.ho...@gmail.com
on 2 Dec 2008 at 4:28
Documentation updated. Thanks for the bug.
Original comment by dmaclach
on 2 Dec 2008 at 4:38
Original issue reported on code.google.com by
scott.ho...@gmail.com
on 2 Dec 2008 at 3:26