40,686 questions
Advice
0
votes
1
replies
29
views
How to have a hover Sound in Dear ImGui
How do I add:
menuSound.loadSound("hover_sound", "Audio/Sound/button_hover_sound1.wav", 0.5f);
sound effect to all button in ImGui, so that when the mouse hover over them it will ...
-1
votes
1
answer
66
views
MS_Access Use buttons to filter Subform
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, ...
2
votes
2
answers
167
views
How to make by buttons all be uniform size and centred?
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 ...
0
votes
2
answers
117
views
How do I make the same button play AND pause the video with jquery? [duplicate]
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 ...
1
vote
2
answers
69
views
Flutter ElevatedButton doesn't respond
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.
...
0
votes
0
answers
59
views
Office script in Excel can't be saved to workbook
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 ...
0
votes
0
answers
102
views
How can I style a CSS button for Outlook Classic without it looking like highlighted text?
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 ...
1
vote
1
answer
91
views
Custom Border in CSS [duplicate]
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 ...
0
votes
0
answers
19
views
Outlook add-in cannot figure out how to debug inside a Office.OnReady()
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 ...
2
votes
2
answers
134
views
How do I make the corners rounded on TRectangle in Delphi FireMonkey?
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'...
2
votes
3
answers
75
views
Buttons in different rows have different sizes
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 ...
0
votes
1
answer
93
views
How to automatically change the colour of the circle by clicking the start button in the design area
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 ...
-2
votes
1
answer
70
views
SwiftUI - Getting text to center in a Button
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("...
0
votes
0
answers
59
views
How to disable blue outline on button when focused material MUI
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 ...
0
votes
0
answers
132
views
Directus custom button on the collection page extension
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 ...
1
vote
0
answers
26
views
p:commandButton add custom icon
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 ...
0
votes
2
answers
73
views
Plain HTML and CSS displayed height does not match css
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 ...
0
votes
1
answer
95
views
Button in excel to add text to clipboard and use it as paste in other applications, like word/notepad
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 ...
0
votes
1
answer
58
views
Show / Hide button Selected lines
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 ...
1
vote
2
answers
64
views
CSS button color can't be override by parent
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;
}
&...
0
votes
4
answers
130
views
Button color-change on click, in React
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] = ...
1
vote
1
answer
80
views
Acceptbutton on Windows.Forms.Panel object
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
...
-4
votes
1
answer
186
views
How can I create a 3D-looking button in React (TSX) with shadows like this example? [closed]
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 ...
1
vote
1
answer
74
views
formNoValidate button attribute still triggers :user-invalid css class
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?
0
votes
1
answer
61
views
How to customize RadioButton in WPF?
I'm trying to customize the RadioButton button, but nothing changes in it. Why? And how to customize RadioButton to make it look like this: this is how it should look like
Also, can you tell me how to ...