Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "COSMOS Design 228269"

(Purpose)
(Design)
Line 54: Line 54:
  
 
=Design=
 
=Design=
 +
 +
* An Icon should be defined for the dialog that appears in the top left of the dialog, to the left of the dialog title
 +
* There should be a cancel icon that appears in the top right of the dialog that destroys the widget
 +
* OK Buttons, Cancel Buttons should appear at the bottom of the dialog.
 +
* Buttons displayed at the bottom of the dialog should all be grouped together and centralized.
 +
* Buttons should all have a few characters space to the left and right of the text of the button, you should not for example have a button with "OK" on it, and a button that has "Submit XML", where the buttons are the same size, as the OK button would have a lot of white space to either side if the text.

Revision as of 10:52, 6 June 2008

Change History

Name: Date: Revised Sections:
Martin Simmonds 06/06/2008
  • Initial version

Workload Estimation

Rough workload estimate in person weeks
Process Sizing Names of people doing the work
Design 0.2 Martin Simmonds
Code 1
Test 0.5
Documentation 0.5
Build and infrastructure 0.0
Code review, etc.*
TOTAL 2.2

'* - includes other committer work (e.g. check-in, contribution tracking)

Purpose

To establish a design for the way a standard COSMOS UI Dialog should be defined.

Design

  • An Icon should be defined for the dialog that appears in the top left of the dialog, to the left of the dialog title
  • There should be a cancel icon that appears in the top right of the dialog that destroys the widget
  • OK Buttons, Cancel Buttons should appear at the bottom of the dialog.
  • Buttons displayed at the bottom of the dialog should all be grouped together and centralized.
  • Buttons should all have a few characters space to the left and right of the text of the button, you should not for example have a button with "OK" on it, and a button that has "Submit XML", where the buttons are the same size, as the OK button would have a lot of white space to either side if the text.

Back to the top