AdvancedTitleWindow Component (Adobe Flex 3)
Sunday, January 18th, 2009 - 12:01 - Code
This component extends the default TitleWindow component and add two very useful features which make the container resize able and movable. The AdvancedTitleWindow can be moved using the mouse drag on the titleBar and it can be resized using the mouse drag on the bottom right region.
Code:
<containers:AdvancedTitleWindow width="400" height="300"/>
Screenshot:

What’s next?
– Docking
– Minimize, Maximize options
– Selectable style patterns

Hello, I tried using your code for AdvancedTitleWindow with PopUpManager, and it worked great! The first time the application popped it up…Any additional times it was popped up, I would get a null pointer error for the parent variable.
I created the ATW using the PopUpManager.createPopUp() method, and removed using PopUpManager.removePopUp() method…
Any help would be greatly appreciated…
In resizePanel, I would recommend using minHeight and minWidth so that a user doesn’t have to override or hard code values in this base class.
Hm… And where are the minimize, maximize options?