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 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 application).
>
> The reason I'm trying to do this is I've got a popup that I want centred in
> the view, but it has different states which change the size of the popup.
>
> Mark
>
>
>
> ------------------------------------
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Alternative FAQ location:
> https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links
>
>
>
>

-- 
Sent from my mobile device

Reply via email to