Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Gridlayout
Gridlayout [message #462841] Thu, 20 October 2005 10:47 Go to next message
Eclipse UserFriend
Originally posted by: davidyoung_2001.yahoo.co.uk

Can anyone recommend some reading matter on GridLayOut - I'm trying to
build an e-mail application and I either get the SashForm structure to the
right of the toolbar or I get it in the right place but it's a fraction of
the size I want.

I know I'm doing something basic wrong but the Java Doc doesn't help me
Re: Gridlayout [message #462842 is a reply to message #462841] Thu, 20 October 2005 11:06 Go to previous messageGo to next message
No real name is currently offline No real nameFriend
Messages: 97
Registered: July 2009
Member
"david young" <davidyoung_2001@yahoo.co.uk> wrote in message
news:f20a0e5222ab045261ab927a2b3441bd$1@www.eclipse.org...
> Can anyone recommend some reading matter on GridLayOut - I'm trying to
> build an e-mail application and I either get the SashForm structure to the
> right of the toolbar or I get it in the right place but it's a fraction of
> the size I want.

Use FormLayout!
Re: Gridlayout [message #462846 is a reply to message #462841] Thu, 20 October 2005 12:43 Go to previous messageGo to next message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
see
http://eclipse.org/articles/Understanding%20Layouts/Understa nding%20Layouts.htm

"david young" <davidyoung_2001@yahoo.co.uk> wrote in message
news:f20a0e5222ab045261ab927a2b3441bd$1@www.eclipse.org...
> Can anyone recommend some reading matter on GridLayOut - I'm trying to
> build an e-mail application and I either get the SashForm structure to the
> right of the toolbar or I get it in the right place but it's a fraction of
> the size I want.
>
> I know I'm doing something basic wrong but the Java Doc doesn't help me
>
Re: Gridlayout [message #462907 is a reply to message #462841] Thu, 20 October 2005 22:05 Go to previous message
Eclipse UserFriend
Originally posted by: friederich.kupzog.de

Hi,

for a email client like sash form arrangement you could use a FillLayout
for the shell, add a vertical sash to it, and put a tree and another
(horizontal) sash into that sash. That should do the job.

Hope that helped,
Friederich



david young wrote:
> Can anyone recommend some reading matter on GridLayOut - I'm trying to
> build an e-mail application and I either get the SashForm structure to
> the right of the toolbar or I get it in the right place but it's a
> fraction of the size I want.
>
> I know I'm doing something basic wrong but the Java Doc doesn't help me
>


--
Friederich Kupzog
Elektronik & Software
Neusser Str. 5-7
50670 Köln
Tel 0241 160696-1
Fax 0221 726670
www.kupzog.de/fkmk
Previous Topic:Main composite & key press
Next Topic:Fields on a FlowLayout can't be updated
Goto Forum:
  


Current Time: Fri Apr 19 22:38:21 GMT 2024

Powered by FUDForum. Page generated in 0.02830 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top