Thanks. The workaround works. I'll be curious to hear how this gets
resolved.
-D
has wrote:
Demian Godon wrote:
Question from a newbie (to both applescript and python):
Can someone please explain why the following script does not cause the
"Start Server" button to be clicked?
Demian Godon wrote:
>Question from a newbie (to both applescript and python):
>Can someone please explain why the following script does not cause the
>"Start Server" button to be clicked?
>
>app('/Applications/Utilities/OSXvnc.app').activate()
>app('System
>Events').application_processes['OSXvnc'
Question from a newbie (to both applescript and python):
Can someone please explain why the following script does not cause the
"Start Server" button to be clicked?
#!/usr/bin/pythonw
from appscript import *
app('/Applications/Utilities/OSXvnc.app').activate()
app('System
Events').application_p