Adobe flex layout redraw -
This is a very basic question but I could not understand.
When my application opens for the first time (ex: layout = & lt; 1,2,3,4>) my Flex application obtains some parameters from the URL layout (1,2,3, 4) Based on the price, I have to change the layout. Although the problem is that the application has already been drawn (the layout has been initialized) until it reaches the control of the URL where it reads the values of the URL.
I was thinking that when I read the values from the URL, how can I reproduce it? Some things like Refresh
Or what is a better view of my problem?
Thank you
I'm not sure that this is the right approach but I
It now works great.
Comments
Post a Comment