[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: Enable the Finish buton
|
setPageComplete(true);
This method is found in the WizardPage class...
hope this helps.
Kamran
"sl" <jsk_lam@xxxxxxxxxxx> wrote in message
news:d57pq6$mj4$1@xxxxxxxxxxxxxxxxxxx
> Hi,
>
> I have a jface wizard dialog and would like the finish button to be
> enabled at alll pages. The user does not have to go through all the
> pages and can click on the Finish button at any page. For some
> reason, the Finish button is disabled, how can I enabled it?
>
> Thanks,
> sl
>
>