Hi,
I have 5 components on my Flex application(actual view) and they are:
- x = main panel
- y = bottom panel
- z = left panel
- a = right panel
- b = top panel
I have a toggle full screen button. When clicked I want the main panel(x) to become full screen. At this point only main panel(x) should be visible. when I click on the toggle button again, it should become normal displaying all 5 components(the actual view).
I am not sure how to approach this requirement. Any help is greatly appreciated.
thank you Firemonkey