[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Layouts and Screen Resolutions
|
- From: Andy Yang <ayang_ml3@xxxxxxxxx>
- Date: Thu, 10 Jul 2003 13:15:53 -0400
- Newsgroups: eclipse.platform.swt
- Organization: EclipseCorner
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624
Hi there,
What is the general approach towards constructing a layout that will
appropriately size widgets to the current screen resolution?
I will design a dialog (using GridLayout and RowLayout) that looks fine
in a higher resolution like 1600 x 1200 (amazingly avoiding blindness
while doing so) but the composites overlap and truncate each other when
viewed in 800 x 600.
Any guidance would be appreciated.
Thanks!
Andy