Tagged Questions

Graphical User Interface development for applications or web sites. This tag should usually be combined with other tags specifying the programming language, platform or framework, if applicable.

learn more… | top users | synonyms

359
votes
15answers
60k views

What are MVP and MVC and what is the difference?

When looking beyond the RAD (drag-drop and configure) way of building User Interfaces that many tools encourage you are likely to come across 2 design patterns called Model-View-Controller and ...
174
votes
33answers
11k views

Save icon: Still a floppy disk?

Bear with me because this question doesn't pertain to an algorithm or any block of code. Rather, it deals with designing forms and applications. I'm working on a project where the user is able to ...
158
votes
9answers
75k views

What GUIs exist for Git on Windows

I use Subversion via TortoiseSVN but I hear good things about Git. Are there any similar tools available for Git on Windows? Feel free to answer with tools which still in early development.
149
votes
17answers
62k views

Git GUI client for Linux

Which is the best gui client on Linux for Git. Update: After checking out all of the GUIs mentioned here, git cola seems to work well for committing/pushing gitk seem to work the best for ...
128
votes
23answers
51k views

Is Python any good for GUI development?

I am considering creating a GUI-based tool that I want to be cross-platform. I've dismissed Java, as I personally do not like Swing. I'm currently considering C# and using Mono to make it ...
107
votes
10answers
9k views

Is functional GUI programming possible?

I've recently caught the FP bug (trying to learn Haskell), and I've been really impressed with what I've seen so far (first-class functions, lazy evaluation, and all the other goodies). I'm no expert ...
92
votes
7answers
35k views

How to align views at the bottom of the screen?

Here's my layout code; <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" ...
83
votes
42answers
34k views

Tools for creating a user interface prototype

I need to create a prototype of a user interface. I'm googling, and find "Axure RP", but it is very expensive for our company. Another way for creating a user interface prototype is tools like Qt ...
80
votes
28answers
44k views

What is the best MySQL Client Application for Windows

Are there any MySQL Client applications for Windows that get even close to what the Enterprise Manager / Server Management Studio is for Microsoft SQL? I have two requirements and one "nice to have" ...
78
votes
17answers
3k views

Common Web UI Styles

I have to present a prototype of an web app in the following days to one of my clients, the thing is I'm not so good at CSS and worst of all I'm almost never happy with the results I get. Coding the ...
74
votes
22answers
100k views

GUI Design Tools to mock up iPhone & Android applications [closed]

I am about to embark on developing a mobile application for both the iPhone and the Android based phone. I have most of my gui mock ups written down on a white board and some in my head. I need to ...
74
votes
8answers
39k views

How do I display the current value of an Android Preference in the Preference summary?

This must come up very often. When the user is editing preferences in an Android app, I'd like them to be able to see the currently set value of the preference in the Preference summary. Example: if ...
69
votes
11answers
14k views

An executable Python app

Python works on multiple platforms and can be used for desktop and web applications, thus I conclude that there is some way to compile it into an executable for Mac, Windows and Linux. The problem ...
66
votes
14answers
33k views

What are good open source GUI SQLite database managers?

Is there any good open source SQLite database manager around? I am using sqlitebrowser now but I have to say the interface is not really friendly so I am looking for something better.
66
votes
13answers
36k views

Java Swing or Java Qt? [closed]

Can someone with extensive experience with both Qt and Java Swing please discuss whether you would use Swing or Qt under Java, and why? Secondly, what is the business impact of using Qt? Is it ...
66
votes
4answers
28k views

How to get controls in WPF to fill available space?

Didn't get a reply to this on the MSDN WPF forum, so I thought I'd try here. Some WPF controls - like the button - seem to happily consume all the availible space in its' container if you don't ...
65
votes
14answers
69k views

How to update GUI from another thread in C#?

What is the simplest way to update an label from another thread? My problem: I have a winform(thread1), from that I'm starting another thread(thread2). While thread2 is processing some files I would ...
64
votes
11answers
21k views

Looking for a MVC Sample for WinForms

Can you point me to a good real-world WinForms MVC application/framework? I understand the Model part - that's your data, and I know the forms are the views, but what's the controller? Especially ...
61
votes
11answers
71k views

Mac SQLite editor

I am aware of CocoaMySQL but I have not seen a Mac GUI for SQLite, is there one? My Google search didn't turn up any Mac related GUI's which is why I'm asking here rather than Google.
60
votes
20answers
37k views

Good C++ GUI library for Windows

I'm looking for good windows GUI library for C++. The Ideal in my opinion shoud be: Modern. MFC, wxWidgets, Qt were started a long time ago and they don't use modern C++ features and standard ...
58
votes
9answers
62k views

Can jQuery read/write cookies to a browser?

Simple example: I want to have some items on a page (like divs or table rows) and I want to let the user click on them to select them. That seems easy enough in jquery. To save which items a user ...
57
votes
30answers
16k views

What program should I use to mock up GUIs?

I want to mockup a GUI system so that I can figure out how best to represent what I need. Normally, I would design a GUI in something like glade and then write a quick mockup in Python which ...
54
votes
4answers
9k views

vb.net - Interrupt form loop and end form

Hey, I have a form that goes through an endless loop and processes data. When I click a button that "closes" the form the form keeps processing even though it is closed. I want the form to completely ...
54
votes
13answers
10k views

What is the best way to do GUIs in Clojure?

What is the best way to do GUIs in Clojure? Is there an example of some functional Swing or SWT wrapper? Or some integration with JavaFX declarative GUI description which could be easily wrapped to ...
53
votes
23answers
3k views

Icons: How does a developer with no design skill make his/her application icons look pretty?

I probably spend far too much time trying to make my visual interfaces look good, and while I'm pretty adept at finding the right match between usability and style one area I am hopeless at is making ...
48
votes
17answers
29k views

What's the best/easiest GUI Library for Ruby?

Whats the best/easiest GUI library out there for Ruby? I would prefer a cross-platform GUI library, but currently I'm only concerned about Windows (Win32). I am having difficulting finding any that ...
45
votes
19answers
24k views

Web UI prototyping tools

Can anyone recomend me a simple web UI prototyping tool, so I could quicky prototype the look of a my web site. I have tried to use MS Visio for this, but found it very "user un-friendly". What I ...
44
votes
23answers
4k views

GUI design techniques to enhance user experience [closed]

What techniques do you know\use to create user-friendly GUI ? I can name following techniques that I find especially useful: Non-blocking notifications (floating dialogs like in Firefox3 or ...
43
votes
15answers
10k views

Is Qt worth learning?

I am a C# developer and work on Windows, but back in High School I took some C++ classes. We worked on console applications only. I want to learn C++ GUI programming. I have been looking at Qt and was ...
40
votes
17answers
21k views

Graphical DIFF programs for linux

I really like Araxis Merge for a graphical DIFF program for the PC. I have no idea what's available for linux, though. We're running SUSE linix on our z800 mainframe. I'd be most grateful if I could ...
38
votes
24answers
16k views

Tools for automated GUI testing (on Windows)?

What tools can be recommended for automated testing of GUI applications on Windows? The tools must be language-independent and thus should be able to interact with any GUI, regardless of ...
37
votes
2answers
792 views

An algorithm to space out overlapping rectangles?

This problem actually deals with roll-overs, I'll just generalized below as such: I have a 2D view, and I have a number of rectangles within an area on the screen. How do I spread out those boxes ...
37
votes
19answers
30k views

Automatically select all text on focus in WinForms TextBox

When a C# WinForms text box receives focus, I want to select all the text in the textbox. To see what I mean, click in your web browser's address bar. See how all text was selected? I want to do ...
37
votes
11answers
16k views

What free software can I use to create UI mockups?

What are good Open Source / Free software packages that let you design GUIs quickly, like "on a napkin" style, but also give a bit of polish that you could throw into a slide deck? Preference would ...
36
votes
7answers
8k views

Visualizing branch topology in git

I'm playing with git in isolation on my own machine, and even like that I find it difficult to maintain a mental model of all my branches and commits. I know I can do a git log to see the commit ...
36
votes
13answers
3k views

suggestions for declarative GUI programming in Java

I wonder if there are any suggestions for declarative GUI programming in Java. (I abhor visual-based GUI creator/editor software, but am getting a little tired of manually instantiating JPanels and ...
35
votes
3answers
10k views

C#: Automating the InvokeRequired code pattern

I have become painfully aware of just how often one needs to write the following code pattern in event-driven GUI code, where private void DoGUISwitch() { // cruisin for a bruisin' through ...
35
votes
11answers
4k views

Very simple, terse and easy GUI programming “frameworks”

Please list GUI programming libraries, toolkits, frameworks which allow to write GUI apps quickly. I mean in such a way, that GUI is described entirely in a human-readable (and human-writable) plain ...
34
votes
13answers
1k views

At what point is it worth using a database?

I have a question relating to databases and at what point is worth diving into one. I am primarily an embedded engineer, but I am writing an application using Qt to interface with our controller. ...
34
votes
15answers
23k views

What are alternatives to ExtJS?

So what I'm looking for is a javascript framework I can use that has several UI controls. I have taken a look at jQuery but those controls are very basic compared to ExtJS. Are there any other ...
32
votes
22answers
9k views

Writing A “Conway's Game of Life” Program

Alright, so I've always wanted to write myself a nice little Game of Life program where you could play with the rules and adjust the number of cells and such; I've just never really had the time to ...
31
votes
8answers
9k views

Hand Coded GUI Versus Qt Designer GUI

I'm spending these holidays learning to write Qt applications. I was reading about Qt Designer just a few hours ago, which made me wonder : what do people writing real world applications in Qt use to ...
30
votes
17answers
12k views

Best Practices & Principles for GUI design

What is your best practical user-friendly user-interface design or principle? Please submit those practices that you find actually makes things really useful - no matter what - if it works for your ...
29
votes
11answers
2k views

How to test GUI for color blind person?

Is there a way to test if a GUI is usable for color blind person? I know that it has many degrees and I guess that's why simply doing a screenshot in black & white is not the best way to test the ...
29
votes
15answers
11k views

Best web app for creating screen mockups?

I'm looking for a web app that would allow me to quickly sketch some prototype screens for a potential web app for users of this application. Is there a preferred tool for this kind of thing? Or, if ...
29
votes
7answers
8k views

Your choice of cross-browser javascript GUI

There are a number of great and not so-great Javascript GUI frameworks out there. I've looked at some (only superficially). And I can't make my mind about any of them Scroll to the end of this ...
28
votes
3answers
15k views

Is there a good GUI Mercurial Client for Windows?

Other than Tortoise HG, what is a good GUI client on windows? I've already looked at: http://mercurial.selenic.com/wiki/OtherTools
27
votes
4answers
960 views

How to organize a Swing GUI application?

I've written a few GUI's using Swing and I know about MVC, but I never found a good way to really organize my code somehow. What I am looking for is something like the folder structure that maven ...
26
votes
1answer
372 views

What's the recommended way to unittest Python GUI applications?

I'm currently foolish enough to try to maintaintain two parallel code bases for a Python desktop application, one using PyGObject introspection for GTK 3 and one using PyGTK for GTK 2. I work mainly ...
26
votes
16answers
4k views

Best practices for C# GUI naming conventions?

GUIs, whether written in WinForms or XAML, seem to have the most widely differing naming conventions between projects I see. For a simple TextBox for a person's name, I've seen various naming ...

1 2 3 4 5 150