RE: [Flashcoders] make the Window component not moveable?

2006-08-30 Thread Merrill, Jason
Thanks Nick - that was what I was looking for. The help docs for the Window component aren't exactly clear, it does say that UIObject.enabled is one of the properties it inherits, but only says, "Indicates whether the component can receive focus and input." - Isn't very clear that "input" include

Re: [Flashcoders] make the Window component not moveable?

2006-08-30 Thread Johannes Boyne
Yes it works! Thanks! Nick Weekes schrieb: my_win.enabled = false; Should do the trick. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Johannes Boyne Sent: 30 August 2006 13:26 To: Flashcoders mailing list Subject: Re: [Flashcoders] make the Window

RE: [Flashcoders] make the Window component not moveable?

2006-08-30 Thread Nick Weekes
my_win.enabled = false; Should do the trick. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Johannes Boyne Sent: 30 August 2006 13:26 To: Flashcoders mailing list Subject: Re: [Flashcoders] make the Window component not moveable? That is a very good

Re: [Flashcoders] make the Window component not moveable?

2006-08-30 Thread Johannes Boyne
That is a very good question, I had the same only two months ago. But I didn't find an answer. So I am very tense to hear your fixes! best regards, Johannes Merrill, Jason schrieb: Is there any way to make the Window component / PopUpManager window not moveable? I couldn't find any informatio