Bug 11508 - [Dialogs] Multi-line error messages in the details view
Summary: [Dialogs] Multi-line error messages in the details view
Status: RESOLVED WORKSFORME
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: ---   Edit
Assignee: Kevin Haaland CLA
QA Contact:
URL:
Whiteboard:
Keywords: investigate
Depends on:
Blocks:
 
Reported: 2002-03-16 14:16 EST by John Arthorne CLA
Modified: 2002-08-26 13:08 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 John Arthorne CLA 2002-03-16 14:16:11 EST
Build 20020312

I'm working on some code that creates an exception with a long error message.  I 
can't find a way to split the message over multiple lines when it appears in the 
details area.  If I use \n, it appears as a box, indicating an unprintable 
character.  In other contexts, such as dialog content areas and wizard pages, \n 
correctly splits the line.

If there is currently a way to accomplish this, please advise.  Ideally, I would 
just write the message on a single line, and the details box would take care of 
wrapping where appropriate.
Comment 1 Kevin Haaland CLA 2002-05-01 18:11:27 EDT
Please reopen this defect if you require changes for 2.0
Comment 2 Randy Giffen CLA 2002-08-09 15:58:14 EDT
Reopen to investigate
Comment 3 Tod Creasey CLA 2002-08-26 13:08:29 EDT
You can get multiple lines br creating a multi status - each line in the 
dialog is a singlestaus line.