Skip to main content



      Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Wizards using FormToolkit widgets
Wizards using FormToolkit widgets [message #78471] Sun, 16 March 2008 17:26 Go to next message
Eclipse UserFriend
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 10:37 Go to previous message
Eclipse UserFriend
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: Tue Jul 22 08:30:37 EDT 2025

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

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

Back to the top