[flexcoders] Re: Flex View States

2011-08-09 Thread nikunj_n123
Thank you for your response.
I cannot put my form in the pop up window. That could have solved the problem.

Anyways, I worked around it by creating and destroying the form myself , 
depending on the state and checking for a condition if the state is still the 
same.

--- In flexcoders@yahoogroups.com, Sells, Fred fred.sells@... wrote:

 Could you just put your form in a modal popup window?
 
  
 
 From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On
 Behalf Of nikunj_n123
 Sent: Tuesday, August 02, 2011 7:31 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Flex View States
 
  
 
   
 
 Hello All,
 
 My Application has a Tree, and all the elements of the tree belong to
 the same state.
 I want a new form to be launched each time I click an item of the tree.
 But since all the items belong to the same state, my forms are never
 recreated.
 
 P.S - I have to use states because there are other views in my
 application besides the tree.
 
 And help/pointers are much appreciated.
 
 Thanks and Regards





[flexcoders] Flex View States

2011-08-02 Thread nikunj_n123
Hello All,

My Application has a Tree, and all the elements of the tree belong to the same 
state.
I want a new form to be launched each time I click an item of the tree.
But since all the items belong to the same state, my forms are never recreated.

P.S - I have to use states because there are other views in my application 
besides the tree.


And help/pointers are much appreciated.

Thanks and Regards