Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [user-interface]

User Interface (UI) is the system through which people interact with a computer. This tag can be used for UI-related programming questions. Note that there's a separate Stack Exchange site for User Interfaces, Interactions with the Computer and User Experience design: https://ux.stackexchange.com.

0 votes
0 answers
5 views

How can you send a variable from ESP32 to Squareline Studio’s GUI?

I’m working on the ESP32 to automatically update text labels from various inputs. I want it for a sound meter data but I have to admit that I am quite new to this whole embedded designing/programming, ...
Gabor Vindy's user avatar
0 votes
0 answers
17 views

Flutter - AnimatedSwitcher causes jerky text

I'm currently working on recreating a design from a video by Benjamin Code. To accomplish this, I'm using a Dart package called AnimatedSwitcherPlus which provides pre-made animations similar to what ...
Furiy's user avatar
  • 43
0 votes
0 answers
12 views

How to display Dropdown selected text in a Text element in Unity UI without scripting?

I'm building a UI in Unity and want to display the currently selected text from a Dropdown element in a separate Text element. I want to achieve this without writing any C# scripts, ideally using the ...
green1111's user avatar
  • 221
0 votes
1 answer
11 views

SwiftUI @State vs @Binding vs @Bindable in ParentView and ChildView

i use @Observable @Observable class TextClass { var text: String = "" } @State struct ContentView: View { @State var text: TextClass = .init() var body: some View { ...
Deok's user avatar
  • 23
0 votes
1 answer
29 views

Button only working around the button and not on the actual button

My Add assignment button only works when I click the red around and not the button that I created. I'm new and was wondering how to fix this.Photo of issue ZStack { Spacer() Button(action: { ...
Immanuel Vafaee's user avatar
0 votes
0 answers
20 views

Best UX Practice for Loading Dynamic Data in Popup - React Application

I have a React dashboard displaying all users with an edit button that opens a popup. This popup loads dynamic data, such as available procedures for the user, which can change frequently. Should I: ...
Thomas's user avatar
  • 488
0 votes
1 answer
29 views

How to Implement Zoom In/Out Functionality in CustomTkinter GUI

I'm trying to add zoom in/out functionality to my customtkinter GUI on a Raspberry Pi. Due to the lack of built-in support for scaling widgets in customtkinter, I'm struggling to achieve this. Has ...
deekshitha p's user avatar
-2 votes
2 answers
52 views

Why using Tk() instead of Toplevel() for my 2nd window in Tkinter doesn't let me update a text variable in a label [closed]

I want to use Tk() for my new window, because I'm going to destroy the main one and let the second one run; however, when I use it, it doesn't let my label's textvariable updates, but with a simple ...
Smart boy's user avatar
0 votes
1 answer
29 views

Error loading .jpg images in tkinter window using tk.PhotoImage

Question: I am working on a tkinter application where I need to display images in the GUI. While loading .png images works perfectly fine, I am encountering difficulties when attempting to load .jpg ...
Ahmed Alsayadi's user avatar
0 votes
1 answer
44 views

tkinter Label and field are very far away

I am having problems joining the label of tkinter to the gui. I am trying to put the asunto label on top left of the asunto textfield, although it was kind of achieved, they are far apart. Intended ...
Juan Andres Gomez Botero's user avatar
1 vote
1 answer
31 views

How to access scanner to scan document and save as a pdf using python

I am trying to build an application that can scan and print documents in windows using tkinter. I am able to print the documents using win32api and win32print Now I want to scan the documents but ...
dharmikP's user avatar
  • 123
-2 votes
0 answers
51 views

align absolute position div to bottom of parent div [closed]

I am building react-native app using pure css. im struggling to make the backgroundImage align towards the bottom with my grid. import React from 'react'; import { View, Image, Text, StyleSheet } from ...
benwl's user avatar
  • 436
0 votes
0 answers
7 views

Matx react side bar expanding when window is shrunk

I'm using Matx react to make a desktop application. When I have the window maximized it looks like this: But as soon as I try to drag the window it becomes like this: Can someone tell me where is ...
Divyanshu Bhujbal's user avatar
0 votes
0 answers
18 views

Prevent PerformanceEntries (marks and measures) to pile up

I use the Performance API to measure the speed of a complex frontend project where resources (available memory) are scare and UI runs like an embedded system for months without reloading. Can I remove ...
Zoltán Dobrovolni's user avatar
0 votes
0 answers
17 views

How to create a new MUI button variant with existing varint properties and overriding properties

I am trying to create a variant of MUI button with an existing variant properties('contained') with some overriding properties. What I mean by that, I want to create a variant with the styles with an ...
roni's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
3837