Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » How to set a warning message on WizardPage
How to set a warning message on WizardPage [message #604781] Wed, 24 February 2010 11:38
Mallikarjun  is currently offline Mallikarjun Friend
Messages: 21
Registered: February 2010
Junior Member
Hello,

I want to set a warning message on Wizard page, like we set for error message using setErrorMessage(String).

I have tried the following options to set warning message, but behaviour is same as error message.

setMessage(String,WizardPage.WARNING);
setMessage(String, IMessageProvider.WARNING);
setMessage(String, 2); // 2 is the constant for warning

Is there any other approach to set warning message?

Thank you,
Mallikarjun.
Previous Topic:How to set a warning message on WizardPage
Next Topic:Feature-based self-hosting
Goto Forum:
  


Current Time: Tue Apr 23 16:29:37 GMT 2024

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

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

Back to the top