Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » How do I disable JobErrorDialog Details button if the message is the same as detailed?
How do I disable JobErrorDialog Details button if the message is the same as detailed? [message #1062283] Fri, 07 June 2013 02:00
Solomon Hsu is currently offline Solomon HsuFriend
Messages: 2
Registered: June 2013
Junior Member
Consider this example:

Job job = new Job("Execute job") {

	protected IStatus run(IProgressMonitor monitor) {
		return new Status(IStatus.ERROR, PlatformUI.PLUGIN_ID, IStatus.OK, "Error!", null);
	}

};
job.schedule();


index.php/fa/15176/0/

Detail message ("Error!") is the same as above.
How can I disable Details button?

Thanks!
Previous Topic:Help me downloading a correct deltapack
Next Topic:Urgent Help needed regarding CSS mechanism in rcp application
Goto Forum:
  


Current Time: Tue Mar 19 02:00:19 GMT 2024

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

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

Back to the top