Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
5answers
4k views

Android: How to get a radiogroup with togglebuttons?

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 ...
1
vote
2answers
1k views

flex remove buttons border from toggle button bar

how to remove the border of a togglebuttonbar button, with keeping the theme color?? i want to put the style in css file
0
votes
0answers
77 views

flex 4 mx:ToggleButtonBar and word-wrap

I have searched and looked everywhere for this and have not found a solution yet. When the label exceeds the width of the button in my togglebuttonbar, the label is cut and the tooltip appears.How can ...
0
votes
0answers
62 views

CSS for mx|ToggleButtonBar does get applied for its subclasses on Flex4

I am using an mx:ToggleButtonBar on my application which I'm trying to style. The only values that are applied are the ones under mx|ToggleButtonBar, but nothing happens for its subclasses ...
0
votes
0answers
57 views

ToggleButtonBar styling issue

I want to create a ToggleButtonBar with: Backgroundalpha = 0; cornerRadius = 0; BorderAlpha = 0; But still have single lines to separate each button, but no lines on the far-sides. Eg and the ...
0
votes
1answer
328 views

flex 3 togglebuttonbar vertical text label in buttons

How could i write vertical text on a toggle button bar that is vertically arranged.
0
votes
1answer
567 views

flex togglebuttonbar buttons width

How could i use percentage width for buttons at tooglebuttonbar, because i dont want to use the width property.
0
votes
1answer
475 views

how can i disable the tooltips of the buttons on a flex 3 togglebuttonbar

I'm creating an flex 3 application with 3 togglebuttonbars. What i would like to do is disable the tooltip of the buttons on one togglebuttonbar. Does anybody know how i can access the buttons on the ...
0
votes
2answers
2k views

Remove highlight on a selected button from a ToggleButtonBar

Well, title explains all. I'm trying to get rid of the highlight that comes around of the selected button in a ToggleButtonBar