Skip to main content
0 votes
0 answers
32 views

This is the stripped down version of a view I have in my project: struct MyView: View { var body: some View { let buttonHeigth = CGFloat(40) ...
MassMover's user avatar
  • 577
1 vote
1 answer
45 views

On my macOS application, I have buttons with the new `GlassProminentButtonStyle` button style applied. The issue is that the icon and text are barely readable inside the button even with the proper ...
Vincent's user avatar
  • 691
0 votes
1 answer
75 views

I am building a screen using Jetpack Compose with Scaffold, Surface, and ConstraintLayout. The screen has a BasicTextField in the center and a Continue button fixed at the bottom. When I tap on the ...
Ayush Dokania's user avatar
1 vote
3 answers
97 views

(Solution at end) I'm trying to implement a simple clipboard functionality in a section of my datagrid template, so that I can copy the contents of that cell with a single click, however, since this ...
Vlad SD's user avatar
  • 363
2 votes
1 answer
76 views

I'm currently trying to create buttons in Tkinter dynamically, each button should have a copy_url() function assigned to it, and when clicked, the button should copy the url of the image that's ...
Mayday's user avatar
  • 31
0 votes
1 answer
70 views

Problem Description I'm implementing a custom bullet-style text list. As shown in the image below, the "More" button should naturally follow the text on the first line, and the custom bullet ...
MIYEON LEE's user avatar
0 votes
0 answers
70 views

I'm encountering a weird behavior on iOS 26. I have a simple Liquid Glass button on a view. struct ContentView: View { @State private var isSheetVisible: Bool = false @State private var text: ...
cenisuru's user avatar
2 votes
1 answer
81 views

screenshot of mobile We are currently using a website platform that is very limited so we resorted to using an HTML button which was working great until we realized how it was displaying on mobile. ...
coloradopeople's user avatar
0 votes
1 answer
62 views

I have the following HDSentinel.cpp program designed to run under the GTK+ library environment. I had a simple Hello.cpp program that I tried to adapt so that the "Hello World" button would ...
Stephen Elliott's user avatar
1 vote
3 answers
146 views

I have a very simple QML application with a ListView. The ListView contains a Rectangle (for styling) and a RowLayout. The RowLayout contains a Button and a Text. The text of the Text is shown, but ...
Money's user avatar
  • 147
Advice
0 votes
2 replies
43 views

I have a question everyone sees that is like this: Click if you want to know more on <button onclick="alert('Display the question QID9')">topic A</button> or <button onclick=&...
canIchangethis's user avatar
1 vote
2 answers
84 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
  • 559
0 votes
1 answer
104 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
73 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
  • 363
-1 votes
1 answer
74 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

15 30 50 per page
1
2 3 4 5
2711