Questions tagged [buttonbar]
55 questions
0
votes
1 answer
ButtonBar: Same Button Height
I have an app with a very dynamic button bar of about one to twelve or so buttons that change text and functionality with the current screen and/or selected record. I'm using a ButtonBar to display them.
The buttons in the bar wrap their text, when…

user3810626
- 6,798
- 3
- 14
- 19
0
votes
2 answers
Flex 4 - How to draw a shape to use as a skin for a ButtonBarButton
I'm using Flash Builder 4 and am in the process of learning.
The short and simple explanation is, I want a tab navigator that has tabs that look like this:
I know I could do this using an image-based skin, but I figured (and could be wrong) that…

Travesty3
- 14,351
- 6
- 61
- 98
0
votes
1 answer
how to create floating button bar in flutter?
I want to create a floating button bar in flutter similar to the floating bottom bar as shown in the image shared
the above image is from dependency https://pub.dev/packages/floating_bottom_navigation_bar , this is for the page navigation , but I…
user13615795
0
votes
0 answers
Customising jQuery UI Dialog Footer/button bar
I have a very simple and quick question that I cannot find the solution for after about an hour of Googling.
I have a jQuery UI dialog that has a list of rows in a table. They represent entries in a database, and are selectable (checkboxes).
In the…

George
- 901
- 9
- 23
0
votes
2 answers
Flutter: How to Align multiple ButtonBars such that the radio buttons are one below the other?
here you can see what I currently have: (I'm currently not allowed to insert this picture).
I have two TabBars with two Radio Buttons each in a ListView, but it looks horrible. I would like to place the radio buttons one below the other, regardless…

DarkMath
- 1,089
- 2
- 15
- 29
0
votes
1 answer
jquery datepicker conditionally disable Today on button bar
I have a jquery datepicker where only certain dates are sectable in the calendar. The functionality of the today button on the button bar has been overridden to populate today's date in the field. Now I am trying to disable the today button on the…

user61526
- 23
- 2
0
votes
1 answer
Where is the button-bar border color defined in onsen-ui css?
Where is the border color defined in onsen-ui version 2 css?
I'm talking about the widget defined under the "Segment" section in the documentation.

pashute
- 3,965
- 3
- 38
- 65
0
votes
2 answers
How to disable toggling with flex buttonbar
How to disable the toggle nature of buttons in spark:Buttonbar so that it would behave similar to mx:ButtonBar?

newtoflex4
- 13
- 4
0
votes
1 answer
Placing a layout of items, not shown buttonBar
I have some problems with the marking layout, I have not shown the buttonBar, although it is in the code xml.
Please solve my problem.
This is my code:

Bohdan Martynov
- 95
- 2
- 7
0
votes
1 answer
Disable up state if clicking Down button in ButtonBar
I am having ButtonBar to navigate through NavigationContent inside ViewStack.
It all works fine as expected but once we click a selected button second time. In this case the Button state changes to up state and it shows as if no button is selected…

Anusha
- 67
- 12
0
votes
2 answers
Remove button bar from jface dialog
I would like to create a dialog without the OK/Cancel buttons. I know that if you override the createButton method, this can be achieved.
What do you think of overriding the createButtonBar method to return null if the button bar is not required at…

user3726374
- 583
- 1
- 4
- 24
0
votes
1 answer
Where's the refresh button on the action bar?
I don't understand why in my activity I don't see the refresh button on the action bar.
Here's my code
public class CommentsActivity extends Activity {
String linkcommenti, cleanedLink;
WebView webview;
private ProgressBar…

SG87
- 79
- 12
0
votes
0 answers
Adding dynamic checkboxes android forcecloses Android
i've been trying to make an app with a buttonbar with add/exit buttons at the bottom, and a EditText at the top.
when i hit the add button i want the app to add checkboxes with the text from the EditText.
but when i try to launch the app it force…

pzayx
- 13
- 4
0
votes
1 answer
Multiple lines in a android linear layout
I'm fiddling around with writing android apps and what I'm currently trying to do is to have a text box with a send button at the top of the page and a black button bar at the bottom.
I understand from this question that the correct way to do this…

The General
- 1,239
- 2
- 17
- 28
0
votes
1 answer
How to make listView item and view out of it appear at the same time?
my wish is, to have a listView and when i choose delete in the contextmenu appearing when I do a longclick on a listview item, there should appear checkboxes in each listview element and a buttonbar on the top and one on the bottom...and all at the…

Spyrko
- 27
- 4