user-interface

How to design a wpf application with multiple interfaces

Hi, I'm trying to learn how to design an application which has several different user inferfaces. its an application where a doctor can view patient records, write prescriptions and so on. when designing this one(including the login) I have created seperate user controls for login, prescription writing, medical history browing and set a...

Update applications for iPhone 4 Retina Display

Hello, I was just wondering how you would go about giving a application the new sharper images for the iPhone 4? i know the SDK already cleans up text and UI elements but how should I go about updating my image UI. Is there a different way (like a folder or file extension) to add the new images for the iPhone 4 or should I just go and ad...

How can I replicate disabled appearance for a JCheckBox?

Take the following example code. There is some bug in Swing which doesn't render disabled components as disabled if the component contains HTML. Aside from reporting the issue, which I hope a colleague has already taken care of, is there some good way to work around the problem? Whatever solution I take, I want it to be a global fix a...

Hourglass problem in a WinForm application

Hello everybody, In my program with a UI in WinForm. I set the cursor to a hourglass just before to launch a method in ThreadPool. My code in UI thread to set the cursor looks like this : Application.UseWaitCursor = true; When the method is finished, i go back to the UI Thread to set the cursor to the normal case. Application.UseWa...

What will be the best way for creating custom container for adding components in cocoa.

I am creating custom view to add child controller like radio button,text field etc. I am sub classing NSView and overriding drawRect method to get custom drawing via NSBezierPath. but when I am clicking or focus changes for text field ,radio button. I am getting artifacts until I call setNeedsDisplay. Is there any better way to manage t...

How did Chrome create a different GUI for the browser?

I am interested in how Chrome was able to write such a good looking GUI? What libraries and methods did they use? I am particularly amazed that it acts 100% like a regular GUI - you can drag it by the blue strip and the regular buttons [_, o, x] are made differently. Also tab dragging is so seamless. In fact you can drag a tab outside o...

Ideas for alternative context menu layouts

I'm trying to, find / come up with, a cool alternative to the old trusty rectangle-list-o-buttons context menu. I have seen some suggesting laying the item out circles in a circle, and they call it a pie-menu. And as you click a circle, it expands to have items around it etc. (http://www.emphess.net/2008/05/04/a-menukiller-control-draft/...

SImple class-based jquery show/hide for multiple, independent instances?

Is there a way to have many, many instances of jquery-based show/hide (toggle link followed by container with hidden content; toggle text changes depending on state) on a page using only classes and not IDs? I haven't found a reasonably well-documented, functional example anywhere. Thanks for any and all help! --cg ...

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...

Importance of graceful degradation to non-javascript ui

How important is it to gracefully degrade or inversely Progressively Enhance the UI experiance? I mean am I going to lose a LOT of business if I don't? Do you practice this concept? Are there any web 1.0 users still left out there? Please could you also include if you practice this personally and how much time you've spent relative to t...

iPhone UI design elements

The item is consisting of short text 1-2 words and description 1~20 words. UITableView is listing all of the items and user have choice to select. Selecting will get him to item details view. From this point I don't understand: which controls/container I should use to represent short text and description text (normal view) how to orga...

Web UI design guidelines for selection from large hierarchy

Problem at hand: How to present two large hierarchies in Web UI for computer-illiterate users that fill some kind of boring application form. Use-case: User selects item "a" from hierarchy "A", then it selects item "b" from the (completely unrelated) hierarchy "B" and fills in a short free-form text to supplement his choice. Both hiera...

Is there a good way to create render a blank slate for a page in ASP.Net MVC?

I have an index page which shows a paged list of data from a database. When that list is empty, I want to show a "blank slate" view that clearly indicates to the user where they are and what they can do there: "You can add a new item by clicking here" type of thing. Is there a better/cleaner way to do this than just having a big if stat...

Create List of Control Groups in VB.Net?

I'm building an control interface for a system that consists of 1-4 modules. In my interface, each module has its own control set, grouped in a groupbox. I only want to show the control groups for the modules that are actually connected and hide the rest. This is easy to do with the visble property. I also want all of the groups to b...

Events do not work with the elements which are dropped - UI droppable

Hi, I want to display a properties div on click event of another div named abc, which has been dropped using jquery UI droppable. I could show the properties div by binding an event with the abc div, but I want to hide the properties div when the div abc loses its focus. Thanks in advance ...

Which WPF control suite is best suited to MVVM?

It seems that the only way to really evaluate a UI control suite is to download the trial and invest many hours in understanding its limitations and design flaws. However, with so many to choose from, I am trying to shorten this process by ruling out those that fail to meet a key criterion - MVVM compatibility. What are your experiences...

User Interface Process configuration

Hi, In our web application we use the UI Process block (http://msdn.microsoft.com/en-us/library/ee817680.aspx) whose configuration with views defined in the web.config as follows: My problem is when I run the code on the asp.net development server (http://localhost:2547) the view redirects me to http://Test1.aspx not http://localho...

Framework user interface for running tests and reporting results

I often have to create software to run tests (on hardware or other software), but I don't know of a good user interface control in .NET for displaying test results. (Just to clarify, I am not looking for a testing solution for .NET code. I am looking for a way to provide a system similar to those used for testing code to a user so that ...

RenderingS​ession returns null while useing browserfield.

i want to develope appli which has browserfield to browse any url. i m using bowserfield class method from in built JDE example. in this method i m using _renderingSession = RenderingSession.getNewInstance(); but this line returns null while using on real device (curve 8520). but it is working fine on simulator. can anyone help me ...

Recommended references on GUI ergonomy

Hi mates, I have not very much experience in creating GUIs. Maybe one of the more experienced programmers/GUI-designers has some tips or references for me how to design ergonomic user interfaces. I've heard, Microsoft has a very big book on this issue for designing GUIs in Access (I assume most ergonomic issues can be used in other plat...