Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
51 views

I need to make a collection of buttons of irregular shape -- similar to a puzzle where each piece is a button. They do not overlap, do not necessarily cover the whole window and may have gaps. In ...
Ivan's user avatar
  • 419
0 votes
1 answer
53 views

How do I take this sound effect: menuSound.loadSound("hover_sound", "Audio/Sound/button_hover_sound1.wav", 0.5); And have it so that when I hover over a ImGui button, it will play ...
ShizamDaGeek's user avatar
Advice
0 votes
5 replies
70 views

I am building a multi-lingual website and want to localise the captions shown on buttons in a form. <form action="check.php" method="post"> <input class="btn btn-...
4everJang's user avatar
  • 333
-3 votes
0 answers
46 views

Upgraded to iOS 26.1 and now getting a white capsule behind my StyleSheet buttons: The View code is: ToolbarItem(placement: .topBarLeading) { Button { ...
Edward Hasted's user avatar
-1 votes
1 answer
71 views

I am building a visual organizer for a bookcase in MS Access. I have a main form with a grid of buttons (representing locations like "A1", "B3", "D1"). On the right side, ...
Ophy's user avatar
  • 3
1 vote
2 answers
104 views

import tkinter,time canvas=tkinter.Canvas(width=500,height=500,bg="white") canvas.pack() canvas.create_text(250,250,text="0:0:0",font="Arial 70 bold") global b def ...
Faith's user avatar
  • 11
2 votes
2 answers
170 views

I'm currently making a website and I want to include these buttons, as I have them in my design: Screenshot of website design They are all of the same size, equally spaced out and centred across the ...
RRS's user avatar
  • 23
0 votes
1 answer
93 views

I tried to replace "Read more" text on the buttons at the end of each post in the post query loop, e.g. archive page, using 3 versions of codes below. None of them worked, the text still ...
FUFY's user avatar
  • 19
0 votes
2 answers
126 views

I'm trying to make a button that plays the video when paused, and pauses when playing. I can make it pause, but I want the same button to play when paused. BONUS: How can I also make the text change ...
Shayl's user avatar
  • 17
-1 votes
1 answer
99 views

I'm working on a chrome extension, using html, css and js only. For navigating in the extension there is a back button and i'm implementing the configurations button. The back button works OK and ...
Gabriel Braga's user avatar
1 vote
2 answers
76 views

I have an application with a form and now with a little experimental refactoring from last week 2 buttons doesn't do anything. Logging just say "button was click " but no method is called. ...
Da Wolf's user avatar
  • 11
1 vote
1 answer
69 views

I am using ASP.NET MVC. I have a PIF controller and on the details view, I have data showing from a variety of other models, one of which is called SAEs (I will use this as the example). For each of ...
Sally Parkes's user avatar
0 votes
0 answers
63 views

I have written a script that works as expected with a specific workbook and I now want to save it to that workbook and ideally would like to make a button to run the script. However I do not get the ...
Frans Kampers's user avatar
0 votes
0 answers
76 views

I have an issue with catching Invoke action. I created a simple WinForms app, with a single text field and a single button. I want to catch the Invoke_Invoked event in the Accessibility Insight ...
Roma's user avatar
  • 1
0 votes
0 answers
115 views

I'm trying to style a button (or a link that looks like a button) for Outlook Classic. Every time I try, the text just gets highlighted and the button looks terrible. It works fine in Outlook New and ...
devvrie's user avatar
-1 votes
0 answers
66 views

I need to build this special shaped button. So initially the outline will be white and background will be transparent when I hover over it both the border and transparent background should become ...
Manjesh R V's user avatar
1 vote
1 answer
95 views

I want to make the border-radius of a Button in CSS sharp like 45 deg instead of round. I tried it with clip-path, but it turned out only to be the background and not the border. Are there any ...
burgerexe18's user avatar
1 vote
1 answer
50 views

I defined a Kivy Button and associated a method with on_touch_up. However, when I click the button, the method is called twice. This issue stops occurring if I also define on_touch_down and return ...
Cláudio Teixeira's user avatar
0 votes
0 answers
24 views

I've been working on an outlook add-in thats supposed to do some things with attachments when a mail is send, I've tried to use events for this but came to the conclusion that it may just be ...
douwe3998's user avatar
-1 votes
1 answer
82 views

Below, I would like to create the following effect on a button element in CSS: Whereas I just want a basic regular button but with the 'tab' sticking out of the bottom. How do I do this? I've tried ::...
ProOfficial's user avatar
2 votes
2 answers
146 views

I'm making a game in Delphi with FireMonkey and I'm trying to make a button with rounded corners using a TRectangle. It is the play button in the photo below: Is this possible? How can it be done? I'...
liansa111's user avatar
-1 votes
1 answer
62 views

I'm really new to coding and I'm taking a coding class and it's super confusing to me. I've been assigned a task to recreate a sample table using HTML/JavaScript, and there are a few elements that ...
ICard's user avatar
  • 1
2 votes
3 answers
75 views

I'm developing (creating a copy of iPhone calculator) a basic calculator using html, css and javascript. I have laid out buttons in different rows. But the problem is buttons in different rows have ...
Mahadi Hasan Sumon's user avatar
0 votes
1 answer
165 views

Some of my dynamically generated buttons are sometimes unclickable. Strangely, if there are 2 dynamically generated rows, the 2nd row will clickable with the tooltip working. But the 1st will both not ...
Ardie's user avatar
  • 35
0 votes
1 answer
100 views

How do I use a Button Click event, which is defined in a subroutine in another subroutine? Essentially what I am trying to do is that when clicked, the colour of my circle should change. But I am not ...
user30847188's user avatar
0 votes
2 answers
65 views

I have a ButtonStyle which is like that: import Foundation import SwiftUI struct FillButtonStyle: ButtonStyle { func makeBody(configuration: Configuration) -> some View { ...
Elikill58's user avatar
  • 5,045
-2 votes
1 answer
79 views

I am trying to get the text in the above Button to centre. The format is controlled by a style sheet Struct - StatusBarEndText. Any ideas? ToolbarItem(placement: .topBarTrailing) { Button("...
Edward Hasted's user avatar
0 votes
2 answers
124 views

I want to create a class for a Tk.Button in a Tk.Frame so that the button can have a border color independent of its background color. I wrote this code which creates a button in a frame just as I ...
user1069353's user avatar
0 votes
0 answers
64 views

I have a button component from material mui which I have added some custom styles, but when the button is clicked it gets a blue outline which I dont want. I have tried removing it following advice in ...
Charlie's user avatar
  • 29
0 votes
0 answers
39 views

I am using the "Laravel Twill" as a Backend, And we are struggling to rename the provided name. As example once the user is submitted form it goes to the backend.Then from the CMS Side I ...
nimmi deshapriya's user avatar
0 votes
0 answers
145 views

I'm trying to create a simple extension for Directus which adds a button at the header on collection list page (a button nearby "+" button) When a user selects some of collection items, then ...
June's user avatar
  • 61
0 votes
3 answers
105 views

I am trying to enhance my Js knowledge by building a simple music player in HTML, JS and Tailwind CSS. I am trying to add the DOM buttons to all of the audios. I expect the buttons to play the audio ...
Jesse's user avatar
  • 15
1 vote
0 answers
30 views

i need to use a custom icon (from flaticons) in my p:commandButton. Its supposed to look like any icon from primefaces itself. I have to use custom icons due to Primfaces limited selection and i have ...
Joe's user avatar
  • 55
1 vote
3 answers
82 views

I used Bootstrap to create the radio buttons: <div id="heightForm"> <legend class="h"> Height: <div class="form-check form-check-inline weightChoose ...
NoobBird19's user avatar
0 votes
2 answers
75 views

I feel like I shouldn't have to ask this question, but it has me perplexed. Previously I've never really been bothered about exact pixel sizes of rendered HTML items, but I am working with a designer ...
ciantrius's user avatar
  • 692
1 vote
1 answer
120 views

I have a close or dismiss view button on an iOS app that I am trying to place in the upper left hand of a SwiftUI View. The button has an image within it and it action is to dismiss the view. To the ...
user6631314's user avatar
  • 2,050
0 votes
1 answer
99 views

I checked the questions and found some similar to my question, they nevertheless dealt with similar but other issues. I'm trying to add buttons to an excel file which pastes pre-programmed text in the ...
Sensei Erwinovich's user avatar
0 votes
0 answers
22 views

I have a GUILayout.Button("...") with two "For loop" statements, but only the first statement is executed at First click the second statement is executed at an second click. I ...
has Kre's user avatar
0 votes
1 answer
66 views

The question is how to make working Show/Hide button to selected lines ? In my code i make two section with 5 title. In one section i want hide Title 4 and 5 In two section i want hide Title 3,4,5 It ...
Algiz's user avatar
  • 3
0 votes
0 answers
107 views

Python 3.13.2, pyTelegramBotAPI-4.27.0, Windows 10 I have a problem with Python telebot inline buttons. It worked fine for a long time, without any problems. At some point it stopped to work. I did ...
John Smith's user avatar
1 vote
2 answers
64 views

Consider the following HTML and CSS codes I can't figure out why the button text is not red, and I also don't know how to let the parent override the button's color: .red { color: red !important; } &...
Beautiful Css's user avatar
-2 votes
1 answer
151 views

I try to follow https://getbootstrap.com/docs/5.3/forms/input-group/#custom-file-input to hide the input[type='file'] with a button but it doesn't work. <div class="input-group mb-3"> ...
khteh's user avatar
  • 4,280
0 votes
4 answers
146 views

I am trying to have a button to change its color when clicked in React. I found this and tested it: https://reactgo.com/react-change-button-color-onclick/ The code being: const [active, setActive] = ...
Michel's user avatar
  • 11.9k
0 votes
3 answers
51 views

<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <title> What's Up At Pearson? &...
Emerald Udoh's user avatar
1 vote
1 answer
87 views

Building a application in winforms with alot of pure powershell functions inside its code. As for now around 6k lines. And i wanted to make the login-logic a more modern touch so i changed the default ...
user avatar
-2 votes
0 answers
149 views

this is my custom button component, antd i want use all buttons with color and variant, but this is not working for color="primary" and variant="text". And i wonder why antd button ...
Asadbek Asadbek's user avatar
-4 votes
1 answer
196 views

I'm trying to create a button in my React project using TypeScript (TSX) that has a 3D look similar to the one in the attached image: It appears to have a raised, layered effect with a shadow that ...
Joey Bennedict's user avatar
0 votes
0 answers
20 views

I have a React web application that when opened in the smartphone browser none of the buttons work, but if I refresh the browser, the buttons start working. Does anyone have any idea what might be ...
Fernanda Dias's user avatar
1 vote
2 answers
78 views

formNoValidate button attribute still triggers :user-invalid CSS class Although it does not require validation it still triggers the class. Is there a non-javascript way of solving this problem?
Isaac Neace's user avatar
0 votes
1 answer
161 views

Goodmorning, i have a button inside a content view which is reused many times in many different content page. Almost all the times i have a collectionview to displays elemenst of this contentview type,...
Marco Lepri's user avatar

1
2 3 4 5
814