RE: INDESIGN CS3: No Dialog for Modified or Missing Images
RE: INDESIGN CS3: No Dialog for Modified or Missing Images
- Subject: RE: INDESIGN CS3: No Dialog for Modified or Missing Images
- From: Rick Gordon <email@hidden>
- Date: Tue, 2 Sep 2008 01:56:12 -0700
Well, I've determined that it's related to an event listener, but I'm not sure why.
When I deleted an event listener coded as follows, the behavior returned to normal:
--EVENT LISTENER SCRIPT
property pTargetScript : alias "<My UserFolder>:Library:Preferences:Adobe InDesign:Version 5.0:Scripts:Scripts Panel:Toggle Overprint View.scpt"
tell application "Adobe InDesign CS3"
make event listener with properties {event type:"afterOpen", handler:pTargetScript, captures:true}
end tell
--
--SCRIPT TARGETED BY EVENT LISTENER
tell application "Adobe InDesign CS3"
tell document 1
set show rulers of view preferences to true
try
tell layout window 1
set overprint preview to true
end tell
end try
end tell
end tell
------------------
On 9/1/08 at 10:50 PM -0700, Rick Gordon wrote in a message entitled
"INDESIGN CS3: No Dialog for Modified or Missing Images":
>I must have dinged some application preference. When I open documents (either via script or just using the normal ID interface), I am no longer getting a Missing or Modified Image dialog when images are missing or modified.
>
>My user interaction settings are set to interact with all -- and besides, this occurs even without scripts.
>
>I'm not sure what preference I need to check and reset to return to the default behavior.
>
>TIA.
--
___________________________________________________
RICK GORDON
EMERALD VALLEY GRAPHICS AND CONSULTING
___________________________________________________
WWW: http://www.shelterpub.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden