Skip to main content

Questions tagged [button]

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

1 vote
0 answers
31 views

Multiple adding to cart in JavaScript doesn't work

when I add products to the shopping cart at some point it stops updating the table, it is refreshed when I click the previous product and the product I want to add. Live site: https://frontend-mentor-...
Kajetan Ślęga's user avatar
0 votes
0 answers
22 views

StringVar doesn't update the text on a button in Python's TKinter

StringVar doesn't update the text on a button in Python's TKinter. As a matter of fct, no text is being shown. Why? I'm using Spyder 5.5.5. Here's the code: # -*- coding: utf-8 -*- import tkinter as ...
Radar32's user avatar
  • 27
-1 votes
1 answer
25 views

Need to size buttons to be bigger on phone and smaller on desktop

I'm creating a simple webpage that just has a logo and buttons centered in the middle of the page. This is just a simple directory to our other sites and pages: The issue I'm running into is that ...
Flotronics's user avatar
-1 votes
2 answers
39 views

Swipeable button in QML

i wanna create a component which can slide a rectangle from left to right to simulate ON or OFF like a iOS left-to-right button to shutdown phone (https://youtu.be/qEJ5PerUqFw?t=42 second 40 like this)...
Bondrusiek's user avatar
0 votes
1 answer
30 views

Change font color of form button without selection

I would like to remove selection from code because that usually means it is more efficient and robust. So there is a code that works fine but selection cannot be removed in the way I expected. This ...
house_of_codes's user avatar
1 vote
1 answer
36 views

Plotly figure with subplots and dropdown hides second plot when non-default option selected

I am trying to generate a Plotly figure with two sub plots and has dropdown menu. The default option works fine (Fig. 1) but when other values are selected the second plot disappears (Fig. 2). How to ...
Tom Kurushingal's user avatar
0 votes
0 answers
7 views

Text to the right of 'Add to Cart' button

Wordpress/Woocommerce. Website add to cart button text How would I remove or change the text to the right of the add to cart button. Can't seem to find it anywhere. Checked plugins, php files, etc. ...
gunship800's user avatar
1 vote
1 answer
47 views

How to hide the gridlines when pressing a button in WPF C#? [duplicate]

I have been working on some projects and I can't seem to find a way to hide gridlines that appear when you press a button like in the image below is there a way that will hide the gridlines? I don't ...
NeoGenesis521's user avatar
0 votes
1 answer
54 views

Create a CheckBox with appearance of Button

I am trying to create a Checkbox with appearance of button. When i set he content of ToggleButton it changes the Checkbox text, but when i change IsChecked it is not getting updated in checkbox. How ...
renji's user avatar
  • 59
0 votes
1 answer
32 views

How to add scrollable buttons in tkinter python

Currently, I'm using a tkinter canvas to try scroll buttons. I put twenty buttons on the canvas and none of them scrolled like I expected. import tkinter as tk from tkinter import * from tkinter ...
Breadification's user avatar
0 votes
0 answers
14 views

How do I make text in Button take up a bigger part of it?

I'm trying to make a custom keyboard for an android app so I'm trying to make the text on the buttons as readable as possible. I want the text to be big on the button, but setting the textSize ...
user26370805's user avatar
1 vote
1 answer
30 views

Python: Selenium's driver.find_element(...) cant find the button im looking for:

This code is supposed to click a button (accept the cookies) and then take a screenshot of the page. It takes the screenshot of the right element with the right height & width, but it does not ...
FireFly's user avatar
  • 13
0 votes
0 answers
45 views

Fixed Button doubles, when moved on hover

I am making a website using Vue js and want to add a button for bot assistant in the bottom right. But as long as it's a button I want it to react somehow, so in hover, I wrote this: .bot:hover { ...
7 Тх's user avatar
  • 1
-2 votes
0 answers
34 views

How to transform one row of interactive buttons into two with the buttons in a div [closed]

I inherited code for a page that currently has a row/panel of buttons. We now need to edit the page and add a second layer/row of buttons below the first, but adding an additional div doesn't seem to ...
JackieW's user avatar
-1 votes
1 answer
48 views

add items in listview control from another class [duplicate]

I'm trying to add items in my listview control calling from another class. I have a form with a listview control and some buttons. When I click on one of the buttons, a usercontrol appears with ...
jan leung's user avatar

15 30 50 per page
1
2 3 4 5
2716