Category "user-interface"

Expand SwiftUI button tap area over the button frame

I read a similar question about that issue. But that only expand the button size use .padding(). The red region in the snapshot is the tappable area. The trai

tkinter radio buttons are selected by default

I am using radio button selection to change a label widget in my window, I've just written this code to save myself having to write essentially the same thing f

Icons showing as garbage symbols on refresh of page

I am using some custom icons in my application, as show below. However when I refresh the page, or sometimes on some other action, the icons change to these ga

Wave VS pulse animation in skeleton components in web-sites design

I was wondering when should I use wave animation and pulse animation? Is there any recommendations on when to use them in ux design? I prefer wave myself but

ModuleNotFoundError: No module named 'kivymd.uix.pickers'?

I'm XDoanh - A newbie in stackoverflow, I have a problem that need your answer: The current versions of kivy and kivymd that I am using are the latest versions

How to put a Graph into a Screen(Manager) with kivy

I have 3 Screens in my kivy application and in the second screen i want to put a graph which is a widget. I have my own class for this graph. The goal is do dis

I'm using Gradio for making UI for my model

def detect(audio): chime_threshold = 0.5 prediction = detect_triggerword(audio) chime_on_activate(your_filename, prediction, chime_threshold) re

Flutter UI - Container Border Margin interface Issue

I've been trying to work on my ecommerce homepage, as you can see from the screenshot I'm trying to fix the categories icon position in my Homescreen though it

React native expo grayscale underneath

Is there any way to make grayscale color to all element underneath an overlay view? A look I want to achieve is something like below:

How to change the textStyle of Stepper in Flutter?

I have a Stepper and I am trying to change the color and textStyle inside the Step (yellow circle) widget (i.e: 1,2,3) from white to black. This is my code: The

Center View horizontally in SwiftUI

How can I center horizontally a View (Image) in an HStack? I want a button to be left aligned and the image to be centered horizontally the view. Currently I ha

How to prevent AlertDialog box getting dismissed when clicked outside the dialog box?

I have an AlertDialog box that I am using to get input from the user. But when the user clicks outside the dialog, it is getting dismissed irrespective of wheth

Tkinter fonts are blury and pixelated

I am trying to make a GUI in Ubuntu 16.04, python 3.6 running the code using virtual environment. I have many default fonts installed on my system. No matter w

How to get back to old Azure Logic Apps UI?

For some reason, the look and feel of Azure Logic Apps has changed in my tenant. Its very terse and missing some simple functionality like "Rename" actions. If

Is it good to use radio button instead of ImageView for just displaying purpose in android?

I have a design where the image view looks like a radio button but serves no purpose of radio checked/ unchecked. Since it looks like a radio button, is it good

TextInput got hides behind keyboard in react-native

I am creating chat UI in react native in which I want the first section (where the messages are shown) should be scrollable. The TextInput should be at the bott

Can I insert my code to my coded interface using Win32?

I have a C program and I am supposed to add an interface to it. Can I insert my code to my coded interface using Win32? Example: Here is my code to convert bina

TypeError: undefined is not an object (evaluating 'theme.spacing[radius]')

I am using react native elements library to build a UI. I am trying to create a button with an icon. I initially just copied this code from the website without

form.show doesn't show all the content on the form like forms.showdialog

I am currently developing a GUI that helps users pick a test to run for a DUT. The program controls a bunch of lab equipment via visa com drivers and logs the d

How do I center text vertically and horizontally in Flutter?

I'd like to know how to center the contents of a Text widget vertically and horizontally in Flutter. I only know how to center the widget itself using Center(ch