I am using a combination of the following three applications to
achieve the desired effect (for arbitrary applicatons):

Backdrop (to hide the desktop)
MenuShade (to hide the menu)
Spirited Away (to hide all apps but the desired ones)

I have a script "Launch Shade Office":
tell application "MenuShade"
        launch
end tell
tell application "Spirited Away"
        launch
end tell
tell application "Backdrop"
        launch
end tell

and a script "Quit Shade Office":
tell application "MenuShade"
        quit
end tell
tell application "Spirited Away"
        quit
end tell
tell application "Backdrop"
        quit
end tell

cheers
--e.
--~--~---------~--~----~------------~-------~--~----~
Carbon Emacs User Group
http://groups.google.com/group/carbon-emacs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to