Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 09:07
Ralph Gerbig is currently offline Ralph GerbigFriend
Messages: 702
Registered: November 2009
Senior Member
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: Tue Mar 19 11:26:55 GMT 2024

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

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

Back to the top