Re: [flexcoders]dragable Popup issue!!!!!!!?????????

2005-12-20 Thread sn197412
Hi. Accidentally I could drag TitleWindow with HeaderHeight=0 but I don't know why. Here is a sample source of a component (name is DraggableCanvas). http://www.macromedia.com/2005/mxml"; xmlns="*" headerHeight="0" marginBottom="0" marginLeft="0" marginRight="0" marginTop="0" hor

Re: [flexcoders]dragable Popup issue!!!!!!!?????????

2005-12-20 Thread Manish Jethani
On 12/21/05, Nithya R <[EMAIL PROTECTED]> wrote: > but how do i make the titlewindow draggable when header height is 0? i want > to drag the titleWindow with the help of the controlbar instead which i have > placed on top... You'll have to add your own code to implement dragging. Listen for th

Re: [flexcoders]dragable Popup issue!!!!!!!?????????

2005-12-20 Thread Nithya R
but how do i make the titlewindow draggable when header height is 0? i want to drag the titleWindow with the help of the controlbar instead which i have placed on top...Manish Jethani <[EMAIL PROTECTED]> wrote: On 12/20/05, Nithya R <[EMAIL PROTECTED]> wrote:>  i have a title window with header

Re: [flexcoders]dragable Popup issue!!!!!!!?????????

2005-12-20 Thread Manish Jethani
On 12/20/05, Nithya R <[EMAIL PROTECTED]> wrote: > i have a title window with header height=0 and instead of the header > I have a control bar in the top of the title window even when i set > modal window property to false, i am not able to move the pop up around.. A TitleWindow can only

[flexcoders]dragable Popup issue!!!!!!!?????????

2005-12-20 Thread Nithya R
hi,  i have a title window with header height=0 and instead of the header I have a control bar in the top of the title window even  when i set modal window property to false, i am not able to move the pop up around.. why is this so? is the problem bcoz of the header height set to 0? thank