Tagged Questions

2
votes
4answers
56 views

How do I give this CPU-intensive Java application a GUI?

I'm writing a little genetic algorithm in Java, as a school assignment. Up until now I've pretty much stuck to doing console applications. However I think a UI would be really help …
1
vote
8answers
151 views

How to make window application in ANSI C?

Hello, Until now I've been only writing console applications but I need to write a simple window application for a school assignment. Could somebody point me to a good tutorial h …
1
vote
1answer
41 views

Need a GUI Builder for Tkinter / Python

Hello, I need a GUI Builder for Tkinter... was using something a couple of years ago, but I can't find it anymore (I remember something related to Komodo IDE, but perhaps I'm wrong …
0
votes
3answers
56 views

a design problem with relatively complicated validations

hi, i have a design problem.. it may seem that i'm giving you too much details, but those are important. say i have a very large input form, with a complicated input, that requir …
0
votes
2answers
16 views

Netbeans: Is it possible to convert a hand-coded GUI into one understood by Matisse?

Hi: I'm starting development on an existing open source project that used a hand-coded GUI. Is it possible to somehow import this into Matisse, so that I can edit this project's …
9
votes
5answers
179 views

What is the purpose of the ‘Tag’ property of Delphi VCL components?

Is there any specific purpose for the 'Tag' property of Delphi VCL components? I have Googled a few examples using it as, for example, a 'color' property or using the value as a po …
0
votes
1answer
29 views

Does Apples UI define Drag&Drop in menus and/or context menus for menu items

I'm trying to update my GUI a little bit but don't want to run into porting problems later next year when a native Cocoa Port will be started. On Windows/Linux it is common to dra …
0
votes
4answers
30 views

GUI objects not showing in Java on Mac

I've only just begun writing GUI programs, this being my second one. With both projects (both homework assignments) I have had the same issue. The GUI objects (such as JTextField) …
2
votes
3answers
44 views

GUI for bazaar, equivalent of gitk

What is a maintained GUI for bzr, perhaps something like gitk for git?
3
votes
3answers
88 views

How do I set a background color for the whole window of a Qt application?

Does anyone know if/how one would be able to set a background color for the whole window of a Qt application? So far I am using stylesheets but can only figure out how to assign a …
1
vote
2answers
52 views

MFC without document/view architecture

I'd like some help on using MFC without the document/view architecture. If I create a project without doc/view support, I'm left with a CFrameWnd and a view that inherits from CWn …
188
votes
215answers
21k views

Worst UI You’ve Ever Used

What is the worst user interface you've ever had to use? One that made you want to somehow locate the creators over the internet, personally fly to their location, and then beat th …
1
vote
1answer
15 views

Qt Dialog Window Opens in Same Window

I managed to get a QPushButton to open a new window when pressed by using the following code (just snippets of code): AppDialog::AppDialog(QWidget *parent) : QDialog(paren …
0
votes
2answers
74 views

How to maintain state in a web app - as HTTP is stateless

I am new in building web apps and just begun learning and setting up Grails. I am planning to build an app which has a flow of 4 to 5 pages. Since HTTP is a stateless protocol, how …
0
votes
7answers
179 views

Polished UI Desktop Application, which UI library to choose?

I am a long time MFC programmer and know it quite well. Recently we are planning for a large desktop application. In order to beat competition, one requirement is polished UI. We n …

1 2 3 4 5 117 next
15 30 50 per page