Re: [Pythonmac-SIG] appscript: click command not working

2005-04-23 Thread Demian Godon
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?

Re: [Pythonmac-SIG] appscript: click command not working

2005-04-23 Thread has
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'

[Pythonmac-SIG] appscript: click command not working

2005-04-23 Thread Demian Godon
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