Is it possible to change the sytle of each button in a toggle buttonbar?
I tried this... but it doesn't seem to work:

MyTBB.getChildAt(0).setStyle('styleName','button1');
MyTBB.getChildAt(1).setStyle('styleName','button2');
MyTBB.getChildAt(2).setStyle('styleName','button3');
MyTBB.getChildAt(3).setStyle('styleName','button4');

what is wrong?
Thanks

Reply via email to