简体   繁体   English

Flex Eskimo组合框-文本输入显示在弹出窗口上

[英]Flex eskimo combobox - textinput is displayed over popup

I´m building a unit converter (degree celsius to degree fahrenheit etc...) in flex 4.6. 我在flex 4.6中构建一个单位转换器(摄氏度到华氏度等。。。)
I´m using the free eskimo components which provide me useful components and I'm using the combobox component to select a unit to convert. 我正在使用免费的eskimo组件,这些组件为我提供了有用的组件,并且正在使用combobox组件选择要转换的单位。

There is also a textinput to type in a startvalue to convert to the desired unit. 还有一个textinput可以输入一个起始值以转换为所需的单位。 Now there is a problem with the display of the popup that pops up when the user clicks on a combobox : 现在,用户单击combobox时弹出的弹出窗口显示出现问题:

The text of the underlying textinput field is displayed over the popup of the combobox . 基础textinput字段的文本显示在combobox的弹出窗口上。 The strange thing is that the textinput field(border and background) is behind the popup but the label inside of it is displayed over the popup. 奇怪的是, textinput字段(边框和背景)在弹出窗口后面,但其中的标签显示在弹出窗口上方。

Has anyone encountered the same problem? 有没有人遇到过同样的问题?

I recently had the same problem and solved it by inserting 我最近遇到了同样的问题,并通过插入解决了

skinClass="spark.skins.mobile.TextInputSkin" skinClass =“ spark.skins.mobile.TextInputSkin”

into the TextInput. 到TextInput中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM