-
DropDownList is not showing correctly in After Effects
Hi, I’m having problems with the display of the dropdownlist. I’m building a preset list that way:
var presets_list = presets_grp.add("dropdownlist", undefined, presets);
“presets” is an array with some strings. When I open the dropdownlist in Extendscript it shows all elements:Even if I add new elements with that save button:
But when I test it on after effects it only shows part of the elements, and when I add a new one it updates, the same problem persists:
I can’t find anything in the web about this. Is there a known issue with the DDL in Ae CC? Is there a way to correct that behaviour?





