Questions tagged [ui-design]

ui-design means User interface design. It is the design of websites, computers, appliances, machines, mobile communication devices, and software applications with the focus on the user's experience and interaction.

224 questions
0
votes
2 answers

Vertical center on middle element with flex

I have very specific request for centering elements so I decided to try flexbox. The request is following. I have 3 elements stacked vertically. Header, content and footer. A special condition is there to have middle element "content" centered on…
Schovi
  • 1,960
  • 5
  • 19
  • 33
0
votes
1 answer

where does the About button go on iPad app?

My iPad app uses a splitView. Where should I stick a button to bring up an about dialog? Thanks
Gerry
  • 263
  • 1
  • 4
  • 10
0
votes
0 answers

How to build user interface to my (winforms) in Visual Studio 2010?

I need to change my Application forms to flat design How can I make a design that I can use it in all of my projects by drag an drop from the toolbox? (Like CSS in HTML)
0
votes
2 answers

JavaFx combobox dropdown list design issue

I am trying to change the background color and text color for combbox and is using following style .root { //-back:#152635; -darker:#272B30; -dark:#3A3F44; -normal:#52575C; // #555 -light:#7A8288; // #999 -lighter:#999; //…
ZafarYousafi
  • 8,640
  • 5
  • 33
  • 39
0
votes
1 answer

How to make a Flat UI design with android

I've made numerous types of android layouts, however, I had never tried to make a flat UI design like in windows 8 for android. I want to try to make a UI like windows 8 design in android but I'm having trouble choosing which layout should I use.…
Jennifer
  • 1,822
  • 2
  • 20
  • 45
0
votes
0 answers

How to display dropdown list below option in twitter bootstrap

I wanted to show the dropdown list below the dropdown title. For example. The list will display just below of the title. Currently the list is left justified/ always displaying from left. Here is the code snippet.
0
votes
0 answers

Extract image resources from Mac's builtin applications

Just an example, Apple's Mail, Notes and Messages use the same image for their "Edit" button. However, I cannot find that image in any of the resources folder in their app bundles. I guess the image might be in a system folder that is used by these…
Ethan
  • 18,584
  • 15
  • 51
  • 72
0
votes
5 answers

Year dropdown range - when do we stop?

I attended a payroll software demo yesterday wherein the year dropdowns throughout the software ran from 2000 to 2200. Now, we've all been down this road before with 2 digit shortsight, but honestly - a 200 year service life for a Java & Oracle…
Drew
  • 6,208
  • 10
  • 45
  • 68
0
votes
1 answer

Adding UIButton to custom cell with auto layout

I am trying to add a button through IB in a custom cell at top right corner of the cell. I am using auto layout to position it correctly but in simulator I don't know why the button wont show up. But if i create it programmatically then it shows up…
vaibhav
  • 117
  • 2
  • 13
0
votes
1 answer

What is 'Desktop Presence'? (As used in the Windows UI style guidelines)

A lot of the Windows style guidelines refer to 'Desktop Presence' in various places, e.g. http://msdn.microsoft.com/en-us/library/windows/desktop/dn742496(v=vs.85).aspx', but it's never defined anywhere that I can see. Is there a definition for what…
Tim Perry
  • 11,766
  • 1
  • 57
  • 85
0
votes
2 answers

How to create UIView like Notification Center as iOS 7

Hello Follks,I'm developing one Restaurant App.I want to create a view which float from top to bottom on touch and pan gesture with bouncing,push behaviour,gravity,collision(UIKit Dynamics).Any help will be really appreciated thanks.. I'd like to…
Vaibhav Limbani
  • 777
  • 1
  • 12
  • 29
0
votes
1 answer

How to achieve wizard control arrows

I am new to UI development. I have a requirement to show arrows for step by step process in one of the application like shown in below figure. Can any one suggest me this kind of arrows can be shown on the page. If it is done with images how these…
praveen
  • 351
  • 3
  • 17
0
votes
2 answers

What UI design principles like "separation of concerns" can I use to convince developers that the UI needs fixing?

I had a big discussion with team recently related to UI design for our recent software project. We need to integrate a special version control system into our existing product, which is a software testing tooling for testing by writing and…
Ben Xu
  • 1,279
  • 4
  • 13
  • 26
0
votes
3 answers

List of buttons?

I've been working on a small program which gets a list of url's from the web server ( latest forum topics ) and warns the user whenever a new topic is created. So the main form of my program have a list of buttons. Each button has the text of the…
melih
  • 370
  • 1
  • 4
  • 15
0
votes
1 answer

The XAML Principle

Of so clear separation of UI is unique to XAML? I mean, you could even customize the entire UI of a 'pre-packaged control/component'... Any light on other technologies that achieve this?
Vyas Bharghava
  • 6,372
  • 9
  • 39
  • 59