您的位置:首页 > 运维架构

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

2017-03-28 14:15 330 查看
参考: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");
}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐