gui-designer

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 between UI designers and coders while using Xcode / Interface Builder? It seems that many things require programmatic settings with UI editing...

Need some help with GUI in java

Hi guys, 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 never been taught of doing GUI. Here is the link: http://www.youtube.com/watch?v=up1LV5r-NSg ...

Should a programmer design User Interfaces?

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 personally as a programmer, is it our work to design UI? Personally I think that not, especially when you are going to work on Web Applicati...

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 any decent standalone GTK# GUI Designer? ...

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 so forth (checkboxes, buttons, etc., or ui controls for various javascript frameworks like jquery.ui, dojo, yui,...), OR else support for ve...

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 vbox with two... er... boxes, put a menu on the top box, and a table on the bottom one. I set the table to have two column and five rows. On ...

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

Hi, 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 file from designer. But I can see in the designer ImageResource.resx file to use it from second project (Reference to second project i...