If you mean "put all other applications in front of your", then the =20 only way is to bring every other application to the front , like this: tell application "System Events" --or "Finder" for MacOS 9 set i to every process whose frontmost is false set c to 1 repeat if c > (count items of i) then exit repeat set p to item c of i set frontmost of p to true set c to c + 1 end repeat end tell (but the second case should probably not be done).
Yep that be it. Humm, this can't be done by declares ? This shouldn't be done ? Why's that ? I was just testing out something I wanted to try. This did work, though it means having apple script installed. _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
