Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JFace » how to add a status line to org.eclipse.jface.wizard
how to add a status line to org.eclipse.jface.wizard [message #507857] Thu, 14 January 2010 21:23 Go to next message
Lidder is currently offline LidderFriend
Messages: 46
Registered: July 2009
Member
I have some old code that uses java.wizard class. I want to show a status message at the bottom of the dialog if the user enters something wrong in the wizard. Is this possible? I know it is possible in statusDialog. I am currently disabling the finish button so that the user cannot finish unless the information is valid. I guess one option is to add the status to the current wizard page as I have control over that. Is there a way to provide a wizard status and the update it on the page level.

Thanks,
a Tyro user.
Re: how to add a status line to org.eclipse.jface.wizard [message #508035 is a reply to message #507857] Fri, 15 January 2010 10:46 Go to previous message
Brian de Alwis is currently offline Brian de AlwisFriend
Messages: 242
Registered: July 2009
Senior Member
Hello Upkar.

Take a look at org.eclipse.jface.wizard.WizardPage.setErrorMessage(String).

Brian.

Upkar Lidder wrote:
> I have some old code that uses java.wizard class. I want to show a status
message at the bottom of the dialog if the user enters something wrong in the
wizard. Is this possible? I know it is possible in statusDialog. I am
currently disabling the finish button so that the user cannot finish unless
the information is valid. I guess one option is to add the status to the
current wizard page as I have control over that. Is there a way to provide a
wizard status and the update it on the page level.
>
> Thanks,
> a Tyro user.
Previous Topic:Programmatically setting EDITOR_CURRENT_LINE_COLOR preference
Next Topic:Listen to selection changes in properties view
Goto Forum:
  


Current Time: Thu Apr 25 12:33:52 GMT 2024

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

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

Back to the top