This tag is for questions about buttons, which are simple elements in graphical user interfaces that take mouse clicks as input.
0
votes
1answer
7 views
Can we register server event handler using jquery?
I have a button server control in my asp.net webform .
So in my webform the button has a server event handler . I want to fire the event only if the user adds a remark in a dialog box that pops ...
0
votes
2answers
20 views
Android how to set up buttons look on older versions?
I am trying to make an application on android. I want buttons to be transparent, like on the image right (when i run my application on android 4.2.2), but when I run the application on android 2.3.3 ...
1
vote
0answers
20 views
WPF vb.net Download Button without interruptions
I have pageA which has 2 buttons(button1 &button2) that navigate via frame1 to pageB(via button1) & pageC(via button2) (respectfully). On pageC( via button2) I have a download button that ...
0
votes
2answers
18 views
Button on page disable button on Window in WPF vb.net
I have a button on a page (page1) in a WPF application. If I press that button on page1, how can I disable a button on Window1 ? Page 1 is shown in frame from Window1.
Thanks!
0
votes
0answers
10 views
using multiple mouse buttons as hotkey?
I am experimenting with using multiple mouse buttons as hotkeys so I don’t have to rely on a keyboard so much and have really only encountered one problem with the following combination of scripts:
...
-1
votes
0answers
17 views
JavaFX combobox css styling
I'm trying to customice combobox in JavaFX trough css and i can't customice the "arrow button" on the right (i want it to desapear, or to have a custom graphic, for example).
I have been checking the ...
1
vote
0answers
22 views
hide fullscreen button not working
I am trying to hide FS button like my arrow keys on royal slider but it wont work and I dont know why...
royalslider.css line cca 50:
.rsArrow,
.rsNav,
.rsThumbsArrow,
.rsFullscreenBtn {
...
0
votes
1answer
24 views
How do I make this gradient appear on Chrome on mac and windows?
I have the following css:
background: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.1) 0px, rgba(0, 0, 0, 0.1) 100%) repeat scroll 0 0 #66BAC0;
background: -webkit-linear-gradient(center ...
1
vote
1answer
15 views
Rails + Javascript: How do I create a button that slides/changes a form from left to right?
For example, there's a form with 3 parts, A B and C. Initially the user can only see A. After filling out A and clicking a Next Button, the screen slides out A to the left and slides in B from the ...
1
vote
2answers
38 views
How to display separate paragraphs in the same area using CSS HTML
I'm in the process of making a simple webpage, and have run into a wall. Right now, I have a few buttons laid out on the page with the slideToggle animation, and when you click one, a paragraph opens ...
0
votes
0answers
4 views
Add contact to Address Book Button
I'm doing and App in IOS and I want to add a Button that when people clik it it automatically add the contact (name, number and Picture) in the phone contact list
the contact name is Clinica Lo Curro ...
0
votes
1answer
23 views
jquery live event and mouse button code
http://pastebin.com/ycfxr1Qz
This event works only when you click the left mouse button. Non-live event works pretty for all buttons
why?
0
votes
0answers
22 views
SaveButton gets destroyed
my code as follows. My question is why my "SaveButton" gets destroyed, means when I click it , my Application crashes. And if I press the "ViewButton" , I add another button, which isn´t the right ...
0
votes
0answers
8 views
WordPress: How to add a custom sidebar to Twenty Ten theme
I have been trying to add a Custom sidebar to the twenty-ten theme of WordPress. the sidebar has buttons in it. The buttons are buttons are the the issues i have created using the 'MaxButton' Plugin.
...
0
votes
0answers
14 views
JSF 2 Datatable with radio buttons in multiple columns group by row
I am trying to implement jsf2 datatable with radiobuttons in multiple columns. I am facing difficulties in grouping them by row. I know how to group them by column but not by row. Any help is ...