Quantcast
Channel: Adobe Community: Message List - Photoshop Scripting
Viewing all articles
Browse latest Browse all 27456

Re: ListItem.selected reports wrong values in DropDownList.onChange

$
0
0

A workaround is using DropDownList.selection property:

dialog.ddl.onChange = function() {     for (var i = 0; i < options.length; ++i) {          options[i].hide();     }     options[this.selection.index].show();
};

Viewing all articles
Browse latest Browse all 27456

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>