This tag is for questions about buttons, which are simple elements in graphical user interfaces that take mouse clicks as input.
0
votes
5answers
31 views
button settext to next class
how can i make this to my quiz game.i have 2 class the first.class and second.class. on my first.class there is a button. on my second.class theres no button etc. but i want that if i click the button ...
0
votes
3answers
28 views
How to create different button based on a condition?
How do I create a button based on the status. Let's say if I'm not logged in login, the button will direct to the login page, if not, the button will direct to the logout page. Can anyone tell me how ...
0
votes
1answer
10 views
Set predefined subject and text for contact form on button click
I am trying to do the following think but I dont have clue how to work it properly:
On my page products.html I have some products with buttons to Order. This buttons will redirect you to contact form ...
0
votes
0answers
5 views
Joomla Isis Admin Template - Create Boostrap Checkbox Button
Can anyone tell me how to create a Bootstrap style checkbox button with JForm?
I've currently got it set up like this but it passes no data if toggled:
<div class="btn-group" ...
0
votes
2answers
21 views
radio button value selected
Hi I have two radio buttons on my asp.net MVC 3 view , I want to know which one selected inside my controller , can someone please propose the solution?
input type="radio" name="rdoOnline" /> ...
0
votes
0answers
4 views
dynamic container with buttons in sencha touch 2
I am create a demo for send message function.My application has 2 screens:
Screen 1 is contact list.Users can choose many contact from contact list then go to screen 2.
Screen 2 is compose message ...
1
vote
3answers
31 views
WPF Button with image + text and change the image in codebehind
I'm trying to create a button which contains an Image and a Text. But, the image can be changed by code behind at runtime. My images are png, and everyone is in my ResourceDictionary as:
...
0
votes
2answers
30 views
How to have display Android buttons in a user friendly way?
I have an application which needs different filters which are implemented by the click of a button and now I am out of space on the screen because I still have Button7-15 to implement and the layout ...
0
votes
2answers
29 views
settext to highscore form other class
im creating a game that has a highscore but my problem is i cant make a settext into my highscore.class coming from the button of my levelcomplete.class. my point is i want that if my ...
-3
votes
1answer
31 views
Centering a button in css [on hold]
echo $this->Form->end('Login');
hey guys, if i want to center this button, how can i do that? Sorry im beginner here and really looking for answer ASAP.Thanks in ...
0
votes
3answers
21 views
Is there a way to enable the button only if all 5 boxes are checked?
Currently you only need one checkbox to be checked in order to activate the button. I would like to make it so 3 of the checkmarks need to be checked in order to activate.
...
0
votes
0answers
12 views
widget configuration activity with lots of buttons
I Have a widget with configuration activity which have lots of buttons to change views of widget they work fine if i insert finish(); at end but i don't want to finish my activity on every button ...
0
votes
1answer
22 views
How can I create a pop up menu that has buttons in it on Android?
I have a few buttons on my screen, but having the screen to be as uncluttered as possible is important. Is there a way to click one button, have a pop up appear displaying the rest of the buttons, and ...
0
votes
0answers
9 views
Android WebView, how to code the back button?
I have a app in which I have a webview where I display some website, it works, but at the moment of clicking a link in the webpage it goes to the next page in the website inside my app that is good ...
0
votes
3answers
24 views
Building a custom AlertDialog, how to implement button click?
final AlertDialog builder = new AlertDialog.Builder(activity).create();
LayoutInflater factory = LayoutInflater.from(activity);
View view = factory.inflate(R.layout.inventory_item_pop_up, null);
...