Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] Wizard click of Next button

Hi Leen,

 The problem is it will be called multiple times.
 I want the action of "Next Button Click"

 or else is there any init() method in the wizardPage when
 the actual wizard page is shown ?

Thanks for your help,
Rama

Leen Toelen <toelen@xxxxxxxxx> wrote:
Hi,

when the user clicks next, finish or enters the wizard, the
setVisible(true/false) gets called on the leaving and entering page.

Regards,
Leen

On 8/27/07, Rama Krishna wrote:
> Hi,
>
> I have a eclipse wizard with 2 pages. I want to know how to code the "On
> Next" click event?
>
> Based on when the user click Next button i want to put the data on a table
> in 2nd page.
>
> Thanks,
> Rama
>
> _______________________________________________
> pde-dev mailing list
> pde-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/pde-dev
>
>
_______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-dev


Back to the top