fumeng
fumeng

Reputation: 1820

Flex 4: Create transparent skin for ButtonBar

I'm creating a skin for my ButtonBar component because I need to use toolTips. How do I make it transparent? How do I remove all the drawing except for the label and the toolTip?

Thanks for any helpful tips.

Upvotes: 1

Views: 1051

Answers (1)

Jason Reeves
Jason Reeves

Reputation: 1716

You need to create individual skins for the buttons. There is a skin for first button, middleButtons and last button. Make them transparent plus any styling you want. Here is a link to the docs about it: Button Bar and Tab Control Skins

Upvotes: 1

Related Questions