gui-designer Questions
25
Solved
I am getting some errors thrown in my code when I open a Windows Forms form in Visual Studio's designer. I would like to branch in my code and perform a different initialization if the form is bein...
Illfavored asked 16/9, 2008 at 15:23
8
Solved
Is there a good way to debug errors in the Visual Studio Designer?
In our project we have tons of UserControls and many complex forms. For the complex ones, the Designer often throws various excep...
Burglarious asked 2/9, 2008 at 14:22
4
I have a project created with help of GUI designer.
Here is code of main form.
public class MainForm {
MainForm() {
directLineOkButton.addActionListener(new ActionListener() {
public void acti...
Gombosi asked 27/9, 2013 at 11:10
4
Solved
Is there a GUI tool using which I can design new Django models graphically? For example, drawing lines between fields in different models to indicate a foreign key.
Modifying existing models graph...
Tiein asked 27/11, 2009 at 4:11
5
Solved
At this page: https://developers.google.com/java-dev-tools/download-wbpro, there is no option to install WindowBuilder Pro to Eclipse Juno (4.2).
Is WindowBuilder Pro already installed with Eclips...
City asked 15/11, 2012 at 4:23
2
Is there a way to preview GUI in a DataTemplate? e.g. if I have a Resource Dictionary, containing a DataTemplate, and the Data template contains GUI code, like
<DataTemplate x:Key="MyTemplate"...
Marriage asked 10/4, 2013 at 9:52
2
Background
I've been creating many types of custom views, and normally i get their previews shown just fine on the UI designer of ADT.
lately, after updating to the newest version of the ADT ( 22...
Traditor asked 8/8, 2013 at 7:7
2
Our organization's website is moving to Sitecore CMS but we are struggling with setting up the environments for Developers (4), Designers (4), QA persons (3), Authors (10-15) and Approvers (4-10) i...
Quant asked 14/7, 2011 at 17:18
3
Solved
I want a visual GUI designer that will produce XML output in the format used by GtkBuilder. Glade seems to be the most powerful, although Gazpacho is more lightweight. Stetic (included with MonoDev...
Erudition asked 5/5, 2009 at 23:32
8
Solved
I'm developing an app for Windows Mobile 5.0 and above, with C# and .NET Compact Framework 2.0 SP2.
I have a WinForm with two panels inside (upperPanel and bottomPanel). I want that upperPanel alw...
Iodic asked 4/11, 2009 at 11:33
6
Solved
After installing the new ADT (22.3.0.v201310242005-887826) which supports Android 4.4 (KitKat), I keep getting the error as shown here:
An internal error has occurred
In the list of errors, ...
Coincident asked 3/11, 2013 at 8:33
9
Solved
I was taking a look on Go language, but I want to know if there is any IDE developed only for it, but that have a GUI design feature, as Visual Studio and Netbeans.
Zymosis asked 5/1, 2010 at 21:14
8
Solved
Is there a FREE (or relatively cheaper) Java GUI designer/builder?
Petuu asked 11/8, 2009 at 14:20
1
Solved
Is there a good GUI designer (read: drag 'n drop/WYSIWYG) for the plain old Windows API? I'm not looking for something that uses Qt, GTK, .NET, etc, just plain old Windows API.
Must be usable with...
Milling asked 8/8, 2011 at 15:0
8
Solved
Can anyone name an instance of an application where clicking an entity (say image) does one thing, but if you double-click it it does something different?
The only example I've been able to find i...
Vaud asked 9/6, 2009 at 15:46
6
Solved
Visual studio is pretty good but doesn't create stored procedures automatically. Iron Speed designer does supposedly. But is it any good?
Maice asked 17/9, 2008 at 13:0
12
Solved
I'm looking for a good GUI designer for swing in eclipse. My preference is for a free/open-source plugin.
Skied asked 27/8, 2008 at 3:6
11
Solved
Programmers often serves as a designer of user interfaces. You could argue whether it is good or not. However, especially in small companies, it is a reality that does not change.
What do yo...
Billye asked 29/6, 2010 at 10:55
1
Solved
I can't find the components specified in the title anywhere in IntelliJ's Palette. I notice that the form has a JMenuBar, but I don't see it, and I don't know how to access it. Is there any way of ...
Allopathy asked 11/6, 2009 at 20:14
3
Solved
I have created a fairly substantial Java GUI application with many form windows where the settings are locked up in .form files. I am wondering is there any way to convert or refactor these .form f...
Librarianship asked 23/4, 2009 at 12:16
1
Solved
This is in NetBeans 6.5, Java 6.
I have the following hierarchy in the NetBeans GUI Designer:
JFrame
JTabbedPane
JPanel X
<...>
JPanel
JButton
JPanel Y
<...>
JButton
Questio...
Casemate asked 28/3, 2009 at 0:22
11
Solved
I would like to hear some opinions on hand coding your GUIs as one typically do when using Java or Qt with C++, vs using a gui-designer tool? Examples of GUI designer tools would be MFC GUI-d...
Corking asked 8/3, 2009 at 14:56
2
Solved
I need a simple window with three input boxes and three labels (login name, password, and server node) and a button to execute the script. I do not want any third party programs that need to be ins...
Indestructible asked 22/11, 2008 at 20:18
1
© 2022 - 2024 — McMap. All rights reserved.