[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Subclipse-dev] Commit dialog sash form

From: Eugene Kuleshov <eu_at_javatx.org>
Date: 2006-01-21 23:19:57 CET

   I am begging you, please don't use block borders for groups of one
element. In this case all 3 groups actually belong to the same thing,
there is nothing to separate and the sash probably should at the top
edge of table or bottom edge of comment area.
   Those labels probably can be eliminated (see commit wizard in CVS
provider). Also please watch that all widgets are aligned to the same
edges (especially on the left and right side of the dialog).

   Eugene

Jörg Eichhorn wrote:
> It would also be nice to make it clear that the comment and resources
> list are separate. This could help the user to find the movable separator.
> In the attached screenshot i used the custom the SashFrom implementation
> from http://www.novocode.com/swt/LiveSashForm.java .
> This allows to set shadows in the child controls.
>
> The only difference to the patch in my previous mail is the usage of the
> LiveSashForm instead of the normal SashForm plus:
>
> sashForm.setChildBorder(cTop, SWT.SHADOW_ETCHED_IN);
> sashForm.setChildBorder(cBottom, SWT.SHADOW_ETCHED_IN);
>
> after adding the controls.
>
> This LiveSashForm is licensed under EPL 1.0 - so i think it is usable
> within Subclipse.
>
> Br,
> Jörg

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: dev-help@subclipse.tigris.org
Received on Sun Jan 22 04:31:22 2006

This is an archived mail posted to the Subclipse Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.