On Sat, Dec 20, 2008 at 12:58 AM, luvfotography
<ygro...@all-digital-links.com> wrote:
> How can I make the TitleWindow resizeable by the user?
> i.e. let the user click-drag the corner to resize the window?

This has probably been asked a million times.

http://www.google.com/search?q=resizable+titlewindow+flex

Essentially, you have to do some mouse handling: listen for the mouse
down, mouse move events and resize the window (set the width/height)
accordingly.

Manish

Reply via email to