5D艺术网首页
商城
|
资讯
|
作品
|
博客
|
教程
|
论坛
登录
注册
加为好友
发短消息
来自:
性别:秘密
最后登录:2007-04-12
http://mmommo.5d.cn/
首页
|
新闻
|
话题
|
博客
|
相册
|
艺术作品
|
社交关系
|
留言板
|
社交圈
2004/08/11 | TextField onKillFocus 的死循环
类别(Actionscript)
|
评论
(0)
|
阅读(108)
|
发表于 14:07
txt.onKillFocus = function() {
Selection.setFocus(null);
};
出错信息:
256 levels of recursion were exceeded in one action list.
This is probably an infinite loop.
Further execution of actions has been disabled in this movie.
这说明onKillFocus是在失去焦点这个动作发生之前触发的,要不然,他就该叫onKillFocused。
0
评论
Comments
日志分类
首页
[10]
Actionscript
[8]
Remoting
[1]
RIA 动态&随想
[0]
HTML/JS/CSS
[1]