Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » JFace Wizards: setMessage does not work correctly in 3.2rc4
JFace Wizards: setMessage does not work correctly in 3.2rc4 [message #303985] Fri, 26 May 2006 23:13 Go to next message
Eclipse UserFriend
Originally posted by: dennisri.student.ethz.ch

Hi everyone,

Since I upgraded to eclipse 3.2 rc4 the setMessage(msg,style) method on
the jface wizardpage class doesn't seem to work correctly anymore for me.
Eg. when I call setMessage("Burk", IMessageProvider.INFORMATION); in my
wizardpage subclass, the icon (the little blue "i" symbol with a circle
around) is displayed in the title bar (header) of the
wizardpage but the text is missing. If I use setErrorMessage("burk")
everything works fine (icon & text displayed correctly).

Does anyone have a clue where this strange behaviour comes from or do you
need additional information?

thx alot for your help,
Dennis
Re: JFace Wizards: setMessage does not work correctly in 3.2rc4 [message #303987 is a reply to message #303985] Sat, 27 May 2006 00:33 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dennis.rietmann.solnet.ch

update:
I just tried eclipse 3.2rc6 - but the same problem occured to me ;-/
Even though there was a bugfix which targeted the same problem: 33198:
[Wizards] Error message in Wizard clipped - Why is it still happening to me?
Maybe a picture is helpful, you can find a screenshot showing the wizard
page with the corrupt message here: http://tinyurl.com/rfgm6.

- Dennis
Re: JFace Wizards: setMessage does not work correctly in 3.2rc4 [message #304006 is a reply to message #303985] Sun, 28 May 2006 17:35 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dennis.rietmann.solnet.ch

It seems that the setImageDescriptor(ImageDescriptor image) method on
WizardPage is causing this problem. Without an image displayed (in the
title bar) the messages set with setMessage(...) appear correctly.
So the big question is: Is there a way to use both an image and messages?
Re: JFace Wizards: setMessage does not work correctly in 3.2rc4 [message #304137 is a reply to message #304006] Wed, 31 May 2006 19:07 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bokowski.ca.ibm.com

Hi Dennis,

Could you please file a bug against Platform/UI?

Thanks, Boris

"Dennis Rietmann" <dennis.rietmann@solnet.ch> wrote in message
news:e5cn0v$7ct$1@utils.eclipse.org...
> It seems that the setImageDescriptor(ImageDescriptor image) method on
> WizardPage is causing this problem. Without an image displayed (in the
> title bar) the messages set with setMessage(...) appear correctly.
> So the big question is: Is there a way to use both an image and messages?
Re: JFace Wizards: setMessage does not work correctly in 3.2rc4 [message #309714 is a reply to message #304137] Mon, 06 November 2006 16:06 Go to previous message
Paul E. Keyser is currently offline Paul E. KeyserFriend
Messages: 878
Registered: July 2009
Senior Member
Well, I found no bug, and I have the same problem (in "release" 3.2), so I entered:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=163550

Paul
Previous Topic:[DataBinding] ComboViewer with the new API?
Next Topic:Error in <projectSetImport>
Goto Forum:
  


Current Time: Wed Jul 17 20:30:08 GMT 2024

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

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

Back to the top