Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Description in WizardPage
Description in WizardPage [message #459913] Fri, 08 December 2006 11:40 Go to next message
Eclipse UserFriend
Originally posted by: florianwendland.freenet.de

Hello all,

a found a strange behaviuor while implementing wizards.
I've defined a WizardPage with this constructor and everything is fine:

public ClientRootPage(ISelection selection) {
super("");
setDescription("Description");
this.selection = selection;
}

By setting a ImageDescriptor, the description text disappears.

Is this a bug?

Thx
Re: Description in WizardPage [message #459998 is a reply to message #459913] Sun, 10 December 2006 22:58 Go to previous message
Eclipse UserFriend
Right -- it is recorded as a bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=163550

Scroll all the way down in that bug for the workaround.

HTH,
Paul
Previous Topic:any way to hook the EditorManager on app startup?
Next Topic:plugin editor
Goto Forum:
  


Current Time: Tue Mar 25 19:09:20 EDT 2025

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

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

Back to the top