The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
1answer
20 views

Animating a turntable using Matlab's GUIDE

I have an application where I have a stepper motor connected to a turntable. The stepper motor's driver is controlled serially via Matlab.That is, I can control the angle through which the stepper ...
2
votes
0answers
66 views

Design View of a DataTemplate in a ResourceDictionary in Visual Studio

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 ...
0
votes
0answers
115 views

IntelliJ IDEA + Play!-plugin: Do not open UI Designer for Java source

Running the Community Edition of IntelliJ IDEA on Arch Linux (12.0.4 Build 123.169), I installed the Play!-2.0 Plugin. Once i managed to get it running, I began hitting this wall: whenever I open a ...
5
votes
1answer
219 views

Gtk conversion to html

In order to have a OS with a uniform interface, allowing better mutual interoperabilities, I'm looking for a way to build a system in which all interface would be in html5. For example, starting from ...
0
votes
0answers
14 views

How do I change font sizes from pixels to points for an ipad app? [duplicate]

I'm a designer and I've just given a developer font specs for an ipad app where I specified sizes in pixels not points. When I change type units in photoshop from pixels to points it gives the same ...
0
votes
0answers
28 views

how to display black and background image on gui prototype(F9)?

I am developing one website,for that purpose first of all i am designing gui screens in GUI DESIGN STUDIO.First of all i have named to a page and i did right click on the page and clicked on "add ...
0
votes
2answers
368 views

Building a GWT UI in Eclipse

I want to try and build a UI using this GWT designer tool I read about. I have GWT tools installed, created a "Google -> Web Application Project" but I don't see any means to build a UI except via ...
1
vote
1answer
70 views

GUI designer for Qt

I want to ask if there are any good GUI designers for Qt that work with PySide beside QtCreator because it's huge. But I think that every will work with PySide, as it don't have to generate python3 ...
1
vote
0answers
88 views

how to use icomoon font in photoshop?

i want to know how to use icoMoon font in photoshop please send me the complete list of documentation about that what icon will be displayed if i press 'a' or 'b' and i want to write a 'go' button. ...
1
vote
2answers
284 views

How to design GUI sequence in Tkinter with Python 2.7

I want to write a program that asks the user a series of questions in different dialog boxes. Each box shows up one at a time, and goes to the next box if the button next is clicked. My question is do ...
1
vote
1answer
116 views

JToolbar not displaying background color

my JToolbar is not displaying the background color even after I set the it from the Netbeans GUI Designer. The code to set the background color is even included in the autogenerated code. What could ...
6
votes
1answer
8k views

Is WindowBuilder Pro already installed with Eclipse Juno?

https://developers.google.com/java-dev-tools/download-wbpro There is no option to install WindowBuilder Pro to Eclipse Juno (4.2) to Eclipse Is WindowBuilder Pro already installed with Eclipse Juno? ...
0
votes
0answers
79 views

Using GWT Designer gives rootpanel layout warnings

Using GWT 2.4.0. I'm using the GWT Designer plugin to layout my client controls. I haven't modified the starter application (Greeting Service) HTML or CSS files. I'm using the GWT Designer to put ...
0
votes
2answers
217 views

vs2005 - vc++- The designer could not be shown for this file because none of the classes within it can be designed

i know that this topic has been asked several times before but none of them seems to be the solution to my problem. I need to create a windows form application(in visual studio 2005, 32 bit) which i ...
0
votes
2answers
746 views

Is it possible to write a GUI applicaiton in VBScript?

Is it possible to create a GUI application using VBScript? If yes, how do I do it?
1
vote
1answer
708 views

Swing designer plugin for Eclipse

I am looking for best swing editor rite now I was looking for eclipse plugin that is Swing Plugin. Are there any other plugins for designing Swing apps. that can be installed in Eclipse, and will ...
0
votes
1answer
133 views

WPF Designer - Selecting element inside element

I am new to WPF so I would accept every piece of advice. My problem: I use the Designer to put different components of the UI the way I like. And it's great. The problem came with this type of XAML ...
1
vote
1answer
783 views

Visual GUI Designer for Apache Pivot

I learned about Apache Pivot's existence from the question Java GUI frameworks. What to choose? Swing, SWT, AWT, SwingX, JGoodies, JavaFX, Apache Pivot? It seems like a good fit for my current ...
0
votes
2answers
3k views

ExtJs UI Designer tool

Is there a designer tool for ExtJs or Eclipse plugin for it? I'm developing an interface which is completely similar to desktop environment. ...
0
votes
1answer
257 views

WPF Design Time Error w/ Local Namespace Reference

I'm having an issue with the WPF Designer. At some point I did something that broke all of my controls that reference the local assembly. The application builds and runs just fine, but the VS Designer ...
0
votes
1answer
663 views

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 ...
2
votes
1answer
225 views

design time anomaly in window builder and swing

Im experimenting with window builder for eclipse and Swing. I created a demo calculator project with a custom JPanel DigitBoardView extends JPanel and assigned the keys using a for loop ...
5
votes
1answer
500 views

Windows API gui designer?

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 ...
0
votes
2answers
796 views

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, ...
4
votes
2answers
3k views

GUI Builder for Titanium Developer

Is there any gui builder available for titanium desktop/mobile applications? I have been using javascript to write that buttons/labels code. Is there any drag and drop facility available in ...
3
votes
1answer
605 views

Sitecore environments

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) in a ...
3
votes
2answers
519 views

EDMX Designer like in c# at runtime

I need a designer tool to use in my application to allow the user to design a database model. Are there any designer tools that can be integrated and utilized using C# code at runtime? I guess WF ...
0
votes
1answer
490 views

Ext-Gwt gui designer

guys! I am very interested with ext gwt. Do you know any darg and drop designers for this framework? Does ext gwt work with ext designer? Thanks
0
votes
1answer
488 views

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 ...
4
votes
1answer
179 views

How to build/extend a designer for Visual Studio

I just finished a quick intro in Linq2Sql and I decided to try my hands at it. To my dismay, it appears the dbml designer supports SqlServer and SqlClient providers only. After reading around, I ...
1
vote
4answers
178 views

Is it sane to start a Blackberry Java project without using the recommended IDE i.e. Eclipse?

Considering that I'll be using Vim as my text editor of choice, what tools do I have to consider to manage and build a project of this magnitude? I'm told that Apache Ant is similar to GNU Make so ...
0
votes
4answers
2k views

How to use shared resource file between projects in one solution?

I have a problem with resource file... I have a solution with two projects. The first project contains ImageResource.resx file with my images what I use. Every Form in this project can access to this ...
2
votes
1answer
1k views

Getting nice-looking widget sizing in MonoDevelop (Gtk#)

EDIT: Click here for the code. So I'm experimenting with interface building with MonoDevelop (version 2.4). I'm trying to get used to the Gtk concept of "containers within containers". I created a ...
16
votes
5answers
3k views

Browser-based visual editor/designer?

Is there an example of a browser-based and preferably open source visual javascript application designer (using contenteditable or canvas or whatever), perhaps with support for embedded controls and ...
0
votes
1answer
323 views

Is there a good standalone GTK# GUI Designer?

I'm looking for a good GUI Designer for GTK#. I know there's Stetic, but it seems to be an inseparable part of MonoDevelop. I don't want to use MonoDevelop, I want to use my editor of choice. Is there ...
10
votes
11answers
520 views

Should a programmer design User Interfaces? [closed]

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 you think ...
3
votes
3answers
402 views

Need some help with GUI in java

i'm working on GUI in java and got stuck with move the object. Please visit this youtube video i made a short demo for you guys to see what i was trying to do. I'm so new to the GUI thing as i've ...
0
votes
1answer
1k views

Xcode / Interface Builder - better workflow from designer to coder?

Were dealing with some pretty custom UI elements while building our OSX / Cocoa and iPhone / IPad apps. I was wondering if anyone has good recommendations or tricks for getting a better workflow ...
1
vote
1answer
302 views

Java swing doesn't show changes to source

I'm using Java Swing graphical editor with netbeans to make my project...but using it brings some limitations like I can't add to a jpanel an image,using java swing options. So i'll need to code it, ...
2
votes
2answers
3k views

Visual C# GUI Designer - Recommended way of removing generated event handler-code

I'm new to the Visual C# designer so these are general and pretty basic question on how to work with the designer. When we for instance add a label to a form and then double-click on it in the ...
23
votes
9answers
22k views

Go IDE With GUI Design Support [closed]

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.
1
vote
1answer
83 views

C++ bindings to jGoodies?

Thus far the best C++ UI libraries I've run into are Qt, GTK, and wxWidgets; Are there existing libraries similar to jGoodies or 'better'. I am interested in mature (yet simple) technologies.
2
votes
1answer
2k views

GUI designer for managing Django models

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 ...
0
votes
3answers
164 views

Do any Java GUI builders exist that do not require external JAR's?

I am looking for a Java GUI building tool that generates the Java Swing code for me. I'm planning on using it to get all of the Frame/Panel code created quickly and then customize everything by hand ...
1
vote
7answers
2k views

Swing Generator

I need to develop some java gui using swing. A few years ago I did develop a bit with swing. But it was pretty exhausting, you see, back than there weren't much tools to help you. But I do believe ...
1
vote
7answers
6k views

Docking and Anchoring on a Windows Form application

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 ...
5
votes
1answer
3k views

RapidWeaver-like editor for windows

After seeing a friend using RapidWeaver and producing wonderful results in a few clicks, I was astonished and started searching if a tool like that exists for Windows. Unfortunately, so far my search ...
4
votes
8answers
6k views

Is there a FREE Java GUI designer? [closed]

Is there a FREE (or relatively cheaper) Java GUI designer/builder?
2
votes
1answer
882 views

Looking for a customizable “flowchart builder ” builder

I need to create a customized graphical flowchart builder. There are only three classes of connectable components, and two kinds of connectors from which the flowchart is constructed. Each component ...
0
votes
2answers
146 views

Preferred way to build gui components tree

What is the preferred way to build application gui components tree? Instantiate all components and build an entire tree, controlling it with show/hide/disable/enable operations on user events. ...

1 2