Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » StatusManager.getManager().handle() does not show dialog
StatusManager.getManager().handle() does not show dialog [message #1042316] Tue, 16 April 2013 05:07
Eclipse UserFriend
Hello all,

I implemented an own status and want to use it whith the StatusManager. For this reason I do call:

StatusManager.getManager().handle(new MyStatus(IStatus.ERROR, MyStatus.CANNOT_FIND_PLUGIN, "Cannot find plugin: " + id, new Exception("Cannot find plugin: " + id), Activator.PLUGIN_ID), StatusManager.BLOCK | StatusManager.LOG)


The error gets logged in the error log but does not get shown in a dialog. Do I miss something here?

Thanks,

Ralph
Previous Topic:Forcing p2 update
Next Topic:Overriding key bindings for editing text
Goto Forum:
  


Current Time: Sun Jun 15 05:51:45 EDT 2025

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

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

Back to the top