[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: Verification of install

RacerNewbie wrote:

I do thing like this in my WorkbenchWindowAdvisor.preWindowOpen() method. I check for catastrophic errors at this point - lack of expected connected devices, database errors, etc, and if there are errors, issue an error dialog and then exit:

Thanks for your answer, I never thought of the WorkbenchWindowAdvisor. However, I don't think I can check for errors there because I need to have this check before I start a Spring applicationContext. That context is started inside the Activator so that it is available in the login splash. And if certain conditions aren't met, the context won't start.


So I thought that maybe I could do something like Eclipse: end the splash and then display a popup window...