On Jun 18, 2008, at 20:18 PM, Bill Janssen wrote:
Thanks, Daniel.
It looks impossible from my perspective and knowledge, maybe someone
smarter has it figured out.
Apparently someone has, from the scrap of Applescript I pointed to
before (OK, here it is again:
https://bugzilla.mozilla.org/sh
Thanks, Daniel.
> It looks impossible from my perspective and knowledge, maybe someone
> smarter has it figured out.
Apparently someone has, from the scrap of Applescript I pointed to
before (OK, here it is again:
https://bugzilla.mozilla.org/show_bug.cgi?id=427448).
> Generally, the double an
On Jun 18, 2008, at 19:04 PM, Bill Janssen wrote:
I'm finally trying to learn appscript, and I thought I'd write a
little system monitor that goes around to my various open applications
and logs what files/URLs I'm looking at. For Safari, this is easy:
print app('Safari').windows.first.curre
I'm finally trying to learn appscript, and I thought I'd write a
little system monitor that goes around to my various open applications
and logs what files/URLs I'm looking at. For Safari, this is easy:
print app('Safari').windows.first.current_tab.URL()
but I can't figure out how to get the c
Pierre-Alain Dorange wrote:
I've also installed py2app.
how? which version?
py2app 0.2.5 for python 2.5
That is quite old -- I wouldn't expect it to work.
Also, which Python2.5? I think you're best off with the python.org
version (not the one Apple has delivered with OS-X 10.5)
Looking