【发布时间】:2012-03-14 04:55:45
【问题描述】:
我对 flash builder 还很陌生,并且已经制作了一个可以工作的 RSS 提要阅读器,但是我无法让 maxDisplayedLines 截断我的 RichText 对象末尾的文本。它出现错误 #2007 Paramater child must be non-null 但我不知道什么是 null。我正在显示的文本来自 textflow
textFlow="{TextConverter.importToFlow(rdesc, TextConverter.TEXT_FIELD_HTML_FORMAT)}"
在我尝试设置最大线之前,一切都显示正常,甚至是缩略图。顺便说一句,这是针对移动设备的。
错误是 TypeError:错误 #2007:参数 child 必须为非空。 在 flash.display::DisplayObjectContainer/addChild() 在 flashx.textLayout.factory::TextFlowTextLineFactory/callbackWithTextLines()[C:\Vellum\branches\v2\2.0\dev\output\openSource\textLayout\src\flashx\textLayout\factory\TextFlowTextLineFactory.as:267] 在 flashx.textLayout.factory::TextFlowTextLineFactory/createTextLinesInternal()[C:\Vellum\branches\v2\2.0\dev\output\openSource\textLayout\src\flashx\textLayout\factory\TextFlowTextLineFactory.as:245] 在 flashx.textLayout.factory::TextFlowTextLineFactory/createTextLines()[C:\Vellum\branches\v2\2.0\dev\output\openSource\textLayout\src\flashx\textLayout\factory\TextFlowTextLineFactory.as:104] 在 spark.components::RichText/createTextLines()[E:\dev\4.y\frameworks\projects\spark\src\spark\components\RichText.as:1296] 在 spark.components::RichText/http://www.adobe.com/2006/flex/mx/internal::composeTextLines()[E:\dev\4.y\frameworks\projects\spark\src\spark\组件\RichText.as:1173] 在 spark.components.supportClasses::TextBase/updateDisplayList()[E:\dev\4.y\frameworks\projects\spark\src\spark\components\supportClasses\TextBase.as:685] 在 spark.components::RichText/updateDisplayList()[E:\dev\4.y\frameworks\projects\spark\src\spark\components\RichText.as:1131] 在 mx.core::UIComponent/validateDisplayList()[E:\dev\4.y\frameworks\projects\framework\src\mx\core\UIComponent.as:8999] 在 mx.managers::LayoutManager/validateDisplayList()[E:\dev\4.y\frameworks\projects\framework\src\mx\managers\LayoutManager.as:736] 在 mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.y\frameworks\projects\framework\src\mx\managers\LayoutManager.as:819] 在 mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.y\frameworks\projects\framework\src\mx\managers\LayoutManager.as:1180]
【问题讨论】:
标签: flash mobile rss richtext rss-reader