博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
A bug in Flex SDK 3.4?? FocusManager.focusInHandler()
阅读量:4080 次
发布时间:2019-05-25

本文共 828 字,大约阅读时间需要 2 分钟。

I have recently upgraded from Flex SDK 3.3 to SDK 3.4. Now I suddenly get this error message throughout the application:

TypeError: Error #1009: Cannot access a property or method of a null object reference.    
at mx.managers::FocusManager/focusInHandler()[C:\autobuild\galaga\frameworks\projects\framework\src\mx\managers\FocusManager.as:601] 
 
 

It occurs fairly at random, but most often when I click on a tab in a tabNavigator.

The problem is fixed when I add the attribute 'focussable="false"' to the tabNavigator,

but I'd like to keep the tabNavigator focussable, and I definately can't make all the elements in my app unfocussable.

Someone told me that this is a bug in the SDK. Is that true? If so, is there a workaround other than 'focussable="false"'?

解决办法是 'focussable="false"
 
 

posted on 2010-05-06 10:13 阅读(...) 评论(...)

转载地址:http://jztni.baihongyu.com/

你可能感兴趣的文章
[转]javascript with延伸的作用域是只读的吗?
查看>>
php的autoload与global
查看>>
IE不支持option的display:none属性
查看>>
[分享]mysql内置用于字符串型ip地址和整数型ip地址转换函数
查看>>
TableDnd(JQuery表格拖拽控件)应用进阶
查看>>
[转]开源中最好的Web开发的资源
查看>>
java接口不能实例化原因浅谈
查看>>
Https加密及攻防
查看>>
Java生成随机不重复推广码邀请码
查看>>
Java8 Lambda表达式介绍
查看>>
【JAVA数据结构】双向链表
查看>>
【JAVA数据结构】先进先出队列
查看>>
String类的intern方法随笔
查看>>
【泛型】一个简易的对象间转换的工具类(DO转VO)
查看>>
1.随机函数,计算机运行的基石
查看>>
MouseEvent的e.stageX是Number型,可见as3作者的考虑
查看>>
在mc中直接加aswing组件,该组件还需最后用validate()方法
查看>>
移植Vim配色方案到Eclipse
查看>>
从超链接调用ActionScript
查看>>
谈谈加密和混淆吧[转]
查看>>