Tagged Questions
0
votes
1answer
13 views
Flex: How do you use pushView() to access a specific state of a certain viewClass?
From a viewClass called TheFirstView I want to "move" to a viewClass called TheSecondView with the state SpecificState.
I know how to get to the TheSecondView, the code is:
...
0
votes
0answers
71 views
Flex presentation model: should state be held in the view?
I have two instances of a view which are V1a and V1b. As they are instances of the same type they both use the same instance of the presentation model (PM1) as it is injected into each instance as a ...
0
votes
0answers
48 views
Can't switch states - flash builder
I made a form for users to register.
Now my problem is when the user fills in the correct information and he presses the button submit the states won't change.
[Bindable]
private var ...
1
vote
1answer
145 views
Setting focus on a TextField when application starts when there are two states
I have next application header:
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" creationComplete="init()" creationPolicy="all" ...
0
votes
1answer
280 views
Flex: Content not Rendering Correctly After Transitioned State Change
I have a component with 2 states and I have added transitions for switching between the states, where 2 Move affects are applied to 2 different objects. This all works fine, however, after the ...
1
vote
1answer
261 views
State transitions in mobile application
I was wondering if you can actually apply state transitions to a custom component in Flex mobile projects.
I'd like to have some kind of Flipview transition like the one available for Views but for a ...
0
votes
1answer
459 views
How do I change a states click event dynamically in actionScript
<s:Button id="btnNext" label="Next" width="80"
click.Title="changeState('Info');"
click.Info="changeState('Organ');"
/>
How do I dynamically change the "click.Title" event in actionScript?
...
0
votes
2answers
523 views
undefined state flashbuilder 4.5
I'm currently having some problems when switching to flex 4.5. In some components, I declared 2 states (opened, closed). At app creation, I set all the components to "closed" state. When launching the ...
0
votes
1answer
444 views
Access SWF Method From Flex
I have hit a brick wall after trying almost every example I have come accross. I was hoping that someone here might be able to help me.
In a nutshell I have a Flex parent which is embedding a Flash ...
1
vote
3answers
285 views
Make changes not tied to a state in design mode in flash builder 4
If I have a component that has some states defined, is there a way to make changes in design mode but not have it tied to a particular state? For example, if I have state1 and state2, any changes in ...
1
vote
1answer
436 views
In Flex 4, state transition doesn't resize in both directions (v2)
I already had another question on this issue which was successfully resolved. But now, with a slightly different example, I'm stuck again.
I have two states. When I switch from A to B, it resizes ...
0
votes
1answer
628 views
How to check the state of a Radio Button in Flex 3?
I'm working on a template for dynamic questionnaires in Flex. More detailed description in my previous thread HERE
To create the questionnaire, I use nested repeaters - one for the questions and one ...
0
votes
2answers
2k views
In Flex 4, state transition doesn't resize in both directions
I have two states. When I switch from OFF to A, it resizes correctly, but when I switch from A back to OFF it happens without the smooth resize transition. What am I doing wrong?
Here's my code:
...
2
votes
3answers
5k views
Flex 4 States: includeIn and component creationComplete
I have a component that, once it's all ready, I need to set the state based on a variable I'm reading in from XML. I tried doing it with creationComplete, but it's apparently not ready, as the state ...
0
votes
1answer
720 views
Spark List Itemrenderer focus defaults the currentState
I am using a spark list control with an itemrenderer. Whenever I set an itemrenderer's currentState, the moment I mouse out of the itemrenderer, it gets reset to its default state. How can I make an ...
1
vote
2answers
2k views
How do I dynamically create Flex 4 AddChild actions for States?
I have an application in which I need to create mx.states.State objects on the fly, as I'm reading external data in order to create the states. Each State only has a single child, so here's my code ...
0
votes
2answers
942 views
Accessing states of parent application in Flex 4
I have several custom components all of which are included in the parent application.
When I try to change state from a custom component, I get an error saying "undefined state: state name". How do I ...
0
votes
1answer
410 views
How to scroll elements on canvas in different states and in different containers and not move others
I generate panels dynamically and put them in other states in that way so in one state you have a list of panels on the left and one big panel on the right for example in one state and when you click ...
0
votes
0answers
421 views
flex, dynamically panel generate and add scroll on a part
How can I scroll the panels(on the left) in that way that the big right panel won't move. example I have 200 panels on the left I select one it becomes big on the right, so I want to scroll down the ...
1
vote
1answer
646 views
Flex 4 Skin:Specifying state for an attribute in script
I'm trying to create a button skin, where i can set fillColors like in a Flex 3 button, using CSS.
It was easy to set the color of the gradients, by reading them from the CSS:
adding a few lines in ...
1
vote
1answer
221 views
Frustrated Animation Issue
I have spent 2 hours on this simple state to state transition with simply resize and move animation.... I can get the element to move and fade...but there is no resize animation at all. The panel ...
1
vote
1answer
1k views
Flex State transition questoin
Hi
I am trying to create the transition between states. The first state transition works fine(state1=>state2), but the second one is acting weird(state2=>state3). After clicks the button to change
...
0
votes
1answer
325 views
Flex 4 animation question
I am trying to do the move vertically animation on a button nested in the vertical layout. I am not sure if the Hgroup restricts the button moving vertically. Are there ways to go around it? Thanks ...
1
vote
2answers
304 views
Modify components that is not included in the current state?
In Flex 4, is it possible to modify components that is not include in the current state? For example, I have labelA included in stateA, how do I change the label text in stateB? If I directly change ...
0
votes
1answer
469 views
Possible to change component on state change - Flex
I've got a whole bunch of data being displayed in different Labels, now I'm adding an edit state. I'd like all the labels to "transform" into TextInputs. I was just wondering if it possible to uses ...
0
votes
1answer
330 views
Howto removeEventListener with <mx:SetEventHandler />?
I'm trying to remove an eventlistener on (in this specific case) a HorizontalList. The list is initialized with the property
itemRollOver="playPreview(event)"
I'd like to remove this eventListener ...
1
vote
1answer
271 views
In Flex, How can I prevent my variable from losing state after being set?
I've hit a very strange issue in adobe flex and I'm not sure how to solve it. I have a popup box that is called on creationComplete before startup of my main application. The popup simply asks for an ...
0
votes
1answer
216 views
Recreate a Flex 3 scene
Does anyone know how i can reset/reinitialize a state in flex 3?
Let's say I have the following code:
<mx:states>
<mx:State name="Scene1">
<mx:AddChild>
...
3
votes
2answers
5k views
Why does mx:states have trouble being resolved to a component implementation?
Every now and then I get an error when I set up states in an MXML file. The error I get says that mx:states could not be resolved to a component implementation.
I read, at the following url, that ...