Questions tagged [ui-guidelines]
26 questions
28
votes
16 answers
What are some good usability guidelines an average developer should follow?
I'm not a usability specialist, and I really don't care to be one.
I just want a small set of rules of thumb that I can follow while coding my user interfaces so that my product has decent usability.
At first I thought that this question would be…

Allain Lalonde
- 91,574
- 70
- 187
- 238
11
votes
2 answers
Best Practice Guide: Swing
Does anybody know Swing related GUI guidelines - specifically on how to design Swing apps and which components I should use? I'm not looking for an official standard, but pragmatic tips I can use to set a good standard for my projects.
I haven't…

wishi
- 7,188
- 17
- 64
- 103
8
votes
3 answers
Appropriate icon for Windows 8 installer
I'm trying to figure out which icon I'm supposed to (and allowed to) ship with my installer. I'd rather not use a custom one, as many apps (including some of Microsoft's own, such as Office and Visual Studio) do these days. I want the icon to be…

Sören Kuklau
- 19,454
- 7
- 52
- 86
5
votes
4 answers
how to pass parameters to a Matlab GUI file
i am new to matlab. While working through the Matlab GUI, i faced a problem which is as follows..i want to have 2 figure files, with one figure file calling the other. i know that just by calling the name of the 2nd fig file from the first fig…

jack1689
- 123
- 1
- 2
- 10
5
votes
4 answers
UI Guidelines for Android Honeycomb on Tablets
The UI in Android Honeycomb is very different. I'm looking for things that have changed that would be of interest to developers. Google hasn't updated it's UI guidelines yet, so I am trying to find this stuff out by inspecting the layouts. I am…

Jason Hanley
- 3,225
- 2
- 24
- 21
5
votes
4 answers
Microsoft Dynamics UI Guidelines
SAP provides UI Guidelines for CRM WebClient User Interface. Is there something similar for Microsoft Dynamics CRM or Microsoft Dynamics in general?

Mike Chaliy
- 25,801
- 18
- 67
- 105
4
votes
1 answer
Is there any website showcasing all of the available UI components and widgets with source code?
I was looking for something like the Visual Guide to Swing Components (Windows Look and Feel).
A page that shows the Android UI components.
Thanks.

ktulinho
- 3,870
- 9
- 28
- 35
4
votes
1 answer
What are the mathematics behind UI aesthetics like color harmony?
I have to develop a little tool inside my project like the "Harmony color" palette in Adobe Illustrator or Kuler -- the user can select one or two color and the tool suggests a 4 or 5 "harmonized" palette based on that.
Where can i find some…

nkint
- 11,513
- 31
- 103
- 174
3
votes
2 answers
How to set vim highlight ColorColumn guideline transparency?
I have set :highlight ColorColumn ctermbg=1, but the guideline is too much dimmed. How to increase the vim guideline transparency, so I can see better which characters it has behind it?
Alternatively, the setcolumn guideline could be like in…

Evandro Coan
- 8,560
- 11
- 83
- 144
3
votes
1 answer
Windows forms - inactive highlight color
I have a ListView control with OwnerDraw = true.
Sometimes my control might not be focused, but have the items selected. Which color should I use to render the selection bar?
I couldn't find any guidelines for that, however, it seems that the…

Yippie-Ki-Yay
- 22,026
- 26
- 90
- 148
2
votes
1 answer
Navigation bar and Toolbar in ipad app at top of screen - apple's approval?
I have got a wire frame for ipad application, in which navigation bar and tool bars are placed on the top. And back button is placed in toolbar. Whether it violates apple's guidelines or will it be approved by apple for itunes store. Also one screen…
user865155
2
votes
0 answers
UINavigationController and navigation bar with cross-hierarchy jumps
I have an iPhone UI consisting of a couple of dozen screens that are more or less hierarchical, logically speaking, but with occasional long jumps across or up and down the tree -- for instance, from the top-level screen, there's a button that will…

David Moles
- 48,006
- 27
- 136
- 235
2
votes
0 answers
Proper Guidelines for Show / Modal Presentation in iOS 13?
iOS 13, with sheets presenting for presentModally, creates a change that seems inconsistent, even with Apple's earlier example apps. I've watched WWDC's Modernizing UI for iOS 13:
https://developer.apple.com/videos/play/wwdc2019/224/
read…

Gallaugher
- 1,593
- 16
- 27
2
votes
2 answers
In XAML, what "guidelines" should I use when deciding whether or not a property should go in a style?
When writing WPF/Silverlight applications, I sometimes struggle when determining whether or not a property should go inside a style or be left directly on the element. What guidelines do you use when deciding?

Jordan Parmer
- 36,042
- 30
- 97
- 119
2
votes
2 answers
guidelines for opening safari from an iPhone app
Are there any usability guidelines around opening a website in safari from an iPhone app?
Example: I have a button in my app, that when tapped takes the user to a website in safari - this closes my app and opens safari.
To me, it seams kinda crappy…

vedran
- 1,145
- 2
- 13
- 19