Skip to main content

All Questions

Tagged with
0 votes
1 answer
35 views

Form docks in Panel only on second try

I am fiddling around with panels to enhance my skills with GUIs :) I found a strange problem and can't find a solution. I have a form with one button and two panels. In the left panel there is only a ...
JimPanseKing's user avatar
0 votes
1 answer
39 views

Why do my outputs in VS Code disappear sometimes when using PyPanel to make a dashboard?

I'm creating dashboards with PyPanel in VScode with Python and I've noticed that occasionally, especially since finalising a HTML and .exe dashboard, the output code (i.e the prints and displays) ...
Hendrix13's user avatar
  • 127
1 vote
1 answer
608 views

How to use Flow Layout inside a Panel in Java?

Here is the code with problem: import java.awt.Color; import java.awt.Dimension; import java.awt.FlowLayout; import javax.swing.JFrame; import javax.swing.JPanel; import javax.swing.JButton; public ...
Aman's user avatar
  • 350
0 votes
0 answers
12 views

I'm trying to make a panel on the main screen of the app that will appear every time I start the application. Is it possible to do this in Unity?

I am developing a project in Unity and every time I enter the application I need to create a dynamic panel where the user's tasks for that day will be listed. In other words, when the user enters the ...
okeanous's user avatar
2 votes
2 answers
2k views

Fixed height with scaled width for UI panel [Unity]

I have to make 2 panels on the bottom of the UI. The bottom left panel needs to stay at a fixed square size regardless of the game window size. The bottom right panel needs to keep a fixed height but ...
mdkazierad's user avatar
0 votes
2 answers
197 views

Java GUI paint picture on labels

I want to add a picture that will be in the panel and also on labels but I don't know how to do that. my code: JFrame frame = new JFrame(); JPanel panel = new JPanel(); JPanel mainPanel = new JPanel(...
moshe's user avatar
  • 3
0 votes
1 answer
33 views

How to use action listeners to run designated methods on seperate input

I am nearly done with the backend work for a small app I am making to help me give out construction estimates. There are four input fields (2 drop-down, 2 text input) and a button at the bottom which ...
Johnxkeefe's user avatar
-1 votes
1 answer
868 views

UI Panels are not positioning themselves according to screen size

My UI elements inside my panels are scaling fine with screen size, but the distance between my different panels is not. I have 3 panels in my scene at different relative position which i set at ...
Shubh's user avatar
  • 109
-1 votes
1 answer
838 views

How can I auto-hide/open panels in Unity with multiple buttons?

I have tried to find solutions but somehow I can't find the right solution for my problem. I have 5 buttons and each button opens or closes its panel. However, I want that if I click on Button 2 that ...
Christos Pantelidis's user avatar
1 vote
1 answer
828 views

How do I transition between forms C# Winforms?

This may seem like a rather obvious and extremely newcomer question (and it is), but I've merely been attempting to transition between multiple forms in C# Winforms and somehow managed to encounter ...
user14975648's user avatar
0 votes
1 answer
63 views

Java Panel ignores setSize

I have the same problem described here but none of the answer worked out for me. I have a Panel with a BoxLayout with Axis = Y Axes, because I would like to stack elements one below the other, but I ...
Alberto's user avatar
  • 12.7k
0 votes
0 answers
39 views

Wxpython: Multiple panel not showing

I am making a budgeting program that displays all the user's expenses. I want to have it so that when the user clicks on the ListUI, it displays all the data about the category. I can get the program ...
Ehedges's user avatar
0 votes
1 answer
72 views

I have issues about panels in wxpython

I want to do a interface with wxpython like this I have issues about embeding webview, button, textview and plots in different panels and when I tried to embed a webview in panel3 it shown like ...
Bn'R's user avatar
  • 23
0 votes
1 answer
69 views

How can i use multiple panels with different layouts for my gui?

i have problems with nesting 2 different button panels into my main panel. It worked for me with only one 1 panel. Now with my actual nesting i see the last added panel over my main panel and my first ...
Jan Li's user avatar
  • 21
-2 votes
1 answer
905 views

C# WinForms - How to create a Properties Page like Visual Studio Project Properties

I'm trying to create a form that operates like the Visual Studio Properties page, with a list of categories (like Application, Build, Build Events etc) in a column on the left and corresponding ...
David Carle's user avatar

15 30 50 per page
1
2 3 4 5
7