Quantcast
Channel: Adobe Community: Message List - Photoshop Scripting
Viewing all articles
Browse latest Browse all 27456

Re: Dispatch UIEvent

$
0
0

Not sure as I don't normally use eventListeners on panels.

But if you just want to simulate the cb1 onClick() event you can  do this

 

okButton.onClick = function() { cb1.notify(); }


Viewing all articles
Browse latest Browse all 27456

Trending Articles