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

BridgeTalk opens ExtendScript but I don't want it to.

Explorer ,
Sep 14, 2016 Sep 14, 2016

Hello

I'm working on a panel and using BrigeTalk for the first time.  I'm sending a message from PremierePro to AfterEffects.

For some reason, when I initiate the send, ExtendScript Toolkit opens.  Why??? 

thanks,

Kelly

TOPICS
SDK
280
Translate
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

correct answers 1 Correct answer

Explorer , Sep 15, 2016 Sep 15, 2016

Disregard this bone-headed question.

I had this line of code in the Premiere.jsx

bt.onReceived = function(msg) {

     $.writeln("Received: " + msg.body);

};

Which did exactly what it was supposed to do.... write a line in the console of ESTK.

Of course, ESTK opened.......

So much for pulling my hair out.

Translate
Explorer ,
Sep 15, 2016 Sep 15, 2016
LATEST

Disregard this bone-headed question.

I had this line of code in the Premiere.jsx

bt.onReceived = function(msg) {

     $.writeln("Received: " + msg.body);

};

Which did exactly what it was supposed to do.... write a line in the console of ESTK.

Of course, ESTK opened.......

So much for pulling my hair out.

Translate
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