Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Status handling, Details message
Status handling, Details message [message #505329] Tue, 29 December 2009 10:57
Artur Kronenberg is currently offline Artur KronenbergFriend
Messages: 159
Registered: August 2009
Senior Member
Hi,

I am using the Eclipse StatusManager to handle my errors/information to the user. So I am creating Statuses according to the information, and using the eclipse StatusManager to display it, e.g. like that:

IStatus status = new Status(IStatus.ERROR, "pluginid", "File not found", fileNotFoundException);
StatusManager.getManager().handle(status, StatusManager.SHOW);


Now this pops up the standart StatusDialog and displays my message in the normal area and in the details area.

My question:
How can I put a details message into my status, so when the user hits details, he gets a better overview of what was wrong.

I read a couple of articles and apparently it is possible, but looking at the IStatus API and the StatusManager api didnt really help me.

Best regards,
Artur
Previous Topic:Re: Workspaces, Eclipse Versions, and Plugins
Next Topic:Status handling, Details message
Goto Forum:
  


Current Time: Thu Mar 28 19:44:42 GMT 2024

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

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

Back to the top