【问题标题】:Flex Spark Link Bar Background Color/AlphaFlex Spark 链接栏背景颜色/Alpha
【发布时间】:2010-11-15 14:36:51
【问题描述】:

我正在尝试更改 Flex/Flash 4 应用程序中链接栏的背景颜色和 alpha。无论我定义什么属性,所述链接栏的背景总是白色的。请看图片http://i.stack.imgur.com/PyHs2.png

<mx:LinkBar id="lnkBar" backgroundAlpha="0" backgroundColor="black" bottom="0" itemClick="lnkBar_itemClickHandler(event)">
            <mx:dataProvider>
                <s:ArrayCollection>
                    <fx:String>Resource Management</fx:String>
                    <fx:String>Standard Reports</fx:String>
                    <fx:String>Clear Selected State</fx:String>
                </s:ArrayCollection>
            </mx:dataProvider>
        </mx:LinkBar>

【问题讨论】:

    标签: apache-flex flash styling


    【解决方案1】:

    使用“contentBackgroundAlpha”或“contentBackgroundColor”代替“backgroundAlpha”或“backgroundColor”。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2017-10-22
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-08-12
      • 1970-01-01
      相关资源
      最近更新 更多