(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