Search found 2 matches

by jkemp
Thu Jun 11, 2020 12:51 pm
Forum: Help Me
Topic: Catching an "undo" event.
Replies: 0
Views: 2053

Catching an "undo" event.

I've asked on the Adobe Community, but couldn't get a working solution... I'm trying to catch an "undo" event. I already know how to deal with listeners and all. I'm already dealing with dozen of events on a panel I'm working on... but I just can't get the panel to catch an "undo"...
by jkemp
Tue May 12, 2020 3:46 pm
Forum: Help Me
Topic: Need help with events listening in HTML panel script
Replies: 1
Views: 1567

Need help with events listening in HTML panel script

Hey there, I'm currently working on a HTML panel for Photoshop. I'm having trouble with the EventListener. Well, with one particular event, the "applyLocking" one. This should fire when you change the locking status of a layer. I already have an event listenner setup (using csInterface and...