[flexcoders] Why does percentWidth / percentHeight not work with popups?

2009-04-02 Thread skuteboarding
I'm trying to create a popup at 100% of the width / height of the application. But it just ignores these values. I've had to work around the problem by doing: BindingUtils.bindProperty(popup, width, this, width); BindingUtils.bindProperty(popup, height, this, height); (Where 'this' is the

[flexcoders] Why does percentWidth / percentHeight not work with popups?

2009-04-02 Thread skuteboarding
I'm trying to create a popup at 100% of the width / height of the application. But it just ignores these values. I've had to work around the problem by doing: BindingUtils.bindProperty(popup, width, this, width); BindingUtils.bindProperty(popup, height, this, height); (Where 'this' is the

[flexcoders] Why does percentWidth / percentHeight not work with popups?

2009-04-02 Thread skuteboarding
I'm trying to create a popup at 100% of the width / height of the application. But it just ignores these values. I've had to work around the problem by doing: BindingUtils.bindProperty(popup, width, this, width); BindingUtils.bindProperty(popup, height, this, height); (Where 'this' is the

RE: [flexcoders] Why does percentWidth / percentHeight not work with popups?

2009-04-02 Thread Tracy Spratt
@yahoogroups.com Subject: [flexcoders] Why does percentWidth / percentHeight not work with popups? I'm trying to create a popup at 100% of the width / height of the application. But it just ignores these values. I've had to work around the problem by doing: BindingUtils.bindProperty(popup, width, this, width

Re: [flexcoders] Why does percentWidth / percentHeight not work with popups?

2009-04-02 Thread Sam Lai
I can confirm the issue and had to manually size it via the resized event. Maybe it's because the popup is not part of the window/app's display list, but instead a separate controlled by PopupManager? On 4/3/09, skuteboarding m...@mark-ingram.com wrote: I'm trying to create a popup at 100% of

RE: [flexcoders] Why does percentWidth / percentHeight not work with popups?

2009-04-02 Thread Alex Harui
/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Sam Lai Sent: Thursday, April 02, 2009 3:15 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Why does percentWidth / percentHeight not work with popups? I can confirm the issue and had to manually