This tag is for questions about buttons, which are simple elements in graphical user interfaces that take mouse clicks as input.

learn more… | top users | synonyms (1)

0
votes
0answers
13 views

Android multi-Button over each other for a custom shape button

I want to make a custom shape button like Catch app buttons, but there are so many ways that I tried and finally I was about to place 8 button view on each other that the click was captured by last ...
-1
votes
2answers
33 views

Class with repeated buttons android

I have several classes with the same buttons. How can I combine them into one class rather than writing them in each class? Thanks
1
vote
3answers
18 views

How to remove padding around buttons in android?

In my android app, I have this layout: <?xml version="1.0" encoding="utf-8" ?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" ...
-1
votes
1answer
48 views

WinForm button click event to convert c# data to html code? (unexperienced C# user) [duplicate]

I have been trying to find a way or code that will convert c# data to html code/html template by a ButtonClick but have just found some converters that convert C# code to HTML code and thats not what ...
-3
votes
0answers
26 views

WinForm button click event to convert c# data to html code? [on hold]

I have been trying to find a way or code that will convert c# data to html code/html template by a ButtonClick but cant find anything please help
0
votes
2answers
17 views

Adding an arrow or x to custom Android Button using XML

I'm working on creating the elements for my Android app's user interface. Right now, I've got a few different custom button styles that I've created in XML Selector files. Is there a way I can ...
0
votes
1answer
16 views

Setting width and height properties to auto in WPF causes button to blur

When I was testing a new interface for a button I noticed a blur appearing during run-time that was not present during design-time. I tracked it down to the auto property. The image below displays ...
0
votes
3answers
32 views

Make a button change value of a textview

So, my friend got me to mess with android programming in android studio today. I started making a beginner application and have had some good results. But right now I am trying to get a button to ...
0
votes
2answers
26 views

How do I add a second button android?

I´ve got a click listener to an email intent in my app, but I want to add a second button to do another thing? Sorry for the dum question, Im a begginer. For the peoplewho said, I embedded my code. ...
0
votes
1answer
26 views

Refresh ListAdapter after click on item in actioon bar

Im frustrated with resfreshing data in listfragment. 1.) proplem: I tried handle actionbar menu item (refresh button) in fragment to refresh data in list, but this not working (nothing happened) ...
0
votes
0answers
17 views

I'm having a strange button appear to the right of my list items using jquery mobile

I have a button on my list items which works great in chrome and firefox. However, internet explorer seems to push this button all the way to the right of my list item and create a new side button. ...
0
votes
2answers
18 views

set a click event dynamically to dojo button

I m trying to set a on click event dynamically to a dijit/form/Button. But, the method I m trying doesn't seem to work. <button id = "newActButton" data-dojo-type="dijit/form/Button" type = ...
-2
votes
1answer
40 views

Android Back button closes app instead of going to the previous Activity [on hold]

I open my first activity, which is just a loader for the 2nd Activity, on the 2nd Activity there are buttons, one of which opens a 3rd Activity. If I hit back from the Third activity instead of going ...
0
votes
3answers
39 views

Dynamically added buttons don't work

I can't seem to figure out why when I create a new div with a button in it, the button will not respond to the click function I assign it. I'm sure I've just got the syntax messed up somehow. Ideally ...
0
votes
1answer
10 views

Adding bootstrap button class to button_to in rails 4

I have a button_to call in my Rails 4 haml file that looks like this = button_to("Click Me", action: "click", class: "btn btn-primary") However, the class: "btn btn-primary" code snippet isn't ...

1 2 3 4 5 798
15 30 50 per page