Questions tagged [gui-designer]

96 questions
0
votes
1 answer

Distinguish between designer and runtime code

I have two processes which exange messages each other. Process A is a normal (i.e non-qt) program which sends messages to process B. Process B is a QT GUI application showing received messages into a text box. I created a customized widget (called…
Emiliano
  • 22,232
  • 11
  • 45
  • 59
0
votes
0 answers

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 have this problem. The form itself writes that it…
0
votes
4 answers

What is the preferred method for creating a wxWidget application: using a GUI tool or procedurally in code?

I use wxWidgets to create test tools at work. I have always created the GUI by creating the widgets in code. I haven't tried any of the tools available that help to do this. How do other users of wxWidgets typically create their interface? If…
zooropa
  • 3,929
  • 8
  • 39
  • 61
0
votes
1 answer

How do I print multiple variables on the same line in the DolphinDB GUI?

I want to print the following variables on the same line: print('pre_date', pre_date, 'date', date) Execute the script in GUI and the output is: pre_date 2021.01.06T00:00:00.000000000 date 2021.01.06T00:00:00.000000000 The result is displayed on 4…
damie
  • 412
  • 2
  • 7
0
votes
1 answer

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, and can also use js grids. When users clicks save…
0
votes
1 answer

Choosing jQuery or Ext JS for my needs

I use jQuery for my projects. However, I examined a JavaScript library, Ext JS. So I want to make a decision for my project. My need is I will make an administrator console which requires graphics and connected to REST URLs to get source via…
kamaci
  • 72,915
  • 69
  • 228
  • 366
0
votes
2 answers

Object reference not set to an instance of an object

One thing I can definitely say about Delphi Prism is that it is flaky. If you make some changes and worked through your program one line at a time, somehow you always come across some kind of errors, even though your program compiles and runs. All I…
ThN
  • 3,235
  • 3
  • 57
  • 115
0
votes
0 answers

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
  • 306
  • 7
  • 24
0
votes
0 answers

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 "Generate GUI into: Java source code". To be…
PIC-Nico
  • 49
  • 9
0
votes
0 answers

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
  • 1
0
votes
1 answer

Ext Js GUI Designer and Rails

I am new to using Ext Js GUI Designer. I have gone through some components. Are there any good tutorials or demos to understand the functionality of the same, and which can be implemented in Ruby On Rails? Ref # http://www.projectspace.nl/ Thanks…
Rashmi
  • 629
  • 1
  • 11
  • 35
0
votes
1 answer

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, Together with a DesignSurfaceManager (Extended)…
AMIT SINHA
  • 11
  • 2
0
votes
1 answer

Are the GUI components in C# and Java run by a separate thread each?

I am wondering how the GUI components in C# and Java are working behind the scenes. To me it seems like each component needs to have it's own thread that is listening on it. If you have the Frame, ButtonA and ButtonB for example, are there three…
EggBender
  • 888
  • 15
  • 36
0
votes
1 answer

Best approach to design an UI for creating users and assigning them to a level

I am trying to come up with an UI design for creating a user in Account (Customer) and assigning them a to a one of the levels in hierarchy. And the hierarchy can change depending on the Account selected. I am developing this in an Ionic 2…
Gauzy
  • 711
  • 3
  • 13
  • 26
0
votes
1 answer

create GUI for selecting and filtering of Image

i would like to practice on designing GUI in matlab ,this GUI has two function -one for selecting of image and second for filtering,general structure of such Graphical interface is very simple and here is two code -one which select image…
user466534