Copy link to clipboard
Copied
In my .jsx file I have the following function:
Copy link to clipboard
Copied
Just to clarify this is for an extension. This function is called by a JavaScript function that a button calls. I know this showForm function is called because I can see the first alert. Interestingly this works if I run it as a script.
Copy link to clipboard
Copied
Just running your function in ExtendScript Toolkit, I get a different behavior. I get the first alert, then the tiny window opens briefly (then disappears) and then I get the second alert. Don't know if that's helpful.
Copy link to clipboard
Copied
Do you get any error messages when running it with the debugger active?
Also, are you sure you run the script with After Effects as host app? Premiere Pro is missing lots of the UI stuff, for example.