This tag is for questions about buttons, which are simple elements in graphical user interfaces that take mouse clicks as input.
0
votes
1answer
13 views
Missing contentDescription attribute on image
i have got warning like in topic, i already googled that however adding description not fix my problem, R.java is not generating, i was trying to clean and rebuild and nothing... whats wrong is with ...
1
vote
0answers
3 views
AS3 gotoAndStop(2); causes a 1009 error second time the frame runs
Disclaimer: I'm really new/incredibly bad at AS3 so it's probably something really stupid that should never happen
Okay so, the first time my main menu frame runs, it runs fine and sends me to the ...
0
votes
1answer
25 views
How to make Button/Submit to click and change value to null or '' or = nothing in MySQL Database?
Trying to figure out how to create a button or submit button that changes the value of profile field in that specific user_id in database to nothing, I've used Null and it doesn't seem to be working.
...
0
votes
0answers
12 views
Paypal Button creation/encryption
I've search for this online but couldn't find anything conclusive, yet.
I wish to make a large (yet unknown) number of paypal buttons, different prices, currencies, etc.
I have been following the ...
0
votes
1answer
18 views
Setting background on ImageButton doesn't work
I have an ImageButton and I wanted to be able to see a color when I clicked on it. I added a background, and used the same listselector I use for all my listviews, but it doesn't show anything when I ...
0
votes
1answer
21 views
KeyEventArgs and MouseEventArgs
I'm trying to make a button that handles both enters and clicks. I've set up my sub procedure to handle both keyups and mouse clicks, however I cannot access MouseEventArgs from EventrArs nor ...
0
votes
1answer
22 views
How do I make this button in XML?
I wanted to make an ImageButton to put in my app, but I need a very specific one.
I wanted to make an ImageButton similar to that of the one in QuickPic. Notice on the left screenshot, the Camera. ...
0
votes
0answers
19 views
Input button combined with a background AND a sprite for hover
hello I have some misunderstanding about css sprite. I'd like to have one button like bellow (hover with the green checkmark. It works like a charm if i use these 2 pictures combined into a sprite ...
0
votes
3answers
24 views
How does one force a <button> tag to display:inline?
Check this out:
http://codepen.io/maxwbailey/pen/vGKBr
Now, they look fine when you aren't hovering over them, but when you hover over the <button> and <input> elements, you'll see that ...
0
votes
0answers
8 views
disclosure button mapview
I'll see if I can explain the problem and if I can lend a hand.
I have a "VC source" with multiple buttons, and through a switch (case) to select each of them, dynamically loads me another "VCdest", ...
1
vote
3answers
36 views
Change button background image when div is active
I have this bit of code to fade out and change the div on click of the relevant link. I would like images as my links instead of just "dealer, advertise etc." As well as that though I would the image ...
0
votes
0answers
17 views
Add Button on top of “img-responsive” div with bootstrap
In my webpage, I've created a div and added the class "img-responsive" to it. It works extremely well and scales perfectly. However, I need to add a button on top of it and the only way I have done ...
0
votes
5answers
34 views
Why is only the text clickable in this div?
I am trying to create a div that is a button by putting an anchor inside a div.
HTML
<div class="div1" style="width:300px;">
<a href="#">hello</a>
...
2
votes
1answer
30 views
Javascript not works near UpdatePanel
I have this UpdatePanel:
<asp:TextBox ID="date" runat="server" />
<asp:ScriptManager ID="Manager" runat="server" />
<asp:UpdatePanel ID="setDate" runat="server" ...
0
votes
1answer
19 views
Click to email button not working on android
Hello can someone please tell me how to create an click to email button that works on android? I have tried this (with mailto):
<input type="submit" value="Send Mileage" onclick="sendMileage()" ...