Search found 2 matches
- January 23rd, 2006, 5:55 pm
- Forum: Script requests
- Topic: Questions about listbox and dropdownlist...
- Replies: 2
- Views: 10257
- January 18th, 2006, 5:47 pm
- Forum: Script requests
- Topic: Questions about listbox and dropdownlist...
- Replies: 2
- Views: 10257
Questions about listbox and dropdownlist...
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 scrip...