• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

How can I capture an event in Photoshop CS4 ?

New Here ,
Apr 20, 2009 Apr 20, 2009

Copy link to clipboard

Copied

Hi,

I want that when, I modify the properties of a slice, it triggers a dialog box that i have made myself.

In order to make that, I have to know how to capture this event. For the design of the dialog box, there isn't problems ..i know how to do that but not how to capture this event.

I have already analyze the Getter plugin and his "getter.log" but i don't understand how it works. Listener is more easy to understand.

How can we have informations about slices in a document thanks to SDK commands ?

Thanks in advance.

TOPICS
Actions and scripting , SDK

Views

720

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Advisor ,
Apr 22, 2009 Apr 22, 2009

Copy link to clipboard

Copied

LATEST

If you are not seeing anything in the scripting listener log for slices, then there is nothing you can do. There is no support for slices in the JS DOM, but there may be via the scripting listener.

If you can find any useful events there, you would add a handler via the Scripts Event Manger. But this would only notify you after the change had been made which may or may not be helpful.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines