Ask a Question related to Mac Programming, Design and Development.
-
Simon Slavin #1
Re: Can AppleScript tell which windows are in the dock?
In article <no-FA3EC2.19594629072003@netnews.upenn.edu>,
Mark Haase <no@spam.please> wrote:
You can walk through your own windows simply by starting with>My question: Is it possible for AppleScript to walk through a global
>list of windows and tell which are minimized into the dock? If so, is it
>possible to retain pointers to those windows in an array so that I could
>expand them out of the dock at a later point in time?
set firstWindow to the front window
....
set nextWindow to the window behind firstWindow
If you want the windows belonging to other applications or
processes it's far more difficult and you won't be able to do
it entirely within AppleScript.
Simon Slavin Guest
-
Ad hovers then dock into place
I have seen ads in the past hover over the main area of a website. When the user chooses to close it, the add will then minimize and dock into a... -
Duplicating and the Dock in Mac OS 10.3.4
Whenever I try to duplicate something in Freehand 10, I use the "Option-Command-D" found under the Edit menu. That's because if I type it in... -
dock to palette well
I cant seem to get a palette dock on top of my window , and the option in each palette is grayed out, its not on option, what do I have set wrong?... -
Finder windows don't respect the dock, hard drive keeps moving
I have an original eMac with jaguar and updates current to about a week ago. I've had the continuing problem of the finder opening windows that... -
Unable to dock file broswser to dock Well
This feature is grayed out. Why?



Reply With Quote

