Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Wizards using FormToolkit widgets
Wizards using FormToolkit widgets [message #78471] Sun, 16 March 2008 21:26 Go to next message
Paul Norrie is currently offline Paul NorrieFriend
Messages: 51
Registered: July 2009
Member
Hi guys

I notice the widgets in the Wizard use the widget.background colour while
the Wizard controls area doesn't use the shell.background colour like
views and editors.

If the widgets are created using the FormToolkit, e.g.
toolkit.createLabel(parent, "Label") the background colours are the same.

Am I correct in suspecting, one should use widgets created using the
FormToolkit for Wizards?
Re: Wizards using FormToolkit widgets [message #78896 is a reply to message #78471] Sun, 23 March 2008 14:37 Go to previous message
Benjamin Muskalla is currently offline Benjamin MuskallaFriend
Messages: 237
Registered: July 2009
Senior Member
Hi Paul,

the wrong background color of the wizard is easily explained. While
moving to new JFace in RAP we didn't had the color constants available
and just hard coded the values. This should be fixed soon. Take a look
at the following bug to track progress:

214879: Wrong backgound color in TitleAreaDialog
https://bugs.eclipse.org/bugs/show_bug.cgi?id=214879

Greets
Benny

Paul Norrie wrote:
> Hi guys
>
> I notice the widgets in the Wizard use the widget.background colour
> while the Wizard controls area doesn't use the shell.background colour
> like views and editors.
>
> If the widgets are created using the FormToolkit, e.g.
> toolkit.createLabel(parent, "Label") the background colours are the same.
>
> Am I correct in suspecting, one should use widgets created using the
> FormToolkit for Wizards?
>
Previous Topic:Table - dynamic scroll bars
Next Topic:RAP Workbench Demo Source ?
Goto Forum:
  


Current Time: Fri Apr 19 12:07:17 GMT 2024

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

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

Back to the top