Skip to main content
-3 votes
0 answers
45 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
-2 votes
1 answer
75 views

I have disabled ripple effect in my entire project using CompositionLocalProvider. @Composable fun SpotifyTheme( content: @Composable () -> Unit, ) { val colorScheme = colorScheme ...
Fatima Jamal's user avatar
Advice
0 votes
1 replies
54 views

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 ...
ShizamDaGeek's user avatar
-1 votes
1 answer
67 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
169 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
120 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
0 votes
1 answer
98 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
68 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
59 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
75 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
105 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
0 votes
0 answers
65 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

15 30 50 per page
1
2 3 4 5
2713