Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
131 views

Complex HTML forms

This question is not as hard as it is long, it is long because I suck at explaining things, any help from moderators in reducing the length of this question or improving it's title (while keeping it's ...
3
votes
2answers
101 views

UI Design Help / Advice

I have a dillema where our client relations department has been brought in for advice on UI and I vehemently disagree with it...even though I don't consider myself a designer at all. While I have ...
3
votes
1answer
1k views

Java: MiGLayout: How to use `hidemode`?

I am starting out using MiGLayout for my GUI design, and one of the feature I would need is to show/hide certain components based on the state of other components. I was going to code this myself, ...
2
votes
2answers
192 views

Displaying form errors with HTML5's new input types

Currently, HTML5's new input types, <input type="number"...> <input type="email"...> <input type="url"...> simply focus on any offending text-boxes with mismatching user input ...
2
votes
7answers
565 views

How to indicate that a column in a table is sortable (UI design question)?

In the application that I am working on, there is tabular data (for the record, it is a Java Swing app using JTables). In some cases the data is sortable by clicking on the column headers. What I want ...
2
votes
1answer
244 views

Guidelines for GUI design for a risk analysis app

In my free time, I'm working on a risk analysis application. I have already finished the mathematical and simulation engines, but I'm stuck with the design of the user interface. I want my application ...
1
vote
3answers
170 views

Which is the best design practice for edit data in RIA?

First of all it is a UI design question! Which is the best design practice for edit data in RIA, for example in Flex or Silverlight? I would like to show customer's details, but there will be an ...
1
vote
2answers
244 views

How are fancy graphical user interfaces coded?

I'm wondering about "fancy GUIes" are made. When I say that, I have in mind softwares like iTunes, Picasa, Skype, Songbird, Spotify, Vlc (themed) ... everything that breaks with standard GUI in ...
0
votes
0answers
96 views

Modern Master Detail Pattern

I am going to create new Financial web application using Asp.net MVC fully ajax, hosted on customer intranet. i have Company setup screen, Company Model is shown Below. Company {Main Company info, ...
0
votes
1answer
45 views

Expanding Panel on click to view hidden controls

I am currently working on a C# wpf project. What I was looking for is a GUI control that can have other GUI controls inside but are hidden and when the user clicks on the GUI control it then expands ...
0
votes
2answers
103 views

Best way to access nested window from another nested window

GUI application has following windows hierarchy: CMainWnd <---- main window CLeftPane CRightPane <---- left and right panes ...
0
votes
2answers
225 views

How do I add space to a JPanel, so that JScrollPane doesn't sit on top of my components?

I have a JScrollPane and when I load my application the bar is sitting on top of one of my buttons. What I would like to do is add some space to the side of my button so that the scroll bar draws ...
0
votes
2answers
249 views

Using 2 distinct mouse events in flex

Am working on a flex project I am looking to provide some UI functionality using the mouse- I have two distinct UI events to be achieved via mouse a) change value b) delete object I don't seem to ...
0
votes
1answer
20 views

Need color value visible over map

I need to write some text over google maps image. I try lot off combinations of colors but it is ugly. Can anybody give me a color ( hex value) which visible on that map and looks good ( I have no ...