should I use Navigator or View State ?
        Posted  
        
            by 
                Audrey
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Audrey
        
        
        
        Published on 2011-01-04T05:51:31Z
        Indexed on 
            2011/01/04
            5:53 UTC
        
        
        Read the original article
        Hit count: 262
        
Hi I want to create an application has this sort of function: http://looklet.com/create In this application when you click the button (or some tilelist) on the right the model on the left update accordingly. I wonder how they achieve this. Originally i think it's some sort of image-only pop-up window but then pop-up window seems to update the entire view. Then I think it might be only change view state, but then I still confused how it can be done using view state.
Flex expert please give me some hint !
© Stack Overflow or respective owner