Questions about listbox and dropdownlist...

What type of scripts do you need?

Moderator: byronnash

Post Reply
dramaking
Posts: 2
Joined: January 11th, 2006, 4:20 pm

I have tried many times on doing a listbox or dropdownlist, but it just doesn't work...

e.g.
winObj.dropObj = winObj.add("listbox",[20,20,100,140],["item1","item2","item3"]);


Is that possible to create a "list" or "select" types in AE script? thank you very much!
vidpat
Posts: 86
Joined: October 21st, 2004, 12:36 am
Location: Phoenix, AZ
Contact:

The script UI API doesn't expose any such listbox functionality as of AE 6.5. However, it seems that this was added for AE 7.

Take a look at UIChooser.jsx (http://www.aenhancers.com/viewtopic.php?t=128) for my approach to solving this problem in 6.5.
dramaking
Posts: 2
Joined: January 11th, 2006, 4:20 pm

thanks for you reply!!
Post Reply