Questions tagged [buttonbar]

55 questions
8
votes
2 answers

Android Scrollview in RelativeLayout with ButtonBar

I'm trying to implement a login view where several EditTexts and a logo are displayed on the screen with a ButtonBar at the bottom, something like this: alt text http://russellhaering.com/media/addAccount.png The problem is that on very small…
russell_h
  • 956
  • 2
  • 9
  • 18
7
votes
2 answers

Android bottom button bar & scroll view with dialog theme

I am trying to display an Android activity with: a dialog theme; a title fixed at the top of the dialog; a button bar fixed at the bottom of the dialog; a scroll view in the middle. The layout I have written fulfills these criteria, except that…
Alpha Hydrae
  • 2,891
  • 6
  • 26
  • 24
6
votes
3 answers

Separator between buttons in custom button bar

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:
Manuel
  • 8,135
  • 10
  • 32
  • 29
3
votes
1 answer

Make spark ButtonBar act like mx ToggleButtonBar Flex 4

Hello all i have the code below to define a buttonbar control in spark: Latest Videos
sstauross
  • 2,602
  • 2
  • 30
  • 50
3
votes
3 answers

Vertical ButtonBar buttons width

I am creating a vertical button bar with 3 buttons. How do I force the same width for all three buttons so it doesn't look like crap?
MonoThreaded
  • 11,429
  • 12
  • 71
  • 102
3
votes
4 answers

Divider issue in android xml layout

My goal is to get the layout like the sample about. However, I can't get the small line above the button bar. What I get is like this. my xml code is :
Owen Zhao
  • 3,205
  • 1
  • 26
  • 43
3
votes
1 answer

Styling ButtonBar font in Flex mobile app - with screenshot attached

I'm trying to add a ButtonBar at the bottom of a mobile Flex app by using this code: CSS: @namespace s "library://ns.adobe.com/flex/spark"; s|ActionBar, s|ButtonBar { chromeColor: #0066CC; color: #FFFFFF; titleAlign:…
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
2
votes
0 answers

Buttonbar maxwidth property correct use

my name is Emilio and I'm a new member of this forum. I tried the following piece of code to "test" the "maxwidth" property of a spark buttonbar control resizing his container. If you try to execute this code, please try the following…
2
votes
2 answers

Bottom button bar overlaps the last element of Listview!

I have a listview which is part of an Activity. I want user to have a choice for batch deleting the items in the listview, so when he chooses the corresponding option from the menu, every list item gets a checkbox next to it. When user clicks any…
elto
  • 447
  • 2
  • 9
  • 13
1
vote
1 answer

set height of button in spark ButtonBar flex4

i have the following code:
sstauross
  • 2,602
  • 2
  • 30
  • 50
1
vote
1 answer

Flex 3 - Getting focusedIndex in a buttonbar

I've been looking around on how to get the focusedIndex property of a ButtonBar when there's a mouseOver/Out event, but haven't found nothing useful. Thanks in advance for your help. Regards, BS_C3 EDIT 1 Assuming we have this button bar: I'd…
BS_C3
  • 385
  • 1
  • 6
  • 23
1
vote
1 answer

AssertionError ('package:flutter/src/material/button_bar_theme.dart': Failed assertion: line 253 pos 16: 'data != null': is not true.)

When I'm trying to input text into the flutter app, I'm not able to move to the next screen and get this error. I've even looked at some other solutions to similar questions asked earlier but it's not working for me. Following is the code for the…
1
vote
1 answer

First Button in a ButtonBar is always focused?

I am currently developing a JavaFX application and there I used a ButtonBar with some Buttons. When I run the program, the first Button is always focused. How can I disable that setting? P.S.: I used some CSS code to change the default appearance…
Alpha Beta
  • 111
  • 1
  • 8
1
vote
2 answers

button bar similar to twitter app for android

I want to obtain a similar tab effect with the button bar of twitter app. I wish to click on a button and change the view down. I can switch activity but I think It's wrong, or not? The top bar have to be fix like a frame. Like this: Ok now I post…
PiNuZ
  • 15
  • 4
1
vote
4 answers

Passing a state to the child button of a Flex4 ButtonBar

I have a Spark ButtonBar that has a custom skin, which defines a custom skin for the "middleButton" requirement. My CustomButtonBarSkin has a custom state, minimized, which I want to pass into my middleButton skin so it can modify its design. Is it…
Michael
  • 85
  • 1
  • 7
1
2 3 4