Top "Button" questions

Buttons are simple elements in graphical user interfaces that take mouse clicks or finger taps (on touch devices) as input.

How to remove default mouse-over effect on WPF buttons?

My problem is that in WPF, whenever I try and change the colour of a button's background using triggers or …

wpf button mouseover
change text of button and disable button in iOS

How do you change the text of the button and disable a button in iOS?

ios button text
How to grey out a button?

I have a button defined as shown below. When I want to disable it I use my_btn.setEnabled(false), …

android button
Change color of Button when Mouse is over

I want to change the background color of a button when IsMouseOver == True <Button Command="{Binding ClickRectangleColorCommand}" Background="{Binding …

wpf xaml user-interface button mouseover
Android ImageButton with a selected state?

If I was using an ImageButton with a selector for its background, is there a state I can change which …

android button imagebutton
make a phone call click on a button

I'm trying to make a call when I press a button in android ((Button)findViewById(R.id.button1)).setOnClickListener(new …

android button phone-call
Attach parameter to button.addTarget action in Swift

I am trying to pass an extra parameter to the buttonClicked action, but cannot work out what the syntax should …

swift button uibutton
Call method when home button pressed

I have this method in one of my Android Activities: @Override public boolean onKeyDown(int keyCode, KeyEvent event) { if(keyCode == …

android button menu android-sdk-1.6
How to change Tkinter Button state from disabled to normal?

I need to change the state from DISABLED to NORMAL of a Button when some event occurs. Here is the …

python button tkinter state
How do I kill an Activity when the Back button is pressed?

I got an Activity that when it starts, it loads an image from the internet. In an effort to save …

android button android-activity kill back