1
vote
2answers
546 views
Flex Question: Can I use a ComboBox in Flex to change a view stack?
I am trying to use a combobox in flex with an array to change to a canvas in a view stack.
Can I do this with some custom action script? The UI I am designing could really benefit form this.
1
vote
3answers
1k views
How can I nicely animate between viewstacks
I have a little Adobe Air app and I want to have several 'views' within it. I can achieve these views using a ViewStack but am having difficulty finding a nice way to animate between them.
This is …
1
vote
3answers
2k views
Flex Viewstack’s children, if you can’t see them, do they exist?
I seem to be running into an issue (Cannot access a property or method of a null object reference) binding events in actionscript to a viewstack layer not currently showing. Are those objects not …
0
votes
2answers
28 views
What are some good patterns for managing a bunch of views/screens in Flex?
I'm building a Flex application with about a dozen different screens. There's relationships between the screens such as when on screen 1, I click on something that is an input to screen 2. Then I …
0
votes
1answer
26 views
Flex viewstack keeps redrawing invisible child, how to fix?
The situation: I've got a ViewStack with 2 children (both of type Panel).
The application starts with child 1 as the SelectedChild.
With a click on a button, child 2 is the SelectedChild. After that, …
0
votes
1answer
78 views
Flex Call ItemRenderer inside a new panel()
I have the below function creating new panels inside my ViewStack.. This works fine and they are great.. However i am trying to put some content into the panels but i am failing.
private …
0
votes
1answer
168 views
How to hide view stacks in AIR application ?
I have two viewstacks one for Main menu and another one for submenu. I want to show viewstack page infomation at the time only one viewstacks . Another one hide . if i click submenu viewstack then …
0
votes
1answer
264 views
LinkBar button / label click event transition
I have created a linkbar with two labels. Now, I need to keep a track of the label clicks.
10
…
0
votes
2answers
576 views
Navigation issue in Flex - ViewStack, states or something else?
Hi,
I have a bit of doubt regarding my application which is being created using Mate framework. The first thing user has to do is to log in, so I created Login.mxml view. After a successful login I …
