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

Script opens toolkit editor.

Explorer ,
Oct 18, 2011 Oct 18, 2011

I have built my first AE script, but everytime I run it from AE it first opens the toolkit editor, which is a bit annoying. Anyone know what would cause this? The script works fine, it just opens the toolkit editor before it runs, and then evertime i use it it again it brings the toolkit editor into focus before i can acutally start using the script.

This only happens with this script not any others so I'm guessing it is something I did, or left in when i was copying and pasting from other example scripts.

I'm sure this is a total newb question, but would really appreciate the help, thanks!

FYI, im running this in CS5 on a Mac w/Lion.

TOPICS
Scripting
663
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 , Oct 18, 2011 Oct 18, 2011

Just figured it out.I had an "$.writeln" function being called in a function and on the main start up function (didn't realize that would launch the editor). Thanks for the help though!

Translate
Community Expert ,
Oct 18, 2011 Oct 18, 2011

Hmmm... do you have any breakpoints defined?

Dan

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
Explorer ,
Oct 18, 2011 Oct 18, 2011
LATEST

Just figured it out.I had an "$.writeln" function being called in a function and on the main start up function (didn't realize that would launch the editor). Thanks for the help though!

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