千空

Results 3 issues of 千空

WebClient.DownloadProgressChanged在下载0kb空文件时就算完成了也不会触发,所以需要改成DownloadFileCompleted

我经常打代码时就出现报错,尤其是打了冒号时出现: ![image](https://cloud.githubusercontent.com/assets/11566473/21125681/4f90e528-c122-11e6-987f-653ad225acf4.png)

查看符号列表时发现少了不少函数,先是显示这个错误: ![image](https://cloud.githubusercontent.com/assets/11566473/21125738/cea6df2a-c122-11e6-8277-3e7423502a06.png) 重启之后也是一样的。 下面是我那个文件的所有代码: `--[[ * 任务奖励物品展示 * @author Administrator * ]] AwardItem = AwardItem or BaseClass() --[[@ 功能: 创建 参数: parent_wnd 父容器 ]] function AwardItem:__init(parent_wnd, showTips) self.root_wnd = parent_wnd:CreateChildNoName(UIType.Box,...