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.

button
0 votes
2 answers
38 views

JavaScript variables being called in html tags (button)?

I am following this online free course on YouTube, this is the link if you want to visit it: "Youtube link", but at around 2:15:00, he shows how to call javascript variables in HTML tags and ...
Rahand hemin's user avatar
1 vote
1 answer
50 views

WM_LBUTTONDOWN delay issue in WinAPI

This is a follow-up to my previous question. How to handle button held down in WinAPI? I managed to get the button to update counter continuously while the button is depressed, based on the comments I ...
machine_1's user avatar
  • 4,454
-2 votes
0 answers
10 views

Enable/Disable graphic button after sequence of macros are executed

I have created 3 graphic buttons and pasted in excel and assigned macros to it. I want the user to click Button-1 to run the first macro to complete. The user then must click Button-2 to run the ...
Siraj's user avatar
  • 175
-1 votes
1 answer
35 views

How to change :active color of this cart button? [closed]

I've got a problem with the cart button on my website. Whenever I click on it, it turns dark blue. I know this color because it's set as primary button color in my Elementor settings, but I've tried ...
Łukasz Wójcik's user avatar
0 votes
1 answer
38 views

Button Clicking Help: Python, Selenium

I'm trying to web scrape an HVAC website. I want to put in a zipcode, hit the submit button, and then scrape the resulting information on the closest dealers. Here is the website if necessary. My ...
user25774167's user avatar
-1 votes
1 answer
41 views

In Swift UIKit, how to add two button images inside a table cell?

I need two images buttons to be clickable inside a certain cell (not all cells), instead of the text. How can I do this? I have the cell extension, and the image "the_icon" exists (I can see ...
Vladimir Despotovic's user avatar
-3 votes
1 answer
77 views

The menu button doesn't work in a html code [closed]

I am learning html, css and bootstrap course from courcera and the lecturer has provided the codes for every project he does. I was listening to lecture when I copied this code to test it out. The ...
Snow White's user avatar
-1 votes
0 answers
26 views

Next.js Hydration failed, button inside a button using Shadcn

I am trying to put Popover with Calendar inside Tabs, but I cant get it working and I get hydration error. 'use client' import {cn} from "@/lib/utils"; import {Popover, PopoverContent, ...
Raian's user avatar
  • 1
0 votes
0 answers
18 views

What's the correct way to add translation animation on buttons in flutter and keep functionality?

I'm creating a custom radial menu. I followed this tutorial as starting point : https://fireship.io/lessons/flutter-radial-menu-staggered-animations/ . Now when I add a onTap or Onpressed It doesnt ...
Auryn Vansteenkiste's user avatar
0 votes
0 answers
25 views

I have problem running a function that makes a button to change the background of a page [duplicate]

I have trouble running a function in JS that makes a button to change the page background. Below is the pen's link: https://codepen.io/Valt76/pen/rNgEgbe Is there anybody that can kindly help me to ...
Valter Piso's user avatar
0 votes
0 answers
19 views

how to Disable Button in the table after ajax?

Each row in the table has a button. When the button is clicked, it will turn blue and become unclickable. I have try to use it ,but cannot work $(this).parent().attr('data-id').prop('disabled', true)...
andrewarnier's user avatar
-1 votes
0 answers
38 views

Disable buttons in table after ajax call [closed]

I want to disable specific buttons in the table,These buttons are on a table and they appear on each row. I want to do is each row in the table has a button (In action column). When the button is ...
Amelia C's user avatar
1 vote
1 answer
32 views

The size of the image is too big for the button... Any tips?

BEFORE AFTER! the light gray is the button. I have this css for my html button: .link-container button { background-color: #444; color: white; border: none; padding: 10px; border-...
TheAlphaLeopard's user avatar
0 votes
0 answers
26 views

php Create a button to call a function inside a fetch_accoc

I have a web page which is using php code to search and retrieve images matching tags the user enters. It is using mysql to store the image paths and retrieve the images for the user along with image ...
Cypherwolf's user avatar
-1 votes
0 answers
20 views

Account deletion button not working in production, working locally [closed]

I'm trying to add an account deletion button to let users get rid of their accounts on my app (linked to Firebase). <ion-header> <ion-toolbar class="header" color="tertiary&...
Charles Hergott's user avatar

15 30 50 per page
1
2 3 4 5
2715