40,686 questions
-3 votes
0 answers
45 views
White capsule behind Button [duplicate]
Upgraded to iOS 26.1 and now getting a white capsule behind my StyleSheet buttons: The View code is: ToolbarItem(placement: .topBarLeading) { Button { ...
-2 votes
1 answer
75 views
How i disable bounce effect if button is not enabled? [closed]
I have disabled ripple effect in my entire project using CompositionLocalProvider. @Composable fun SpotifyTheme( content: @Composable () -> Unit, ) { val colorScheme = colorScheme ...
Advice
0 votes
1 replies
54 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
67 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, ...
1 vote
2 answers
104 views
Buttons in tkinter are not visible
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 ...
2 votes
2 answers
169 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
1 answer
93 views
Replacing "Read more" text on the buttons of post query loop (WordPress archive page)
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 ...
0 votes
2 answers
120 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 ...
0 votes
1 answer
98 views
Button loads only for specific parts of the extension
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 ...
1 vote
2 answers
76 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. ...
1 vote
1 answer
68 views
Button to save edit in its current model and then return you to previous Details view of a different model
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 ...
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
75 views
Invoke_Invoked event in Accessibility Insights for Windows
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 ...
0 votes
0 answers
105 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 ...
0 votes
0 answers
65 views
CSS angle cut outline button [duplicate]
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 ...