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

Questions tagged [gui-designer]

The tag has no usage guidance.

gui-designer
-2 votes
1 answer
37 views

IntelliJ's GridLayoutManager doesn't shrink its children

Here's a simple demo. The main class displays a frame with a GridLayoutManager-managed panel. The panel contains a stack of JLabels with long text strings I expect the labels to shrink as I shrink the ...
demavi's user avatar
  • 197
-1 votes
1 answer
24 views

Avoid "newlining" while working with XAML in Visual Studio

In my XAML, I have some components where I like to avoid too many newlines, like this label: <Label x:Name="xLabel_ActualLevelName1" Grid.Row="1" BorderBrush="Black" ...
Dominique's user avatar
  • 17.2k
1 vote
0 answers
28 views

Make one column weigh double as much as another column inside GridLayoutManager on the IntelliJ GUI designer

Is it possible to make it so that two columns which both have the "Want grow" property in the GridLayoutManager take up different proportions? As in like, instead of them both taking equally ...
MaelTheMeal's user avatar
0 votes
1 answer
47 views

GUI Designer form file is not rendered

We have a lot of IntelliJ IDEA GUI forms in our project. A few of them are broken (for years). I decided to fix it. I know it is discouraged to manually edit those XML files, but here we are. I don't ...
demavi's user avatar
  • 197
0 votes
1 answer
43 views

Read value from Resource Bundle defined in IntelliJ dynamically

I have created a resource bundle with multiple languages in Intellij. I am using IntelliJ's GUI designer and it could use resources bundle to correctly i18n my texts. However, I want to read from this ...
Eric Soren's user avatar
0 votes
0 answers
457 views

Intellij IDEA GUI Designer: form file is invalid

Faced such problem: GUI Designer does not show some forms. This happened after the transition to the new version of IDEA (2023.1.4 (Community Edition)). My colleagues who use the old version does not ...
Mikhail Bogdanov's user avatar
0 votes
1 answer
114 views

Need tips for the attached UI design - Asp.net webforms

Our application is implemented in an Asp.net web forms. We are looking forward to design the attached grid view. Grid should have 7 columns and Column may have an empty rows. We have teleric license, ...
kathiravan's user avatar
-1 votes
1 answer
3k views

Writing C++ GUI Code without Visual Studio [duplicate]

I don’t have Visual Studio for C++ GUI(Because I don’t want to install such a big thing on my pc). And I don’t have any problem with working with some really simple code editor like Sublime Text or ...
InfoDaneMent's user avatar
-2 votes
1 answer
118 views

Reorganize QT Menu Actions from ui designer [closed]

After some developing QT app, I need to reorganize my QActions in some different menus. I know, I can do it manually through editing generated ui_mainwindow.h, but it's not the right way. (As I would ...
Ksantor's user avatar
0 votes
0 answers
104 views

NetBeans GUI designer is not showing components

I have installed netbeans 12.0. After I opened the project GUI design is not showing. Please refer below image.
K Rajitha's user avatar
  • 306
0 votes
0 answers
33 views

How to get a runnable app outside of IDEA (that contains binary form code)?

I've already learned that Swing forms are compiled into some kind of binary files per default using the IntelliJ IDEA. In order to get a standalone runnable JAR someone needs to change this mode into &...
PIC-Nico's user avatar
-2 votes
1 answer
5k views

Angular page builder / ui Builder

Edit: I have tried with "Form Array in Angular 9 to create the question with the type text,text area , checkbox, select box or add more videos and images into the survey. After that I will save ...
Chu van tinh's user avatar
-1 votes
2 answers
1k views

How to replace all the existing GUIDs with new one from the Visual Studio solution/project?

I have a Windows application developed with C# and C++ so it has multiple .cs and .cpp files. Now many of the .cs file has the GUID in below format : [Guid( "D01A42F5-FD89-4c8f-8065-726AD4363411&...
ksrds's user avatar
  • 156
0 votes
0 answers
382 views

IDEA GUI Designer forms instrumentation failed with Java 11

I'm trying to migrate my swing project from Java 8 to Java 11. I encountered a problem with IDEA GUI Designer plugin. When I try to build the project, I get following error: [ERROR] Failed to execute ...
Maciej's user avatar
  • 1
0 votes
1 answer
208 views

Using Events for TextBox, Label, Button Control inside Design Surface

Can anyone help me answering to my question that how can we implement the click events for dynamically generated component inside Designer. I had referred The DesignSurface (Extended) Class is Back, ...
AMIT SINHA's user avatar

15 30 50 per page
1
2 3 4 5
7