Open event in PSE 11

Anyone, especially newbies, asking for help with Photoshop Scripting and Photoshop Automation - as opposed to those contributing to discussion about an aspect of Photoshop Scripting

Moderators: Tom, Kukurykus

myranalis

Open event in PSE 11

Post by myranalis »

I've been using the following to register a listener for the open event.
Code: Select allapp.notifiers.add("Opn ", eventFile)
In PSE6-10 and PSCS3-6 I know for certain it works fine. But in PSE 11 it does not. There is no error raised, but the eventFile script is never called. Has anyone been able to register a file to this event id in PSE11? Or is there an alternative EventID i should be using in PSE?