gpt4 book ai didi

apache-flex - 为什么我在添加 DateField 组件时得到 "Error #1069: Property softKeyboardRect not found on flash.display.Stage and there is no default value."?

转载 作者:行者123 更新时间:2023-12-04 18:21:20 24 4
gpt4 key购买 nike

我正在尝试将 DateField 组件添加到我的 flex 应用程序中,但是当我单击它时,会出现以下运行时错误:

[故障] 异常,信息=ReferenceError:错误 #1069:在 flash.display.Stage 上找不到属性 softKeyboardRect,并且没有默认值。

如果我在一个简单的应用程序中执行它并在其上添加 DateField,它可以正常工作,但是当我将它添加到另一个应用程序时它不起作用。

<mx:Application xmlns:fx="http://ns.adobe.com/mxml/2009" 
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"
color="#333333"
creationComplete="init()">

.... action script code.....

<fx:Declarations>
.............
</fx:Declarations>

<mx:Panel id="MainPanel" title="MyApp" height="1000" width="1100" layout="horizontal" verticalScrollPolicy="auto" >

<mx:HBox id="HBoxHeader" >
<mx:DateField id="StartDate">
</mx:DateField>

</mx:HBox>
<mx:VBox id = "VBoxGroupHeader_LB" height="950" width="250" verticalScrollPolicy="on" visible="true" horizontalAlign="center">
<mx:Label id="groupLable_LB" text="GROUPS" />
<mx:LinkBar id="linkBarGroup" direction="vertical" horizontalAlign="center" itemClick="getMembers(String(event.label))"/>
</mx:VBox>

<mx:VBox id = "VBoxMembersHeader_LB" height="950" width="250" verticalScrollPolicy="on" visible="true" horizontalAlign="center">
<mx:Label id="memberLabel_LB" text="MEMBERS" />
<mx:LinkBar id="linkBarMember" direction="vertical" horizontalAlign="center" itemClick="getMemberTypes('stats.' + activeGroup + '.' + String(event.label))"/>
</mx:VBox>

<mx:VBox id = "VBoxGraphs" height="950" width="580" verticalScrollPolicy="on" visible="true">
</mx:VBox>

</mx:Panel>

知道什么可能导致这个问题吗?

谢谢

最佳答案

您的目标是较旧的 Flash Player,如果您使用的是 SDK 4.6,则至少需要 Flash Player 11.1。

关于apache-flex - 为什么我在添加 DateField 组件时得到 "Error #1069: Property softKeyboardRect not found on flash.display.Stage and there is no default value."?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10620678/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com