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
5 views

django delete button for comments?

I have problem with deleting comments. in my movies_details.html I have {% render_comment_list for object %} I have rewrited comments/list.html in my project templates folder and it looks like ...
0
votes
0answers
7 views

Changing jQuery UI button text dynamically - Firefox inconsistent

I have a jQuery UI button and I want to change its text dynamically. I've got no issue on Chrome and IE when I do this: $('#myButton').find('span:first').text("myText"); However, Firefox seems to ...
0
votes
3answers
48 views

Android Button Height (programmatically)

How to set button height less then 30px? I tried the next: setHeight(30); (set 150 is working, but set 30 is not) setPadding(0,-20,0,-20); (width is changes, height is not) ...
0
votes
2answers
16 views

CSS Vertical Navigation Bar

I am trying to create a vertical navigation bar in CSS. This is the code I have in my master page: <td id="Column_Buttons" runat="server" style="width:20%; background-color: #F5FAFA;"> ...
0
votes
4answers
12 views

Input button target=“_blank” won't work?

I have a HTML file with input button. This is only example button, but it's including all necessary info of code: <input type="button" onClick="parent.location='http://www.facebook.com/'" ...
0
votes
2answers
47 views

How to add a wait function till a button is pressed?

I want to add a wait till, Button (Enter) is pressed function to my code But i am still new to this. I know there are some errors in my code I was playing around with it, But what I want to do is when ...
0
votes
0answers
16 views

The places search won't work by clicking on the button

I want to get a search box which works by pressing the enter button on the keyboard or clicking the search button with the mouse. I got the search box already by using Google's code sample ...
0
votes
0answers
8 views

Tumblr Like Button Doesent Work On Index Page - Tryed everything

i'm using the "Hydra" theme, http://www.themepirate.me/tumblrthemes/hydra it has a like/reblog button on hover. The reblog button works fine,but the Like button doesen't. I tried everything,also ...
1
vote
2answers
15 views

Button text color in Extjs 4

I'm using Exjts 4 and i want to change the button text color. Here is my code: { xtype: 'button', text: 'My Button', style:{ color: 'red' } }
0
votes
1answer
22 views

Set uibutton properties for a MATLAB button

I am trying to set the background color of my gui button to a different color while the program is busy doing the computation. If I just set the color to change when the button is clicked it changes; ...
0
votes
0answers
20 views

stop button doesn't work after a while

I am working on a code to collect and store sensor data (accelerometer, gps, ...). so, I have 2 buttons: one to start logging and the second to stop. A couple of seconds after I hit the start button, ...
0
votes
0answers
4 views

Facebook Send Button Cutting Off on Facebook App

So, I've been having trouble with the Facebook Send button getting cut off on a facebook app. The issue started happening about a couple weeks back, so I think it might be an issue on Facebook's end. ...
0
votes
2answers
34 views

ANDROID - OnClick() Button Referencing Issue?

I would like to have my button in the OnClick() method start a new activity, however it does not do anything. I think it is because the view that needs to be inflated would be the LinearLayout ...
0
votes
1answer
24 views

The type 'x' already contains a definition for 'y'

I am receiving the following error in my code for 2 buttons that I changed the name of in the properties tab. Error 1 The type 'x100.MainWindow' already contains a definition for 'startBtn Error ...
-4
votes
0answers
24 views

Creating RollOver Buttons [closed]

I'm looking for some advice on creating rollover buttons. Should I use to create some buttons or some type of graphics editor. If so, what's a good free editor for Mac to create them. Or are there ...
0
votes
1answer
16 views

How do I find the right gradient mix from looking at an image of a gradient?

I have the following image: I need the proper gradient that can make this work but being new to css I can't figure it out. Some colors I've tried playing with are: 6FBFC5 66BAC0 2F9BA3 i ...
1
vote
0answers
17 views

Twitter and facebook button image change?

I am attempting to log a user into facebook and twitter through my apps, then once logged in I would like the images in my drop down menu to change to logout images. The issue that I'm having is that ...
1
vote
1answer
18 views

Submit button to post data via ajax made from createhtml not work

What do I have to do to make second button works? the first button runs smoothly, but the second not, if you click test_link it will show the second button, which is created by javascript <script ...
-4
votes
0answers
18 views

No buttons next prev

Welcome Text translated from Polish. Please answer why you can not see the next and previous button in the calendar. I add a screen attached. Code posted on this website is standard without any ...
0
votes
2answers
24 views

How to switch betwen click and mouseenter methods?

I have two buttons: <button id="Ck">Click</button> <button id="Me">Mouseenter</button> I want to give the user chance to choose how to open my jQuery animated menus (on ...
0
votes
3answers
32 views

How to link to another view of storyboard

I have a login system ready on the view when the app is opened. I made it so when the login button is clicked, it says correct, but how do I link it to another view in my storyboard? Help would be ...
-1
votes
2answers
18 views

unable to click “Forward” button using selenium web driver which is not having any unique id or class at all

Some of the buttons having the similar id and class names above in ma page... pls help me to access "Forward" button.
0
votes
1answer
38 views

QDialog with ok and cancel buttons

I need Qt Dialog with ok and cancel buttons with standard functionality, placed on the right side of its layout. I need to inherit from it and add other widgets to its layout. I can implement it ...
0
votes
2answers
39 views

Form submit/update onclick

I must rebuild a form, there are two buttons, one is for increasing the value of an input and second for decrease the value, and I must delete submit button and update form always if I click on ...
0
votes
1answer
28 views

change Image Button System Resource when clicked

I want to change e.g. the btn_star_big_off to btn_star_big_on Everytime someone clicks on the button the state of that should change. Toogle would be perfect, but I don't know how to combine that. ...
1
vote
0answers
36 views

SOLVED Android: button at bottom of list view is now showing up

Im trying to add a button which appears at the bottom of a list view as it will be a load more button... The button is not showing. ListAdapter adapter = new SimpleAdapter(this, ...
-4
votes
4answers
37 views

Android Button color changing on onClick?

I am facing a problem . I have two Button's. ButtonA ButtonB Requirement:- When ever i press ButtonA the color of button should be change and it should be remain same until i clicked on ButtonB. ...
1
vote
1answer
26 views

getting values of the row on a button click which is in that row

My android app is populating a table layout which is created programmatically from the sqlite database.the last column of the table layout has two buttons. those two buttons are assigned to one column ...
0
votes
2answers
18 views

In radio button text is not aligned near it. its bit uplifted

i am working on html radio buttons. in my code the radio buttons is placed. but the text near it is bit uplifted. please help me to align the text near it as the radio button as it usually is. ...
-1
votes
4answers
38 views

Android: Disable button after some time

I'm creating an application that generates some chirp sounds into a "for loop" when a button is pressed, and I want to block the button during the loop, and realease them when the loop is over. I ...
0
votes
2answers
26 views

jQuery input field value with counter

I have found this: jQuery - Increase the value of a counter when a button is clicked and this JQuery Mouse Click counter but does not work by me, i have tried this: $("#btnplus").click(function(){ ...
0
votes
0answers
5 views

Printing active sheet in excel using macro?

I have being trying to create a macro to print active sheet with help of button action but when i compile error show up saying "end sub" Private Sub CommandButton1_Click() Sub ...
0
votes
0answers
34 views

Creating multiple Ajax buttons with a each loop

I have two models : User and Product. One user has many owned_products, and a product belongs to an owner. The products have a available:boolean. I want to make a list of owned_products that can be ...
0
votes
2answers
13 views

editing wordpress nav button

I have started using wordpress yesterday and it's great. I really have so much to learn about PHP but the default php scripts are quite comprehensive for me but not everything. My objective is to ...
0
votes
5answers
41 views

Changing button's position in Android

My first question was to click through layout. I solved it out. Now my question is how to set button's position at desired location? My application's minimum api level is 8 (I can't set getX() or ...
0
votes
2answers
58 views

PHP Next and Previous links and ID displayed in the URL for sharing

I have a database with a few images already set, I would like to have the url display an ID from each query as the user hits next. The user should be able to share the URL and paste it into their ...
0
votes
0answers
3 views

method keyEventPressEvent in an App, made in Designer doesn't work

Good night: I designed an app in Designer, and after made the pyuic4 conversion. The app is a calculator windows styled. But when I need use four mathematical buttons via keyPressEvent method, ...
0
votes
0answers
62 views

Unable to click second button after first click

As the code below, I was unable to click the button after clicked the first button. Can anyone help me check the error? <script ...
0
votes
3answers
48 views

Trying to insert a new html with input button

My goal is to create a button that when pushed will execute javascript to insert html that creates a new div with content inside of it. I have been able to get the button to click and preform a ...
0
votes
0answers
8 views

How to add a back button to PhotoSwipe

I am using PhotoSwipe to build a picture gallery, but I do not manage to add a back button, can anyone give to me an idea on how to improve the code below, which is the container for the gallery? ...
0
votes
1answer
20 views

Removing a dynamically created ViewGroup by dynamically created button

I am developing an android termostat app, and I have made a listing (in code) of a group of items. Therefore I dynamically add buttons. When the user clicks on one of these buttons, I want to have all ...
-1
votes
1answer
37 views

Submit form to send email using PHP [closed]

I am working on a final PHP project. I need to make the submit button do the following: submit the information send an email to the professor trigger a thank you. I am new to PHP but this is the ...
0
votes
1answer
32 views

Sencha Touch 2.0 loading Buttons dynamically from the store

Does anyone know if it is possible to have multiple buttons which depend of a specific user , and for each user he has a multiple applications ,in his space (im developping an Appviewer for a PAAS) , ...
0
votes
1answer
63 views

How to add “Share” button to android app?

i want to add "Share" button to my android app. Like that I added "Share" button, but button is not active. I click, but nothing happens. My code in MainActivity.java: private ...
0
votes
2answers
48 views

How do I put 2 different texts in one button in android?

so this image basicly shows what I want to do: I want to add static text (that orange A) on a button which already has text on it. But I don't have any idea how.
0
votes
3answers
45 views

Disable a button when clicked then enable after refresh

I have a button on a page that when clicked runs a sub that populates a gridview with data from an SQL table. I am using VS2010 with VB. When a user clicks the submit button I want to disable it ...
2
votes
1answer
40 views

How to pass Command Parameter of Button

I want to pass assignment_id which is a command parameter of myButton to .cs file to update values in database. I wrote this code but when i clicked at myButton it showed a Message Box that Method and ...
0
votes
0answers
18 views

Android different layouts listeners

I have an android application and i want to create a different layout for tablets. In layout for tablets I want to add one more button ("b3") but when I add this, the application doesn't start ...
0
votes
1answer
26 views

Make a click event in python (tkinter)

I'm trying do do a very simple task: Make a button click in python using tkinter. I have an array of buttons and when I finish an event I want to make a button click event in one of my buttons. I ...
0
votes
2answers
30 views

SOLVED: Button topmost in android

Thanks everyone for help!!! I figured it out! :D by adding these two lines in my Activity: getWindow().addFlags(WindowManager.LayoutParams.FLAG_NOT_TOUCH_MODAL); ...

1 2 3 4 5 229