Search found 2 matches

by Jason407
Sat Nov 16, 2019 8:18 pm
Forum: Help Me
Topic: How my CEP extension can listen to [Select] event but only for [historyState]?
Replies: 4
Views: 7488

Re: How my CEP extension can listen to [Select] event but only for [historyState]?

Can you just check the current history state, and then check to see if it has changed?

This may be helpful:
viewtopic.php?f=68&t=12838&p=78124&hili ... ate#p78124
by Jason407
Mon Sep 23, 2019 5:52 pm
Forum: Help Me
Topic: Passing active document to JavaScript?
Replies: 0
Views: 4966

Passing active document to JavaScript?

When working with panels and using JavaScript to do some processing on an image, I can access the current file via its path. However, is there a way to actually send the current state of the document into JavaScript? I guess I could save a temp file and access that, but was wondering if there was a ...