flex的dropdownlist在alert .show之后无法关闭下拉框的解决办法

参考:https://issues.apache.org/jira/browse/FLEX-20103
//E_list是s:DropDownList
E_list.openDropDown();
E_list.callLater(alert);
private function alert():void
{
   Alert.show("Item(s) already used by another effect");
}

猜你喜欢

转载自lhdst-163-com.iteye.com/blog/1745826