Questions tagged [buttonbar]

55 questions
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
  • 6
1
vote
2 answers

how to create a buttonbar with a sliding control in android?

The footprints and clock app on a HTC sense phones use a slider control on the bottom buttonbar (see this movie for an example: https://docs.google.com/leaf?id=0B9hmEy_z2CRzOTJmYTVlNDktYjkwMS00YTM5LTk3ODQtYmIzODU4Yzk1YjA0&hl=en&authkey=CMWwwegG).…
Ivo
  • 31
  • 1
  • 4
1
vote
1 answer

Android AlertDialog remove divider between Button.Borderless in ButtonBar

I am pretty much following this tutorial and want to adapt the layout of the AlertDialog to my needs. Now I need to get rid of the divider between the two buttons in the ButtonBar. I changed the layout of my Button like this:
4ndro1d
  • 2,926
  • 7
  • 35
  • 65
1
vote
0 answers

Cannot import ButtonBar class to javafx project

I just set up javafx and scenebuilder on intellij IDE and tried to follow this tutorial. Everything works except for ButtonBar class, for some reason I cannot import it to my fxml file. When I do this: it…
M1cra
  • 13
  • 5
1
vote
0 answers

In Android, how can I properly style the new Lollipop button bar?

I know that I should use the ?android:attr/buttonbarbuttonstyle, but how do I make one of the buttons the default choice that's highlighted in a different color? Is there a way to designate the default button in the XML layout? Also, will this look…
user496854
  • 6,461
  • 10
  • 47
  • 84
1
vote
1 answer

attr/buttonBarStyle does not show top Divider

I am using ?android:attr/buttonBarStyle and ?android:attr/buttonBarButtonStyle for my button bar. Here is my code:
LHA
  • 9,398
  • 8
  • 46
  • 85
1
vote
2 answers

Fragments disappears after adding ButtonBar to the layout

I am trying to create a master detail UI with three fragments and two buttons button bar. For some reason, the fragments are not showing up in the UI after adding the button bar. I suspect it has something to do with the orientation of the layout…
1
vote
2 answers

Buttons strange behavior in a Buttonbar in Android

I create a button bar with some buttons,the problem i have here is when the buttons fill the width of the screen the new ones begin to shrink: see from here I had try setting width to wrap_content, some fixed values, and match_parent but all of that…
MRefaat
  • 515
  • 2
  • 8
  • 22
1
vote
0 answers

Detect device has not permanent back button

I'm customizing my app to provide a better experience with the Kindle Fire. in this device, if you do in your Activity getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN); the soft bar with…
GaRRaPeTa
  • 5,459
  • 4
  • 37
  • 61
1
vote
1 answer

Issue in setting 'allowDeselction' property of ButtonBarButton component

I would like to have tabs like individual buttons with some spacing between each button. It should function as normal tab navigator tabs. So, I took a spark ButtonBar component and made changes to the ButtonBarSkin to look as I said above. The…
1
vote
1 answer

set width for individual buttons

I have a buttonbar which has both buttons with only small icons and buttons with short text labels. Problem is that each button gets huge padding while I want to set width of the button relative to its contents. Below is illustration of my…
Tumetsu
  • 1,661
  • 2
  • 17
  • 29
0
votes
1 answer

put icon at left of each button in spark ButtonBar flex 4

hello all i have the following:
sstauross
  • 2,602
  • 2
  • 30
  • 50
0
votes
1 answer

Flex 4.5 - ButtonBar with dynamic image in-between

Is it possible to modify a Spark button-bar (or to use the design/skin(?)) to have a dynamic flash-generated image in between? (button | dynamic image | button) The dynamic image is a double-ended progress bar generated by beginFills and such.
ina
  • 19,167
  • 39
  • 122
  • 201
0
votes
1 answer

Android: Hidden buttonbar like in Hotmail app

Consider the Hotmail app for Android. When you check an e-mail item, three buttons appear at the bottom: [Mark Read] [Mark Unread] [Delete] When you uncheck it, the buttons go away again. What's the layout for this? I've tried this, but it yields…
l33t
  • 18,692
  • 16
  • 103
  • 180
0
votes
1 answer

Flex 3 - Using custom tooltips

I'm using the tooltipManager as described HERE. I want to display a custom tooltip for the buttons of a buttonbar. The buttonbar's declaration is as follow:
BS_C3
  • 385
  • 1
  • 6
  • 23