There is a frameset concept in HTML ....that we all know....
But i need that to be done in flex application ....
How to do that ?
There is a frameset concept in HTML ....that we all know....
But i need that to be done in flex application ....
How to do that ?
If what you're after is just a similar GUI component container layout than what you'd get using HTML frames, check out the DividedBox
component (as well as its horizontal and vertical subclasses, HDividedBox
and VDividedBox
.) You can use the Flex 3 Style Explorer to see what they look and feel like. You can nest them inside each other just like with framesets.