use*_*757 0 apache-flex flash styling
我试图更改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>
Run Code Online (Sandbox Code Playgroud)
而不是"backgroundAlpha"或"backgroundColor",使用"contentBackgroundAlpha"或"contentBackgroundColor".
| 归档时间: |
|
| 查看次数: |
1279 次 |
| 最近记录: |