Bringing an MC app to the front
    Ken Ray 
    kray at sonsothunder.com
       
    Wed Dec 18 17:35:01 EST 2002
    
    
  
Yes, that is what I use to bring an app to the front. You don't need to open
a document, just point it to the app. Here's an example from OS X:
tell application "Finder"
  open file "Enterprise:users:kenray:desktop:applications:MyApp"
end tell
Note this also works with the ".app" extension as well.
Ken Ray
Sons of Thunder Software
Email: kray at sonsothunder.com
Web Site: http://www.sonsothunder.com/
> > tell application "Finder"
> > open file <path to the app>
> > end tell
>
> I have no trouble opening the file, the problem is bringing that app to
the
> front.
>
> Will that script bring the app forward?
>
> How can I bring the app forward without opening a document?
    
    
More information about the metacard
mailing list