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

Dropdownlist not displaying all options

New Here ,
Jul 25, 2019 Jul 25, 2019

I am trying to build a script for Illustrator using the ESTC and the drop down menu's are not fully showing. There is no way for me to scroll in the menu to see the other options and both of the menu's cut off and don't show all the options. Any help would be much appreciated.

bad drop.png

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

correct answers 1 Correct answer

Community Expert , Jul 25, 2019 Jul 25, 2019

I'm not sure but it might be your hi-res screen. Are you not seeing the last item only? you might have to add a blank item at the end of your list.

the screen I'm at right now looks like this

dropdown.png

Translate
Adobe
Community Expert ,
Jul 25, 2019 Jul 25, 2019

I'm not sure but it might be your hi-res screen. Are you not seeing the last item only? you might have to add a blank item at the end of your list.

the screen I'm at right now looks like this

dropdown.png

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
New Here ,
Jul 26, 2019 Jul 26, 2019

It was because of the high res screen. Didn't even think of that. Thanks!

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 ,
May 22, 2020 May 22, 2020
LATEST

I am having a very similar problem. When I first open the dropdown I see all ofthe options but in an upside down font. When I hover my mouse over it they redraw, but there is not room for all of them. Retina display, Illustrator v23.0.4

var dropdown_array = ["Left Edge / Top Corner",
                      "Left Edge / Bottom Corner",
                      "Bottom Edge / Left Corner",
                      "Bottom Edge / Right Corner",
                      "Right Edge / Top Corner",
                      "Right Edge / Bottom Corner",
                      "None",
                      "Dummy"];

  var dropdown = gripperPnl.add("dropdownlist", undefined, undefined, {name: "dropdown", items: dropdown_array});
  dropdown.selection = 0;

Screen Shot 2020-05-22 at 11.33.53 PM.pngScreen Shot 2020-05-22 at 11.33.42 PM.png

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