Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/apache-flex/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Apache flex 导航内容选择_Apache Flex_Actionscript - Fatal编程技术网

Apache flex 导航内容选择

Apache flex 导航内容选择,apache-flex,actionscript,Apache Flex,Actionscript,是否有任何快捷方式可以将eventListener添加到类似于为NavigatorContent选择事件的内容中 我知道我可以为ViewStack上的更改事件添加一个侦听器,并通过该处理程序标识选定的NavigatorContent As2有你想要的捷径,恐怕as3没有,因为as3想知道在什么时候需要关心什么 update/enterframe函数可以减少一些代码,但在swf等待调用时,会对其施加更多的负载 在你的问题中加入一些代码,这样我们都能确切地知道你在说什么。新选择的孩子上的ViewSt

是否有任何快捷方式可以将eventListener添加到类似于为NavigatorContent选择事件的内容中


我知道我可以为ViewStack上的更改事件添加一个侦听器,并通过该处理程序标识选定的NavigatorContent

As2有你想要的捷径,恐怕as3没有,因为as3想知道在什么时候需要关心什么

update/enterframe函数可以减少一些代码,但在swf等待调用时,会对其施加更多的负载


在你的问题中加入一些代码,这样我们都能确切地知道你在说什么。

新选择的孩子上的ViewStack组件

你到底想实现什么?是否要检索viewstack中选定的NavigatorContent项?