Questions tagged [buttonbar]
55 questions
0
votes
1 answer
How to make separators between buttons in ButtonBar?
I want to make a customized separators between buttons in my button bar, I put that button bar in a HorizontalScrollView, I had used two different ways to do that and both didn't work, The first one is placing a View between each two buttons like…

MRefaat
- 515
- 2
- 8
- 22
0
votes
1 answer
How to customize buttonbar in android?
I made a button bar that contains some buttons in it, I faced two problems:
The first one is that when the buttons fill the width of the screen the new ones begin to behave wrongly: see from here
I had try setting width to wrap_content and some…

MRefaat
- 515
- 2
- 8
- 22
0
votes
1 answer
moving button bar
I have an activity that allows me to enter content. It consists of edit text and button bar. Whenever I what to input something to the edit text, a keyboard pops up and the button bar is on top if it so I can't see what I'm typing if the content is…

Dodi
- 2,201
- 4
- 30
- 39
0
votes
1 answer
How to change labels in a ButtonBar - simple test case and screenshot attached
In a Flex Mobile app I would like to have a ButtonBar at the bottom and I need to change the labels of its buttons:
(I don't want to use TabbedViewNavigatorApplication here, because all my logic is in a single View with an ActionBar at its top and…

Alexander Farber
- 21,519
- 75
- 241
- 416
0
votes
1 answer
Swap Animation Showing when going to different layout/activity. Button Bar
I got the button bar to work throughout the layouts and activities. I am getting a "swap" animation when I press a different button and pressing "back" on my phone sends me back to all the previous activities/layouts.. The buttons works fine and I…

DuckiesUnite
- 3
- 2
0
votes
1 answer
Button Set/Button Bar in Dojo
I need to present my users with a choice of two options.
I want these to be nice big buttons to click, as opposed to a RadioButton, where the label is usually not a clickable element but just a traditional small circle to click.
e.g.
As the user…

jakc
- 1,161
- 3
- 15
- 42
0
votes
1 answer
Flex 3: ButtonBar buttons with underline text
I'm using Flex 3 to build a button bar with several options. Is is possible to underline the labels of my buttons?

Rui
- 5,900
- 10
- 38
- 56
0
votes
2 answers
flex buttonbar initially anything selected flex 4
hello i have this buttonbar:
…

sstauross
- 2,602
- 2
- 30
- 50
0
votes
1 answer
Buttonbar selected issues, when toggling is disabled?
I have disabled toggling in button bar. this works fine. However previously selected button bar remains selected.
Here is the code:
if(event.newIndex == -1) {
ButtonBarButton(event.target.dataGroup.getElementAt(event.oldIndex)).selected =…

flex
- 185
- 5
- 19
-1
votes
3 answers
How to make flexible sized buttons in Relativelayout?
I have a RelativeLayout styled as a ButtonBar and contained in a HorizontalScrollView, this layout is a ssigned to a fixed height in order to be controlled but that make it looks giant in small screen devices,
for ex, in a 10' device:
And in a…

MRefaat
- 515
- 2
- 8
- 22