Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » [forms] Any way to make the sash divider visible in a MasterDetailsBlocl?
[forms] Any way to make the sash divider visible in a MasterDetailsBlocl? [message #318712] Thu, 02 August 2007 16:53 Go to next message
Eclipse UserFriend
Originally posted by: eclipse5.rizzoweb.com

Every time I show a user or UI designer a MasterDetailsBlock they are
completely surprised when I demonstrate the ability to resize the two
sides by dragging the sash divider.
Why is it invisible? I guess this is partly an SWT question, but at
least in raw SWT I can create a SashForm with the BORDER style -
MasterDetailsBlock does not provide a hook for creating the SashForm, so
I'm stuck with the one it gives me. Is there any way to make it visiible
other than setting a background color on it (which makes it sort-of
appear as the background color)?

Thanks in advance,
Eric
Re: [forms] Any way to make the sash divider visible in a MasterDetailsBlocl? [message #318715 is a reply to message #318712] Thu, 02 August 2007 18:16 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: zx.us.ibm.com

You may try the eclipse ua newsgroup too for this question since Forms
is part of UA.

Cheers,

~ Chris
Re: [forms] Any way to make the sash divider visible in a MasterDetailsBlocl? [message #318736 is a reply to message #318712] Fri, 03 August 2007 06:59 Go to previous messageGo to next message
Eclipse UserFriend
sashForm.setBackground(sashForm.getDisplay().getSystemColor( SWT.COLOR_GRAY));

Not very beautiful but handy :)

Regards
Alex
Re: [forms] Any way to make the sash divider visible in a MasterDetailsBlocl? [message #318747 is a reply to message #318712] Fri, 03 August 2007 11:02 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse5.rizzoweb.com

Cross-posting this to the UA group.

Eric Rizzo wrote:
> Every time I show a user or UI designer a MasterDetailsBlock they are
> completely surprised when I demonstrate the ability to resize the two
> sides by dragging the sash divider.
> Why is it invisible? I guess this is partly an SWT question, but at
> least in raw SWT I can create a SashForm with the BORDER style -
> MasterDetailsBlock does not provide a hook for creating the SashForm, so
> I'm stuck with the one it gives me. Is there any way to make it visiible
> other than setting a background color on it (which makes it sort-of
> appear as the background color)?
>
> Thanks in advance,
> Eric
Previous Topic:OS X - Find Dialog Forgets Settings
Next Topic:Overlay image on named folder?
Goto Forum:
  


Current Time: Thu Jul 17 19:14:21 EDT 2025

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

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

Back to the top