Bug 28642 - [Dialogs] Error missing if Image is too small in WizardNewFileCreationPage
Summary: [Dialogs] Error missing if Image is too small in WizardNewFileCreationPage
Status: RESOLVED DUPLICATE of bug 38072
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0.2   Edit
Hardware: PC Windows NT
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: Tod Creasey CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-18 14:25 EST by cmahoney CLA
Modified: 2003-05-29 08:53 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 cmahoney CLA 2002-12-18 14:25:00 EST
I am subclassing from WizardNewFileCreationPage.  When an error occurs (e.g. 
filename already exists error), the error text at the top of the wizard is not 
appear, although the error icon (red x) does appear.  

I am initializing the image in the top right corner of the wizard with 
setImageDescriptor.  The image I have is 16x16 pixels.  If I comment out the 
setImageDescriptor or use an image twice as big, the error text appears fine.  
It looks like the size the area located to the error text is dependent on the 
image size.
Comment 1 Tod Creasey CLA 2003-05-29 08:53:28 EDT
Marking as a duplicate of 38072 as they both appear to be as a result of the 
use of a non standard gif size.

*** This bug has been marked as a duplicate of 38072 ***