Copy link to clipboard
Copied
I have a dialog in which a checkbox.onClick function is called when the dialog (window) is activated, using window.onActivate.
The checkbox.onClick function fires File.openDlg the first time it is triggered, but returns immediately every subsequent time.
The window.onActivate function also returns immediately every subsequent time it is triggered.
The challenge is that the window.onActivate event seems to be triggered every time there is any activity in the window. I expected it to be triggered only following the .onShow event.
I need the File.openDlg window to appear on the same screen (on a multiple screen system) and within the bounds of the dialog window.
Thoughts?
Copy link to clipboard
Copied
Without the script code, it is difficult to understand what you are doing and what is not working for you.
Unfortunately, I have no physical ability to check any scripts on several screens.
But maybe that's not the problem.
Copy link to clipboard
Copied
It's not the problem.
Back in teh days of punched cards and paper tape I used to diagnose problems with code over the telephone.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now