[flexcoders] Re: Popup windows behaving oddly (partial solution)

2005-06-14 Thread Eric Raymond
Raymond [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, June 13, 2005 7:49 PM Subject: [flexcoders] Re: Popup windows behaving oddly (partial solution) I can make the popup not appear behind the other windows if I get rid of any height=0 settings on Text fields on the page

Re: [flexcoders] Re: Popup windows behaving oddly (partial solution)

2005-06-14 Thread JesterXL
: [flexcoders] Re: Popup windows behaving oddly (partial solution) Well not always! For some strange reason the popup manager is very sensative to the parent you pass in as a parameter. Question: Does the popup manager use the parent for anything else? Does it determine the z-depth of the window relative

Re: [flexcoders] Re: Popup windows behaving oddly (partial solution)

2005-06-14 Thread Manish Jethani
On 6/15/05, JesterXL [EMAIL PROTECTED] wrote: ... I gave up looking for centerPopUp in the Flex For Flash classes... It was added in Flex 1.5 (and I think the FlexforFlash classes are outdated). Yahoo! Groups Links * To visit your group on the web, go to:

Re: [flexcoders] Re: Popup windows behaving oddly (partial solution)

2005-06-14 Thread JesterXL
] To: flexcoders@yahoogroups.com Sent: Tuesday, June 14, 2005 4:25 PM Subject: Re: [flexcoders] Re: Popup windows behaving oddly (partial solution) On 6/15/05, JesterXL [EMAIL PROTECTED] wrote: ... I gave up looking for centerPopUp in the Flex For Flash classes... It was added in Flex 1.5 (and I

RE: [flexcoders] Re: Popup windows behaving oddly (partial solution)

2005-06-14 Thread Matt Chotin
To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Popup windows behaving oddly (partial solution) Well hook us the )(*$% up, then dang it! Even an accidental link to a proxy server with a zip that accidentally contains them would be... oh, how do I say it... Awesome? Helpful? Needed

[flexcoders] Re: Popup windows behaving oddly (partial solution)

2005-06-13 Thread Eric Raymond
This solution combined with Andrew Spaulding's suggestion (user _root as the parent in createPopUp and MovieClip(mx.core.Application.application) in centerPopUp seemsto be working. But neither alone is enough. FYI, in the cause where height=0, the page contained a form (and I've seen forms do

Re: [flexcoders] Re: Popup windows behaving oddly (partial solution)

2005-06-13 Thread JesterXL
centerPopUp makes them align and center. - Original Message - From: Eric Raymond [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, June 13, 2005 7:49 PM Subject: [flexcoders] Re: Popup windows behaving oddly (partial solution) I can make the popup not appear behind