Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
26 views

I'm trying to recreate an overlapping box layout where one box appears to "intrude" into another box's border with a smooth, curved notch effect (not just a straight cutout). Here is the ...
BigLadDylan's user avatar
Best practices
0 votes
0 replies
24 views

I have this FlatList in React Native: <FlatList style={{ width: "100%"}} data={cases} ListHeaderComponent={ <View style={styles.listHeader}> <...
1million_ naira's user avatar
1 vote
1 answer
59 views

I am working on a small project and it is my first time using matplotlib, and I am struggling with how to make my bar graph look better with more inputs. The whole idea of the program is to read text ...
AP_'s user avatar
  • 35
-4 votes
1 answer
60 views

terminal ss i am using the default intellij theme but inside the terminal colors of the font i type and the response i get are a white pale yellow color which is often hard to read while testing or ...
Hardik Kumar's user avatar
Advice
0 votes
2 replies
64 views

I am implementing a UI library, and I want to implement pixel-perfect hit detection. For example, if a UI element is a red ellipse, when I click on a red pixel, I want a click event to be emitted; ...
Eilan Laken's user avatar
-4 votes
0 answers
33 views

I deployed a REST API in IIS, whuch is developed by .net core but I can't access the Swagger UI from the local as well as remote Also, when I call the API using Postman or cURL, I only get a 200 ...
sathya 's user avatar
0 votes
0 answers
43 views

I want to update multiple reports for my project. Currently I am able to update the report using visual Studio 19, but I need to use Visual Studio 2022 to create and update the reports. Also for ...
advaith's user avatar
Best practices
0 votes
1 replies
41 views

i have one audit module which i need to implement in which i have to create one pdf of single webpage, pdf should consist 5 pages which devides my webpage (there is seperator lines in ui of that ...
Jeel404's user avatar
  • 32
Best practices
1 vote
5 replies
91 views

In an MVVM architecture, models should be kept free of UI-related logic. They represent pure data that is retrieved from memory via a service. I see a challenge when the user interface needs to ...
jjb's user avatar
  • 37
-1 votes
0 answers
25 views

I want to display a fullscreen picker, which contains a header and a list. Currently my view hierarchy, starting at the Portal, looks like following: <Portal> <Modal visible={...
Spook's user avatar
  • 26.2k
0 votes
0 answers
26 views

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 ...
NikcQ's user avatar
  • 1
2 votes
1 answer
66 views

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 ...
Leow193's user avatar
  • 21
5 votes
1 answer
234 views

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 ...
winscripter's user avatar
-2 votes
0 answers
41 views

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: ...
Sindhu Kumari's user avatar
0 votes
1 answer
136 views

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....
rpraveenkrishna's user avatar
Advice
0 votes
6 replies
190 views

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 ...
ShizamDaGeek's user avatar
2 votes
2 answers
86 views

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....
Patrick Kwok's user avatar
1 vote
1 answer
149 views

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. ...
Razgriz's user avatar
  • 11
0 votes
0 answers
53 views

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 ...
Fabian Stiewe's user avatar
1 vote
0 answers
35 views

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 ...
blablatruck's user avatar
0 votes
0 answers
113 views

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,...
Ren Zhaofeng's user avatar
0 votes
0 answers
113 views

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. -> ...
Vietnam Veteran's user avatar
0 votes
1 answer
77 views

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, ...
Abbadon's user avatar
  • 52
2 votes
1 answer
69 views

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, ...
S B's user avatar
  • 31
1 vote
1 answer
47 views

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 ...
bebel's user avatar
  • 46
0 votes
1 answer
121 views

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 ...
Sarius's user avatar
  • 1
0 votes
0 answers
93 views

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 ...
user avatar
1 vote
0 answers
125 views

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 ...
vale elghaouth's user avatar
2 votes
1 answer
98 views

I have the following code Column( crossAxisAlignment: CrossAxisAlignment.stretch, children: [ TableHeadView(tablename: name, key: ValueKey(name + 'head')), Expanded( child: ...
B1LLP4RK's user avatar
0 votes
1 answer
54 views

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 ...
Glyph's user avatar
  • 32.1k
0 votes
0 answers
53 views

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 ...
root's user avatar
  • 2,946
1 vote
0 answers
49 views

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 ...
0Z0SK0's user avatar
  • 35
0 votes
0 answers
53 views

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. ...
Raghavi's user avatar
  • 325
0 votes
1 answer
242 views

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 ...
Giacomo Brunetta's user avatar
-2 votes
1 answer
385 views

I have integrated zoom image logic on double tap here is full code void _handleDoubleTap(Offset tapPosition) { if (_isZoomed) { _transformationController.value = Matrix4.identity(); ...
amit.flutter's user avatar
  • 1,191
1 vote
2 answers
67 views

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 ...
ArtyomGord's user avatar
0 votes
1 answer
70 views

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 ...
Cold's user avatar
  • 1
0 votes
1 answer
80 views

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 ...
Ishan Sathe's user avatar
2 votes
3 answers
230 views

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 ...
djozefiak's user avatar
1 vote
0 answers
40 views

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 ...
neilrcassidy's user avatar
0 votes
1 answer
67 views

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 ...
Mohammed Al-Dhahri's user avatar
0 votes
0 answers
41 views

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 ...
user31385194's user avatar
1 vote
1 answer
271 views

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 ...
PhanLong's user avatar
0 votes
1 answer
45 views

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 ...
Ishan Sathe's user avatar
1 vote
1 answer
78 views

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 ...
Nabodita Gangully's user avatar
1 vote
2 answers
71 views

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 ...
Aleksey Kon's user avatar
1 vote
1 answer
104 views

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 ...
Joel Santos Rico's user avatar
0 votes
2 answers
85 views

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: ...
Snehil Tejani's user avatar
1 vote
1 answer
168 views

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. ...
yoenuts's user avatar
  • 53
2 votes
2 answers
183 views

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 ...
Emile Cormier's user avatar

1
2 3 4 5
1149