views:

273

answers:

1

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 ?

A: 

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.

hasseg
Combine the DividedBox with a ViewStack, and you'll even be able to work with a page-like concept.
joshtynjala