Wath I want help with is: are there a another way to do this,

private function thisCreationComplete(event:FlexEvent):void

{trace('OverWriteWarning::thisCreationComplete');

for(var i:int = 0; titleBar.numChildren >i; i++){

if(titleBar.getChildAt(i) is Button)

{

var butt:Button = titleBar.getChildAt(i) as Button;

butt.buttonMode = true;

}

}



}

Reply via email to