Tagged Questions
2
votes
2answers
2k views
Flex 3 using nested states
Im using states in my flex form application.
The base state is the regular form. I then have an advanced form button which calls the advanced state. Once inside the advanced state form if a user ...
1
vote
1answer
196 views
What does mx:target do in Flex 3?
There is an example on Adobe livedocs for using states:
<!-- Define one view state, in addition to the base state.-->
<mx:states>
<mx:State name="Register">
...
1
vote
1answer
1k views
Flex - returning a window to its original state
I have been tearing my hair out now for a week or so, it's time I sought some help...
I am coding a small app to show me the next train leaving the station. Normally only the hour of the next train ...
0
votes
1answer
49 views
Flex 3 - How to define 2 states and transition between them?
My first steps with Flex (currently using Flex 3) and I want to define 2 states where in the first I have a list and a panel with some button bellow it. When clicking one of the buttons in that panel, ...
0
votes
0answers
5 views
How to use mx:Grid with mx:States
How can i use states in conjunction with grid component in flex 3? When i use something like that it doesn't have 100% witdh or height even i set them to 100%. Is there any flexible way that i can ...
0
votes
2answers
192 views
changing children of dynamic created states
I'm building an Xml-driven application.
I create new states in a seperate actionscript-class.
These states all contain a DataGrid.
I can switch the states in the Main.mxml.
But now I would like to ...