trigger document close event in photoshop Listener plugin

Comments and discussions about 8bf plugins which can be use in various applications like Photoshop, Paint Shop Pro or Photo-Paint
Post Reply
paulraj
Plugin Novice
Plugin Novice
Posts: 2
Joined: Fri Oct 18, 2013 11:43 am

trigger document close event in photoshop Listener plugin

Post by paulraj »

Dear Members,

kindly suggest me how to call a "exe" or a script on every document close event or save event in Photoshop using listener or automation plugin.

thanks,
Paulraj A

HaraldHeim
Plugin Guru
Plugin Guru
Posts: 3363
Joined: Fri Mar 08, 2002 1:00 am
Location: The Plugin Site
Contact:

Re: trigger document close event in photoshop Listener plugi

Post by HaraldHeim »

If you want to do it via an automation plugin, look closely at the automation plugins examples of the Photoshop SDK. If it is still unclear, ask at http://forums.adobe.com/community/photo ... toshop_sdk

In Photoshop you can use the Script Event Manager, to run a script when a document is closed. But you have to run an exe from your script.

paulraj
Plugin Novice
Plugin Novice
Posts: 2
Joined: Fri Oct 18, 2013 11:43 am

Re: Call document close event in photoshop Listener plugi

Post by paulraj »

Dear Sir,

I am completely new to plugin development.

The script event manager runs the "exe" but this has to be completed under plugin.
because in every machine we have to manually set the script manager to invoke the script.

Or kindly suggest me how to show the current document's resolution, alpha channel , colour objects, 16-bit channel and some more properties when the current document closes.

This has to be shown for every document when closes.

kindly suggest me how to do this in Listener or automation plugin.

thanks,
A.Paulraj

Post Reply