Ok, this is a little mixed, I'll divide it into a few questions:
1: the DockableToolbar component does not work good within another component (effects don't work, there are display artifacts when re-docking floating toolbars, and floating toolbars remain visible when hiding the component that contains the whole thing), is there any solution to any of those problems?
2: I am currently developing my first Flex application (porting from hand-coded Flash), and are using the following structure:
Panel
---ToggleTabBar
---ViewStack
------Custom Canvas
------Custom Canvas
---------Docker (and all DockableToolbars)
Should I switch to states?
Thanks!


Reply With Quote
