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

Examples of Simple Dialogues?

Guest
Apr 06, 2011 Apr 06, 2011

Are there any examples of scripting simple ComboBox & TextInput Dialogues Popups?

TOPICS
Scripting
1.1K
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
Adobe
Guide ,
Apr 06, 2011 Apr 06, 2011

You don't mention which scripting language you are using with Illustrator…? In JavaScript there are standard window types alert(), confirm() & prompt() for everything that requires more you use scriptUI and there is a very good starters guide PDF by Peter Kahrel that can be found in the ID scripting forum…

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
Guest
Apr 06, 2011 Apr 06, 2011

Thanks for the Peter Kahrel recommendation.   I forgot there are multiple scripting languages.  I'm using Javascript with the ExtendScript app.

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
Guide ,
Apr 07, 2011 Apr 07, 2011
LATEST

The PDF by Peter is meant to work alongside the Tool Kit Guide PDF produced by Adobe. That also contains a section on the 'window' class and scriptUI. Peter's just has better working examples… to get you started… The Tool Kit guide also covers all the stuff that is available suite wide and not specific to any app…

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