Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » How to get Details button to show on ErrorDialog
How to get Details button to show on ErrorDialog [message #56189] Fri, 30 May 2003 10:56 Go to next message
Eclipse UserFriend
Originally posted by: mpjohn.us.ibm.com

The subject line pretty much says it all. I've tried several different
incantations and variations of Status objects to pass into the
ErrorDialog.openError() method -- none of which results in a Details button
on the dialog. Can anyone point me in the right direction.

Thanks!
Maynard
Re: How to get Details button to show on ErrorDialog [message #56245 is a reply to message #56189] Fri, 30 May 2003 12:43 Go to previous message
Eclipse UserFriend
I'm not absolutely sure, but I think that the IStatus parameter of
ErrorDialog.openError() is maybe incorrect.
Does it contain any childs?


IStatus myState = new MultiStatus(myPluginId, ERROR, IStatus[] myChildren,
myMessage, myThrowable);

ErrorDialog.openError(myParent, "MyDialog", "My dialog", myState);


Michael


"Maynard Johnson" <mpjohn@us.ibm.com> schrieb im Newsbeitrag
news:bb7ri2$tub$1@rogue.oti.com...
> The subject line pretty much says it all. I've tried several different
> incantations and variations of Status objects to pass into the
> ErrorDialog.openError() method -- none of which results in a Details
button
> on the dialog. Can anyone point me in the right direction.
>
> Thanks!
> Maynard
>
>
Previous Topic:New Wizard Problem
Next Topic:Default launches in common tab
Goto Forum:
  


Current Time: Wed May 07 19:11:19 EDT 2025

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

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

Back to the top