Bug 22607 - [Wizards] Wizards do not show icon for error, warning when setMessage(String, IMessageProvider.type) is called
Summary: [Wizards] Wizards do not show icon for error, warning when setMessage(String,...
Status: CLOSED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0.1   Edit
Assignee: Nick Edgar CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-20 19:24 EDT by Raj Mandayam CLA
Modified: 2007-06-06 13:41 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Raj Mandayam CLA 2002-08-20 19:24:35 EDT
Some of our wizards do not use the older way of setting error messages that is 
setErrorMessage(String)

instead they use the new form of api that is

setMessage(String,int type)
where type is IMessageProvider.ERROR, WARNING NONE INFO etc

But recently it was noticed when this method is called
with IMessageProvider.ERROR or IMessagePRovider.WARNING, the icon  for
error or warning was not displayed, only the message was displayed.


Is this a defect or is as designed, If its a feature then please let us know 
the way to set a warning , information or error message in the wizard.

Infact this happens even in the warning message of the OTI Java class wizard.
Comment 1 Tod Creasey CLA 2002-08-23 11:16:11 EDT
Fixed in build > 20020823
Comment 2 Raj Mandayam CLA 2007-06-06 13:41:19 EDT
 closed