Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ui-best-practices-working-group] RE: ui-best-practices-working-group Digest, Vol 38, Issue 5

Eitan,

When doing UI design for Eclipse, we still optimize for 1024 x 768, as Markus noted. However, when there is a question about how something will size, we will do visual tests (mockups) of the design at a larger size to see how it scales or we wait to see early implementations to see it and make adjustments. This is vague on numbers but the browser display statistics are too: According to w3schools, 36% of the people are using 1024 x 768 and 57% are using higher. The next commonly used size is 1280 x 800 and after that it is 1280 x 1024. Those using display sizes as high as 1900 x 1200 are less than 2% of the population. I am not aware of Eclipse-specific statistics but you might be able to infer those from the larger population statistics.

Taking these numbers back to design, any scaling tests we do tend to be at 1280 wide, and we then see how things go in implementation on displays up to 1900 x 1200. In the really wide cases, you will tend to have a lot white space on the right and you will likely start questioning the use of right-side toolbars. The latter is the bigger revelation as it suggests we should put more common function on the left (reversed in BIDI of course). Web apps are tending toward that.

Hope that sheds some fuzzy light.

Cheers,
Kim

IBM Rational Software
UI Design, Jazz and Collaborative ALM
kpeter@xxxxxxxxxx
905.413.5960


Inactive hide details for "Kurejwowski, Eitan" ---01/20/2010 08:06:10 AM---Thanks for your answer."Kurejwowski, Eitan" ---01/20/2010 08:06:10 AM---Thanks for your answer.


From:

"Kurejwowski, Eitan" <eitan.kurejwowski@xxxxxxx>

To:

"ui-best-practices-working-group@xxxxxxxxxxx" <ui-best-practices-working-group@xxxxxxxxxxx>

Date:

01/20/2010 08:06 AM

Subject:

[ui-best-practices-working-group] RE: ui-best-practices-working-group Digest, Vol 38, Issue 5




Thanks for your answer.
I'm taking care that the IDE is usable at 1024x768 but I want to make it optimal for the most common scenario. Do we know what is the most common screen resolution among Eclipse developers?

Thanks,
Eitan

-----Original Message-----
From: ui-best-practices-working-group-bounces@xxxxxxxxxxx [
mailto:ui-best-practices-working-group-bounces@xxxxxxxxxxx] On Behalf Of ui-best-practices-working-group-request@xxxxxxxxxxx
Sent: ג, ינואר 19, 2010 7:01
To: ui-best-practices-working-group@xxxxxxxxxxx
Subject: ui-best-practices-working-group Digest, Vol 38, Issue 5

Send ui-best-practices-working-group mailing list submissions to
ui-best-practices-working-group@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
https://dev.eclipse.org/mailman/listinfo/ui-best-practices-working-group

or, via email, send a message with subject or body 'help' to
ui-best-practices-working-group-request@xxxxxxxxxxx

You can reach the person managing the list at
ui-best-practices-working-group-owner@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of ui-best-practices-working-group digest..."


Today's Topics:

  1. Question: What is the standard resolution? (Kurejwowski, Eitan)
  2. Re: Question: What is the standard resolution? (Markus Keller)


----------------------------------------------------------------------

Message: 1
Date: Tue, 19 Jan 2010 10:03:13 +0100
From: "Kurejwowski, Eitan" <eitan.kurejwowski@xxxxxxx>
Subject: [ui-best-practices-working-group] Question: What is the
standard resolution?
To: "ui-best-practices-working-group@xxxxxxxxxxx"
<ui-best-practices-working-group@xxxxxxxxxxx>
Message-ID:
<A89441DA9560624FA45E4937D78AAB07F9413054@xxxxxxxxxxxxxxxxxxxxxxxx>
Content-Type: text/plain; charset="us-ascii"

Hi guys,
I have a question, what is the standard resolution for Eclipse developers?

Thanks,
Eitan


------------------------------

Message: 2
Date: Tue, 19 Jan 2010 12:33:26 +0100
From: Markus Keller <markus_keller@xxxxxxxxxx>
Subject: Re: [ui-best-practices-working-group] Question: What is the
standard resolution?
To: User Interface Architecture Working Group
<ui-best-practices-working-group@xxxxxxxxxxx>
Message-ID:
<OF0F1E45E7.B42C9127-ONC12576B0.003F6814-C12576B0.003F7CBD@xxxxxxxxxx>
Content-Type: text/plain; charset="US-ASCII"

> I have a question, what is the standard resolution for Eclipse
developers?

I don't think there's an "official" standard resolution, but we should
always make sure that the IDE is useable with 1024x768, which is the
default initial size of the workbench window, see
org.eclipse.ui.internal.WorkbenchWindowConfigurer.initialSize.

It's been like this since 2004, see
http://dev.eclipse.org/mhonarc/lists/platform-ui-dev/msg01814.html

Markus



------------------------------

_______________________________________________
ui-best-practices-working-group mailing list
ui-best-practices-working-group@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ui-best-practices-working-group


End of ui-best-practices-working-group Digest, Vol 38, Issue 5
**************************************************************
_______________________________________________
ui-best-practices-working-group mailing list
ui-best-practices-working-group@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ui-best-practices-working-group


GIF image

GIF image


Back to the top