Skip to main content
Known Participant
August 18, 2010
Question

modal property not bindable in PopUp library ?

  • August 18, 2010
  • 1 reply
  • 477 views

Hi,


I have the following declaration:


    <popup:PopUpWrapper
        modal="{pm && pm.progressBarModal}"
        open="{pm && pm.progressBarVisible}">

        <controls:ProgressControlBar
                progressBarMessage="{pm && pm.progressBarMessage}">
        </controls:ProgressControlBar>

    </popup:PopUpWrapper>

While open binds nicely to my pm, modal refuses.

I have checked the library implementation, and I see that modal is declared as [Bindable]

  [Bindable(event="propertyChange")]
  native public function get modal():Boolean;

  native public function set modal(value:Boolean):void;

This topic has been closed for replies.

1 reply

Participating Frequently
August 23, 2010

Thank you for the feedback. I've filed a bug to track it. https://bugs.adobe.com/jira/browse/CGM-36