Sunday, March 28, 2010

Event Handling: Save/Save as

Hi everyone,



is there any way to process Photoshop events before they are actually handled by photoshop? What I mean is, e.g. when the user saves a file I want to prevent the whole save process given certain circumstances. I have a working notifier for ''eventSave'' in my automation-plugin but I do not receive notification directly on this event (i.e. when the user has chosen save/save as from file menu) but only after photoshop has saved. What I'm trying to do here is check my global flag and if its on and the user wants to save, I want to pop up an info-box and cancel/prevent the whole save event.
Event Handling: Save/Save as
Did u get to know how to handle these events?

Thanks
Event Handling: Save/Save as
To the best of my knowledge, this is no documented way of doing it: the Photoshop event model is based on ''do-and-notify'' paradigm, so unless the powers that be suggest differently, the answer is ''no''.

No comments:

Post a Comment