[Date Prev][Date Next]
[Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[New search]
To: Bill Briggs <web@xxxxxxxxxxx>, framers@xxxxxxxxxxxxxx
Subject: Re: Scripting FrameMaker
From: Larry Kollar <Larry.Kollar@xxxxxxxxxxx>
Date: Fri, 27 Oct 2000 13:37:51 -0400
Cc: framers@xxxxxxxxxxxxxx, framers@xxxxxxxxx
In-Reply-To: <LYRIS-45500-19243-2000.10.27-09.49.53--Larry.Kollar#arris-i.com@lists.frameusers.com>
References: <LYRIS-25651-19234-2000.10.27-09.38.04--web#nbnet.nb.ca@lists.frameusers.c om>
Sender: owner-framers@xxxxxxxxx
Bill Briggs wrote: >>>... the MIFfing example works fine, except that >>>I always need to specify where FrameMaker 6 is located >>Sounds like your script is locked (read-only). > The MIFfing example isn't locked, unless he locked it inadvertently. True, but it's a compiled script rather than a standalone app -- so I think my advice still applies: >>Try running it from the Script Editor, then >>[save] it after you tell it where to find FM. If you don't save a script after running it, it won't remember the locations of each app. >Since the Finder is generally always running, you can launch FrameMaker 6 >getting the Finder to call it by it's application file id, as follows. ... > >tell application "Finder" >open application file id "Fm60" >end tell Coooool. I never tried that, and I can see where that would make certain standalone scripts easier to pass around. But would it apply to situations where you already have FM open, with the book or document you want to work on in the foreground? (Most of the Frame-related AppleScripts I've written make that assumption, since I launch them from Frame's Scripts menu.) Larry ** To unsubscribe, send a message to majordomo@omsys.com ** ** with "unsubscribe framers" (no quotes) in the body. **