Questions tagged [buttonbar]

53 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
  • 946
  • 2
  • 9
  • 18
6
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,731
  • 5
  • 23
  • 23
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
  • 7,885
  • 10
  • 29
  • 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,056
  • 1
  • 24
  • 48
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
  • 9,824
  • 9
  • 63
  • 98
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
  • 2,827
  • 1
  • 20
  • 41
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
  • 18,345
  • 68
  • 208
  • 375
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
  • 8
  • 12
1
vote
1 answer

set height of button in spark ButtonBar flex4

i have the following code:
sstauross
  • 2,056
  • 1
  • 24
  • 48
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

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
  • 71
  • 7
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
vote
1 answer

How to integrate batch file with Total Commander GUI selected files / directories?

Reference: How to create a RAR archive with date of the archived folder in archive file name? With the referenced batch file I can make a good packed file for the folder I want to backup. @echo off setlocal EnableExtensions…
Tangent Lin
  • 35
  • 1
  • 5
1
2 3 4