and another question, why can’t i import added_items
if i point to a real path (ex1) it works fine, but i wan’t to import the added_items
property dialog_timeout : 30 -- set the amount of time before dialogs auto-answer.
on adding folder items to this_folder after receiving added_items
tell application "Adobe InDesign CS3"
activate
open file "Users:bb:Desktop:cushman test:080351 COVER TEMPLATE.indt"
delay 3
tell active document
import XML from "BEE-MP-02:Users:bb:Desktop:cushman test:TERADATA.xml"
end tell
end tell
end adding folder items to
property dialog_timeout : 30 -- set the amount of time before dialogs auto-answer.
on adding folder items to this_folder after receiving added_items
tell application "Adobe InDesign CS3"
activate
open file "Users:bb:Desktop:cushman test:080351 COVER TEMPLATE.indt"
delay 3
tell active document
import XML from added_items
end tell
end tell
end adding folder items to
thanks!!