Re: FrameMaker 7.0 and 10.2.2 scripting problems
Re: FrameMaker 7.0 and 10.2.2 scripting problems
- Subject: Re: FrameMaker 7.0 and 10.2.2 scripting problems
- From: David Crowe <email@hidden>
- Date: Fri, 17 Jan 2003 11:17:58 +0800
Pete;
The following script works for me (with Frame 6.0):
set fileToOpen to (choose file with prompt ,
"Select a book to open: ")
display dialog fileToOpen as string -- Just to see what I've got
tell application "FrameMaker 6.0"
activate
open fileToOpen
end tell
But, if I cast to a string at the beginning and then use the keyword
'file', it does hang.
- David Crowe
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.