Re: question about iPhoto scripting
Re: question about iPhoto scripting
- Subject: Re: question about iPhoto scripting
- From: Jonathan E Brassow <email@hidden>
- Date: Fri, 4 Mar 2005 23:46:48 -0600
On Mar 4, 2005, at 9:01 PM, kai wrote:
<snip>
With only the main iPhoto window visible, I ran this snippet:
-------------------------
tell application "iPhoto" to set appWin to name of windows
tell application "System Events" to tell process "iPhoto" to set procWin to name of windows
{appWin:appWin, procWin:procWin}
--> {appWin:{"iPhoto", "Window", "Slideshow", "General", "Window", "HTMLExport Panel", "Window"}, procWin:{"iPhoto"}}
-------------------------
<snip>
I get:
{appWin:{"iPhoto", "Window", "Window", "HTMLExport Panel", "Window"}, procWin:{}}
regardless of whether the "Export Photos" window is open or not.
I've tried using "tell process #", but that doesn't seem to work either. In fact, it doesn't matter which process I use, procWin always comes up empty.
I've tried this on my iBook. Haven't tried this test script on my iMac yet (although the original script failed in the same way). We'll see.
thanks for all the help,
brassow
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden