0
votes
0answers
87 views

flex navigatorcontent spark component load fail

mx:ViewStack id="inputPage" x="200" y="200" width="100" height="100" creationPolicy="all"> <s:NavigatorContent width="100%" height="100%" label="tap1"> <s:BorderContainer ...
0
votes
1answer
305 views

How to pass Data between Master and detail view w/Split view navigator

I am building an application that the split view navigator would work very effectivley. My only problem I am running into is passing data between the master view which holds my list of things to click ...
0
votes
1answer
1k views

How to change view on the right view with SplitViewNavigator Flex 4.6

I am creating a mobile app with Flex 4.6 and I'm using the SplitViewNavigator with tabbed application. I have one left view that never changes that has a static list associated with it. I have ...
2
votes
1answer
2k views

Flex - how to make a tabbed panel

My app has 3 categories of buttons, I want to have a tabbed panel I can use to switch between the 3 categories like in this example: My app is a mobile app though so I can't use mx components. When I ...
1
vote
4answers
2k views

iconitemrenderer clickable objects?

I am making a mobile application in Flash Builder 4.5 for android and iOS and am using the itemRenderer and iconitemrenderer classes to make a list of options for my app. For some reason, i cannot ...
1
vote
1answer
838 views

How to assign variable as class in Flash Builder 4 Hero SDK

I am trying to assign a variable to a view navigation as follows: protected function list_clickHandler(event:MouseEvent):void { var name1:String = list.selectedItem.vPage; ...