Most voted "gui" questions
GUI (Graphical User Interface) is a type of user interface that allows interaction with digital devices through graphic elements such as icons and other visual indicators, in contrast to the command line interface. It was created by Xerox but only became a product with Apple. If the question is not about "GUI", do not use this tag, even if you are using "GUI" in your project.
Learn more…113 questions
Sort by count of
-
0
votes1
answer378
views(Tkinter) How to leave Labels, Buttons, and Frames with the tranparente background?
I’m trying to make a program in Python with Tkinter to make records and so on, but when trying to put a photo in the background image it is impossible to remove the white spaces that Tkinter does…
-
0
votes1
answer340
viewsWindow automatically closing Pysimplegui
I’m having a problem with Pysimplegui. The program is returning the correct value in the output, but when I click the button for the program to do the calculations it closes the window very quickly…
-
0
votes0
answers62
viewsHow to transfer data from a graphical interface to another Java file and receive it later after data processing
Creating a Java project, which has only two files: the first has a InterfaceGrafica, that takes the data that users will enter, being responsible for sending the data to the second file called…
-
0
votes2
answers78
viewsHow to create a dynamic selectable list on an object in Unity?
I would like to create a list that would appear when the user clicks a button. The list would show the information contained in the database, and the user would select which one would give…
-
0
votes0
answers24
viewsHow do I erase that edge on Canvas?
I want to erase this edge that’s around Canvas, but I can’t find which attribute determines its existence. Could someone help me? The code: class Tela(): def __init__(self, resolucao:str): self.inst…
-
0
votes1
answer57
viewsNullreferenceexception with Unity
I am having this error when trying to implement a theme search system in the database. The chronological order of events is as follows: A screen is shown for the user to enter the desired questions,…
-
-1
votes1
answer87
viewsCode locks the window
I have this code in my game and I check if it’s past 400 milliseconds, and then update. public void setUpdatePosition(int posicao, long tempo, int posX, int posY) { long previous =…
-
-1
votes1
answer308
viewsI have a Scrolledtext with Tkinter, and would like a command to fetch words that would be inside it
area = ScrolledText(jan, width=800, height=400) Here I have a Scrolledtext, which is nothing more than a text box with a scrollbar, let’s say I typed enough content inside it and would like to…
-
-1
votes1
answer94
viewsProblem aligning buttons with image, in a widget, using pyqt5 graphical library
I am trying to create a screen with a background image and two buttons (ok and Cancel) with press/drop effect using the graphical library pyqt5, of the programming language python, however, I have…
-
-1
votes1
answer40
viewserror: ")" expected } <
Guys, I’m trying to make a program that by clicking the confirm button, open another Jframe, but keeps giving the error error: ")" expected } ^ and error "teladelogin.java:48: error: class,…
-
-1
votes1
answer49
viewsProblems with a python creation of Grid Tkinter
I’m creating an app using Python 3 and Tkinter and I’m time a problem overlapping the widgets, I can’t see the error in the code. import tkinter as tk from tkinter import ttk class MainFrame…
-
-1
votes2
answers865
viewsPython - Pysimplegui - Program error when finished
Hey there, guys! I’m new to programming and I’ve been studying Python for a few weeks. I am working on a program that basically, picks a price whatever you type (in Real) and applies a percentage to…
-
-1
votes0
answers26
viewsHow to resize swing and javafx "blocks" sizes in Intellij?
Hello, I’m learning Java and there are some classes that ask for swing and javafx, until then ok. But on the teacher’s screen, videos on Youtube that I saw, they add a button for example, and manage…