Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

craneium

macrumors newbie
Original poster
This is my script, it runs through without error, i can see the check box lightly flash like its being focused in on, but it wont actually check mark the box. it does this with all my check boxes and radio buttons. I am positive that my variables are correct. Is there something i am missing with working with buttons.

tell application "Adobe InDesign CS3"
activate
end tell
tell application "System Events"
tell process "InDesign"
tell menu bar 1
click menu bar item 12
key code 125
key code 125
key code 124
key code 125
key code 125
key code 36
delay 1
end tell
tell window "Variable Links"
click checkbox "Use InDesign Tags Filter"
end tell
end tell
end tell
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.