57,446 questions
0
votes
0
answers
18
views
WebdriverIO element selector not finding validation error text with xPath - returns false for isExisting() & isDisplayed()
I am testing a web UI using WebdriverIO, specifically an email send form. This test must ensure that the error helper text (like "email required") are displayed when submitting the form ...
2
votes
1
answer
62
views
Opening a pop-up window when error from a worker running in Qthread occurs completely freezes the program
I was trying to create a little Python program with a GUI using Pyside6. I ran into a problem when creating a thread for a worker to do a task (check files with a certain condition and then copy them ...
2
votes
1
answer
115
views
Decrease spacing/padding between items in Solution Explorer in Visual Studio 2026
Before Visual Studio 2026 Insiders [11206.111], there wasn't much spacing between items in Solution Explorer - between each item, there was little space, which made it easier to navigate.
After the ...
-2
votes
0
answers
33
views
React Flow + Dagre layout issue when node content size varies
import dagre from 'dagre';
import { Node, Edge, Position } from 'reactflow';
export default function layoutDAG(
nodes: Node[],
edges: Edge[],
dagType: 'T' | 'I' | 'D'
): { nodes: Node[]; edges: ...
-1
votes
0
answers
103
views
Can't Access Google Drive Sheet Tabs [closed]
Wanted to create a short script which would manually fill out my PPL program with the previous lifts from the last week for progressive overload. For some reason, I can't access the bar at the bottom ...
0
votes
0
answers
72
views
Event Listener on Parent Div Fires for Gaps Between Child Buttons [closed]
3 buttons in a single div with no gap or marginI have a parent div that acts as a container for three full-width, adjacent buttons (with no gaps in the HTML structure). I've added a single click event ...
0
votes
1
answer
126
views
How to display rounded corners to the DataGrid in WPF?
I have the code to display rounded corners to the DataGrid. My problem is that it is not displaying rounded corners at the bottom of the DataGrid. How to make it rounded?
This is the code I am trying....
Advice
0
votes
6
replies
182
views
How to make a GUI library in C++
I have wanted to make a GUI library so that I can use it in my own video game that I am making and maybe in the future have it be used for other things like software. I wanted to ask where to start ...
2
votes
2
answers
85
views
How to catch Tkinter text widget state/data before it is destroyed?
I'm trying to catch/save the text widget state (for use later) before it is destroyed by binding it to the <Destroy> event, for example:
import tkinter as tk
root = tk.Tk()
text = tk.Text()
text....
1
vote
1
answer
144
views
Gamepad input reading becomes sluggish when window is minimized
I’m currently working on a mouse injector for emulators project I’ve forked on github.
The issue:
When after some seconds the application is minimized I get sluggish gamepad inputs and input delay.
...
0
votes
0
answers
46
views
Prevent tooltip trigger from receiving focus when tabbing through input field (Svelte + bits-ui)
I’m designing an input component with a small indicator icon that shows a tooltip (with feedback for the user).
The tooltip can be opened by pressing ?, F1, or hovering over the icon, and closed with ...
1
vote
0
answers
35
views
Simplest way to center and fit an image in racket/gui
I'm writing an image processing application where I need to present to the user two images, side-by-side, in such a way that they will fit and be centered on the screen, regardless of their actual ...
-1
votes
0
answers
79
views
How do Windows 11 system apps create frameless transparent non layered popups windows
I'm developing a GUI library and currently trying to implement fluent 2 components, but I wonder how to create borderless transparent windows to show the popups that have border radius.
The menus in ...
0
votes
0
answers
110
views
How to move the title section of a UI window off screen using QT?
I am building my app with QT5.9 on Linux. I do not want Xserver to add a fixed style system title to my dialog like below (title underlined in red below),
Because of this, I wrote my own Dialog Class,...
0
votes
0
answers
97
views
MacOS - AppKit + SwiftUI - Liquid Glass Without Any Blur
I've been trying to set up liquid glass effect like on screenshot below and can't figure out how to do it. Tried official documentation methods even with .glassEffect(.clear) but got nothing.
-> ...
0
votes
1
answer
72
views
RmlUi: TGA image appears torn or split into parts when rendered
I'm using RmlUi 6.1 with the OpenGL backend, and any TGA image I load — either in an <img> tag or as a decorator — renders incorrectly.
Instead of displaying normally, the image looks torn, ...
2
votes
1
answer
61
views
header overscroll effect? glowing up when my appbar touches it?
Please do you know how I fix it?
when the appbar is scrolled up it glows up (it does not glow up when just scrolling, just when scrolling so far up that it touches the panel).
I am very new to this, ...
1
vote
1
answer
38
views
TQDM progress bar stopping progress until a key is pressed [closed]
I have this program in which a progress bar is displayed to show the process of computation of the pe ratio and other metrics for a set of stocks, however sometimes the progress bar stops at a given ...
0
votes
1
answer
116
views
How to add a border to tkinter frame?
so I'm a bit of a beginner in python and wanted to make a GUI for a script I'm using to make it easier. For the data input I created a frame in which I placed the filedialog button etc., and ...
0
votes
0
answers
93
views
How do I completely remove the border from a Tkinter Button with an image on macOS?
I’m building a flashcard app with Tkinter in Python on macOS (macOS 26 + Python 3.13). I’m trying to make an x_button that shows only an image without any border, background, or focus ring.
Here’s a ...
1
vote
0
answers
121
views
I want to recreate these curves using Flutter
I’m new to Flutter and trying to replicate a design that has curved shapes with categories displayed along the curve .
I’ve tried using ClipPath, but I haven’t been able to get the bottom arc to match ...
2
votes
1
answer
94
views
What does Expanded widget change do to change the constraints?
I have the following code
Column(
crossAxisAlignment: CrossAxisAlignment.stretch,
children: [
TableHeadView(tablename: name, key: ValueKey(name + 'head')),
Expanded(
child: ...
0
votes
1
answer
54
views
How do I pass through the click on a GtkEditableLabel to the GtkColumnView row containing it?
I have a Gtk.ColumnView where cells are represented by Gtk.EditableLabels. Keyboard navigation works fine, clicking in the cells to edit them works fine, tab navigation
works fine.
However, clicking ...
0
votes
0
answers
53
views
<input type="range"> can't be dragged in Chrome [duplicate]
Sometimes in Chrome dragging the <input type="range"> slider doesn't work, the slider freezes.
I figured out that this happens when that DOM element is selected by the user, which ...
1
vote
0
answers
45
views
Is it possible to assign AutomationID to elements of an already assembled application?
I have a compiled application that does not contain any AutomationIDs for its elements, and I do not have access to the source code for this application.
Is it possible to assign AutomationIDs to ...
0
votes
0
answers
53
views
How to use pdf.worker.js locally in angular application
I am trying to render the pdf report in the Ui using angular 14. This working fine in some environments. But in some environments it is blocked by the firewall.
Currently it is loading the internet. ...
0
votes
1
answer
207
views
Toaster from shadn/Sonner it is not shown
I'm working in a Vue monorepo with a custom UI package. I want to use the Sonner toast component (vue-sonner v2) following the official shadcn-vue guide. I've set everything up without any import ...
-2
votes
1
answer
349
views
'translate' is deprecated and shouldn't be used. Use translateByVector3, translateByVector4, or translateByDouble instead
I have integrated zoom image logic on double tap here is full code
void _handleDoubleTap(Offset tapPosition) {
if (_isZoomed) {
_transformationController.value = Matrix4.identity();
...
1
vote
2
answers
65
views
Can't change the color of text in ComboBox Popup dropdown menu (Qt QML)
I'm new to QML and I want to change the color of text in dropdown menu based on the the mouse cursor position (make text white when mouse is not pointing at it, so it is more visible), but seems like ...
0
votes
1
answer
64
views
How to remove the overlay STT box from the SpeechRecognizer API in Android Studio?
While making a STT app in Android Studio (Jetpack Compose). I encountered this in the SpeechRecognizer when I ran the app:
STT in app
I want to delete that so the UI looks more clean. Is there a way ...
0
votes
1
answer
73
views
Slint: How do I make a component inherit the height and width of another component in which it will be implemented
Let's consider the following scenario
I have modified the default SlintPad code as an example. I added a new component 'Txt' and have placed it inside the 'Demo' component. If I were to access the the ...
2
votes
2
answers
214
views
PowerShell + WPF: Background worker and interacting with UI
I'm currently building a GUI application using PowerShell and WPF, and overall, I'm quite pleased with how easy it is to spin up a user interface for small tools without having to dive into full-blown ...
1
vote
0
answers
37
views
Karate image comparison ignore antialiasing causing index out of bounds exception
When attempting to compare two images in karate via the compareImage keyword (or karate.compareImage() function) with the ignoreAntialiasing option set to true like so:
Background: Setup
* def ...
0
votes
1
answer
64
views
Flutter UI error when retracting keyboard
I'm facing an issue with Flutter UI. I am using resizeToAvoidBottomInset to resize my UI when the keyboard show, the only problem is that when the keyboard retract the UI lagged.
this is the image ...
0
votes
0
answers
41
views
How can I visualize the segmentation masks predicted by my U-Net model in a Tkinter-based GUI?
I'm using CustomTkinter to build a GUI for medical image segmentation. I have a button to load the images, and I’ve previously saved my trained model as "unet_model.h5". I want to display ...
1
vote
1
answer
211
views
How to make a modal Window in MAUI
I'm learning .NET MAUI for a course and stumbled upon this problem while trying to have the "Registration Form" pop up from the main window. And I've found no clean way to make the form pops ...
0
votes
1
answer
43
views
How can I access the value of two input fields using a button click in Slint
So I am trying to create an expense tracking application. I'm building the UI in Slint. For backend I will be using Rust.
The most basic function is to accept the item name and item cost from the ...
1
vote
1
answer
77
views
Cannot make tkinter horizontal scrollbar lie flush against listbox
In a tkinter window, I have several widgets including a listbox and a horizontal scrollbar (image below).
Try as I might, I cannot make the scrollbar lie flush against the listbox. Based on Google's ...
1
vote
2
answers
64
views
DOTween animation behaves incorrectly when started in Start() (Unity)
I have a Unity project with two classes:
a UI MonoBehaviour class that triggers animations,
and a non-MonoBehaviour class where I wrote helper methods for DOTween animations.
When I call the animation ...
1
vote
1
answer
101
views
Silent crash when adding emoji to button label in PySide6 / Qt Creator
I'm using Qt Creator to design the GUI for an app. I wanted to add some emoji to the button labels but the app silently crashes when I do. I followed the error to the retranslateUI() function (which ...
0
votes
2
answers
77
views
Flutter Shimmer: How to apply a gradient to the moving shimmer over a black background?
I’m using the Shimmer package in Flutter. I want the background to remain black, but the moving shimmer effect should show a gradient color instead of a solid white.
Shimmer.fromColors(
baseColor: ...
1
vote
1
answer
152
views
Tailwind CSS and DaisyUI UI bug in Production [closed]
The layout and design is different in production mode and some components are not visible even though they are there in dev mode and when I npm build, as well as when I inspect them on browser.
...
2
votes
2
answers
182
views
Does the ListView_InsertGroup Win32 API make a deep copy of the LVGROUP::pszHeader member?
Does the ListView_InsertGroup Win32 API make a deep copy of the pszHeader member of the given LVGROUP? The documentation for ListView_InsertGroup or LVGROUP does not state this, nor does it state what ...
0
votes
0
answers
62
views
PyQt6 QTextEdit won't expand as much as it should
I am trying to create a UI that resembles OpenAI's, where code and markdown snippets follow each other and markdown and the code are parsed/syntax highlighted accordingly. I've been using PyQt6 and my ...
0
votes
0
answers
126
views
Godot 4.4 get_tree().change_scene_to_file("res://scene.tscn") Not Switching to the Intended Scene
I don't know why this isn't working because after looking at the GDScript documentation, and even other posts on stack overflow, I still can't get the scene to show up at run time.
extends Control
#...
1
vote
1
answer
330
views
LM Studio 0.3.23 (MacOS) does not show option to start local server
Besides using CLI to start a local server in LM Studio, I used to use the respective tab in the LM Studio GUI. However, the GUI does not show any option to start the server anymore (even after ...
2
votes
1
answer
99
views
Dynamically adding and removing UI elements
I am trying to dynamically add and remove UI elements to a python shiny application. For adding elements I want to have a generic "Add element" button. For removal however, I want to have an ...
0
votes
0
answers
70
views
Is there a way to check overflow of the span using just css?
<span *ngIf="!filterExpand && hasAppliedFilters" class="applied-filters">
<span class="single-line-filters" #filtersContainer>
<ng-container *...
1
vote
1
answer
55
views
PauseUI not appearing because event not subscribed to because Start function not work
Im making the UI that appears when you press the pause button(escape key). My project has a GameManager empty object, a global canvas with an empty child and that child has its own child as a black ...
-2
votes
1
answer
68
views
What’s the difference between the “Float” and “Window” view modes for tool windows in JetBrains IDEs?
I can detach any tool window (e.g. Run, Terminal) by picking View Mode ▸ Float or View Mode ▸ Window from the gear icon.
Both put the panel outside the main frame, but I can’t figure out how they ...