Rev On Top?

Robert Brenstein rjb at robelko.com
Thu Aug 25 08:24:50 EDT 2005


>Peter,
>
>Try in AS to
>
>   tell finder to hide app "filemaker pro"
>
>or something like that...
>
>---------------------=---------------------
>Xavier

Actually, it should be the other way. Execute as AppleScript 
something like this:

   tell application "Revolution" to activate

"Revolution" must be an actual name of the process. This should cause 
the program to come forward.

Robert



More information about the use-livecode mailing list