Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » OK messages in Error Log lose their icon on restart (and get falsely branded as Errors)
OK messages in Error Log lose their icon on restart (and get falsely branded as Errors) [message #453544] Tue, 01 August 2006 20:58
Keith Harrison-Broninski is currently offline Keith Harrison-BroninskiFriend
Messages: 33
Registered: July 2009
Member
My RCP app creates messages in the Error Log using MultiStatus objects,
with status set to one of:

- IStatus.ERROR
- IStatus.WARNING
- IStatus.INFO
- IStatus.OK

The first 3 of these work fine.

But messages with IStatus.OK behave strangely. They look fine on first
creation - but after restarting the RCP app, any OK messages created in
the last session have the wrong icon. It looks a bit like the ERROR
icon, but smaller, with no surrounding circle.

Further, if you double-click on the message, the dialog box incorrectly
states that the message is an Error.

However, all sub-messages in an OK message retain the OK icon. So the
icon is still in scope. Also, any new OK messages created in the
current session are fine - until the next restart, when they too lose
their icon and get branded as an "Error".

Help! Anyone any idea what is happening?

Keith
Previous Topic:I need help with ActionBarAdvisor::fillCoolBar and saveState
Next Topic:Retaining the checked state of check box accross multiple view switches
Goto Forum:
  


Current Time: Thu Oct 03 17:22:45 GMT 2024

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

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

Back to the top