2012-01-24 48 views
-1

我想在垂直手风琴中使用文本布局进行显示。我能够在手机应用程序中使用手风琴,但无法使用手机应用程序,因为手风琴没有可用的手机应用程序。请帮助我使用柔性移动手风琴。还建议我如何显示弯曲移动手风琴段落内容和公告...Flex 4.5移动应用程序中的手风琴

回答

0

看一看应用程序选项卡的移动解决方案:

http://devgirl.org/2011/05/09/styling-the-flex-4-5-mobile-application-tabs-and-actionbar/

<?xml version="1.0" encoding="utf-8"?> 
<s:TabbedViewNavigatorApplication xmlns:fx="http://ns.adobe.com/mxml/2009" 
            xmlns:s="library://ns.adobe.com/flex/spark"> 
    <s:ViewNavigator id="trends" label="Trends" width="100%" height="100%" firstView="views.TrendsView"/> 
    <s:ViewNavigator id="attach" label="Attach" width="100%" height="100%" firstView="views.AttachView"/> 
    <s:ViewNavigator id="call" label="Call Center" width="100%" height="100%" firstView="views.CallView"/> 
</s:TabbedViewNavigatorApplication> 
+1

我问的是垂直手风琴..不是标签视图导航... – Dinesh