[flexcoders] Re: How Users can Move Popup Windows

2006-04-16 Thread mvbaffa
Hi, Not really, My TitleWindow has a style like this: .PopupHeader { dropShadowEnabled: false; roundedBottomCorners: false; shadowDirection: center; textAlign: left; borderStyle: solid; borderAlpha: 0.17; highlightAlphas: 0.1, 0.16; headerColors: #cc, #ff; }

[flexcoders] Re: How Users can Move Popup Windows

2006-04-15 Thread mvbaffa
Thanks Jeremy. I have tried Application.aplication as the parent and it did not work. I cannot drag the window. What is the difference between addPopup and createPopup --- In flexcoders@yahoogroups.com, jeremy lu [EMAIL PROTECTED] wrote: write off my head, try this: w =

Re: [flexcoders] Re: How Users can Move Popup Windows

2006-04-15 Thread jeremy lu
hi, I think the problem lies in your mxml component, the default titleBar color is transparent, hence it's pretty hard to drag it, try something like this in your TitleWindow component: mx:TitleWindow xmlns:mx=http://www.adobe.com/2006/mxml xmlns=* layout=absolute borderAlpha=1 width=200