Did you try ArrayCollection(myBar.dataProvider).refresh() ?

On Mon, Oct 14, 2013 at 1:58 PM, <[email protected]> wrote:

> (using SDK 4.10)
>
> I've tried each of the following (independently):
>
> myBar.invalidateDisplayList();
> myBar.invalidateProperties();
> myBar.invalidateSize();
> myBar.dataProvider=myDataProvider (e.g. changing the dataProvider, an
> ArrayList)
> myBar.includeInLayout=false; then later, myBar.includeInLayout=true;
>
> I have some custom logic in the first/middle/last button-skin that I want
> to execute to disable some buttons. I currently have it inside
>
> override protected function measure():void { ... }
>
> Any ideas I can try? Thanks in advance for any comments.
>

Reply via email to