首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网络技术 > 网络基础 >

flex4 AIR titleBar有关问题

2012-10-08 
flex4 AIR titleBar问题flex3 AIR中 windedApplication有showtitleBar 属性,而在flex4 中却没有,当你设置

flex4 AIR titleBar问题

flex3 AIR中 windedApplication有showtitleBar 属性,而在flex4 中却没有,当你设置 <systemChrome>none</systemChrome>?
??<transparent>true</transparent>

后发现没有 关闭,最小化,最大化按钮。

这时你需要添加titleBar,flex4 提供TitleBar 组件。

<s:TitleBar width="100%">
? ? ? ? <s:title>This is a TitleBar</s:title>
</s:TitleBar>

?

这样就会出现关闭,最小化,最大化。

热点排行