Skip to main content



      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] Thu, 06 June 2013 22:00
Eclipse UserFriend
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: Thu Jun 19 22:44:06 EDT 2025

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

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

Back to the top