[Date Prev][Date Next]
[Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[New search]
To: Larry Kollar <Larry.Kollar@xxxxxxxxxxx>
Subject: Re: Scripting FrameMaker
From: Bill Briggs <web@xxxxxxxxxxx>
Date: Fri, 27 Oct 2000 13:51:07 -0300
Cc: framers@xxxxxxxxxxxxxx, framers@xxxxxxxxx
In-Reply-To: <LYRIS-25651-19234-2000.10.27-09.38.04--web#nbnet.nb.ca@lists.frameusers.com>
References: <LYRIS-45500-7485-2000.10.24-10.41.20--Larry.Kollar#arris-i.com@lists.fram eusers.com>
Sender: owner-framers@xxxxxxxxx
At 12:37 PM -0400 27/10/00, Larry Kollar wrote: >>And to all Mac'ers out there: the MIFfing example works fine, except that >>I always need to specify where FrameMaker 6 is located. How can I enter >>the correct path while avoiding conflicts with the example script >>fragments? > >Sounds like your script is locked (read-only). The MIFfing example isn't locked, unless he locked it inadvertently. >Try running it from >the Script Editor, then saving it after you tell it where to find FM. 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. This way it will never ask you where FrameMaker is located. You don't need to worry about the path to the application. tell application "Finder" open application file id "Fm60" end tell - web ** To unsubscribe, send a message to majordomo@omsys.com ** ** with "unsubscribe framers" (no quotes) in the body. **