I have been using a couple of scripts written under 10.4 for InDesign CS3. They are fairly simple, but some parts appear to be broken now that I have updated my system to Snow Leopard. eg,
tell application "Adobe InDesign CS3"
set myDialog to make dialog with properties {name:"File Naming Options"}
set myResult to show myDialog
end tell
This used to work, but no longer works under 10.6.
This however does still work:
tell application "Adobe InDesign CS3"
display dialog (get id of application "Adobe InDesign CS3")
end tell
Any ideas how I can find out what has changed under 10.6?
thanks,
Jamie