I have made a custom button bar as described here. Now, I want to add a separator between the first and the second and between the second and the third button. My button bar is defined as follows:
How could i use percentage width for buttons at tooglebutton开发者_如何转开发bar, because i dont want to use the width property.To set percentage width of a component:
I\'m creating an flex 3 application开发者_StackOverflow社区 with 3 togglebuttonbars. What i would like to do is disable the tooltip of the buttons on one togglebuttonbar.
I want a group of buttons where a user can choose one of them as option. It has to be a radiobuttongroup like behaviour, but I don\'t want the radio circle to be present. I just want the user to be ab
目录问题描述原来的代码实际运行输出理论结果调试过程解决方案修改后的代码修改代码后的运行结果函数说明总结问题描述