Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » RCP JFace app sinking status bar
RCP JFace app sinking status bar [message #443550] Tue, 28 September 2004 01:13 Go to next message
Michael Brown is currently offline Michael BrownFriend
Messages: 20
Registered: July 2009
Junior Member
What do I need to do to make that status bar on my RCP JFace (not
view/perspective/etc) app's main window appear sunken instead of flat? I'm
using a FormLayout regime.

Is this an effect of using RCP or FormLayout instead of some other layout
type? I've seen sample applets that do the same as I do wrt the status bar
and they've got sunken status bars, but they're not RCP and don't use
FormLayout.

Thanks....

Mike
Re: RCP JFace app sinking status bar [message #443703 is a reply to message #443550] Wed, 29 September 2004 14:14 Go to previous message
Douglas Pollock is currently offline Douglas PollockFriend
Messages: 84
Registered: July 2009
Member
Michael Brown wrote:
> What do I need to do to make that status bar on my RCP JFace (not
> view/perspective/etc) app's main window appear sunken instead of flat? I'm
> using a FormLayout regime.

I'm not sure if this helps, but there is a
StatusLineManager.createControl(parent,style) method. With it, you can
pass style bits to the composite that is created.



d.
Previous Topic:Return code of window.open()
Next Topic:OLE Datepicker control
Goto Forum:
  


Current Time: Fri Apr 26 07:34:15 GMT 2024

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

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

Back to the top