How can I find out what name to use in an AppleScript to address a
particular window?
I have a two-screen setup -- Macbook plus an external monitor. After
I've used the MacBook stand-alone, I run an AppleScript that rearranges
the windows across the two screens, but there are a couple of windows I
haven't been able to "get ahold of".
One is Mail's "Activity Viewer" window (AppleScript does not acknowledge
that as its name, although that's what it says across the top); the
other is iTunes when it is in the small "control panel" configuration.
When it's in the "big window" configuration, my script moves it just
fine, but not when it's small (so I suppose it has a different name
then?)
So I was wondering, is there some simple AppleScript I could run that
would list *all* visible windows and their names?
thx
Isaac