> Is there some way to get PowerPro to minimize inactive windows (say > windows that have not been focussed on for a while, or at least, > minimize all windows except the current window)? > > I've looked in the Windows command lists, but there's no option for > 'inactive', only 'all' and 'active'.
To have the time function, you'll have to build a timer and script that will notate how long a window has existed, but not had focus. For minimize all but active, you would have to store active window into a var, do a minimize all, then do a show on the window handle you stored. David Troesch | Atlanta, GA | ICQ# 2333123 "One of the secrets of life is learning to make stepping stones out of stumbling blocks." Funstuff: T-Shirt: Working hard to create new and exotic fragrances.
