This content has been marked as final.
Show 2 replies
-
1. Re: script snippet to open the file info dialog box?
[Ariel] Sep 16, 2014 12:33 PM (in response to rudytj)This seems to do it:
app.menuActions.itemByID(75265).invoke()
But this seems to do it too:
app.menuActions.itemByID(89092).invoke()
Not really sure what the difference is, but there probably is a
difference, so check it out carefully. If you find something, post back!
-
2. Re: script snippet to open the file info dialog box?
rudytj Sep 16, 2014 12:57 PM (in response to [Ariel])I tried both an they both worked for my application....THANK YOU!!!!!

