Questions tagged as 'gui'

1
answer

Change the color of the text of a node after pressing the button

to see if you can help me. I need to change the text color of a particular node when a button is pressed because, that object is passed adds to a JList and to know that it is already listed. This does not create problems for me. And when it i...
asked by 21.11.2018 / 11:37
1
answer

Problem with GUI on NetBeans

I'm here to see if you can enlighten me with this Java and the GUI I'm just learning. I'm trying to make a simple 3-section GUI (header, content and footer). Generate the following code (note, it is not the complete program and I know ther...
asked by 21.11.2018 / 15:11
0
answers

Using Buttons in Viewports - DrRacket

Is there any way to use buttons in a Dr Racket viewport component? the structure of a button uses frames, if I try to add the viewport component as parent, it throws an error. (define ventanaJuego (open-viewport "¿Adivina quién?" 1200 700)) (n...
asked by 13.11.2018 / 00:05
0
answers

Send data in a EventHandler of a graphic interface button c ++

Hello my question is if I can send data (objects) for an eventHandler for example: namespace AdministradorS { using namespace std; using namespace System; using namespace System::ComponentModel; using namespace System::Collections; using names...
asked by 13.11.2018 / 10:10
0
answers

How to send an object to a namespace (a graphic interface type class) and set the object to be used by C ++ button actions

I am working on a project that has two administrators connected to a server through sockets and threads. Includes graphic interface. The problem arises when I want to send objects of type socketC to the interface so that each inter...
asked by 13.11.2018 / 09:30
0
answers

User interface with c ++

Hello everyone I want to learn about user interfaces with c ++ but I can not find a complete tutorial I do not know if someone can help me with a PDF or course on YouTube about the creation of user interfaces with visual studio (Windows form) an...
asked by 10.10.2018 / 04:38
0
answers

Qt - Insert a QTableWidget into a QTableWidget

I wanted to insert a table into another table in a GUI in Qt. The idea is that each cell of the parent table contains a daughter table. Is this possible? Thanks and regards!     
asked by 24.08.2018 / 12:55
1
answer

wxpython how to import button actions from another py file

Hello, my question is a strange thing, but if in wxpython I have created a window in the main.py file import wx import wx.xrc #from accion import evento class MyFrame(wx.Frame): def __init__(self, parent): wx.Frame.__init__(self,...
asked by 03.07.2018 / 04:26
1
answer

Call getActionCommand with a KeyEvent

I have a GUI class and another Event Handler class that implements the Listeners. In the GUI I have 2 buttons that listen to the controller class. How do I make the keyPressed method of the management class identify which JButton is being pus...
asked by 16.06.2018 / 06:30
0
answers

How can I auto-fill a text box in Python Tkinter?

I am developing a GUI to manage my databases with Tkinter in Python 2.7. I have the main window where are the text boxes to fill in the data when I create a new record and on the other hand I have a toplevel window in which the user's data of th...
asked by 10.05.2018 / 01:11