Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] Error in creating WizardPage!

Hi All,

 

I have a class which adds page to a wizard by instantiating

    WizardNewProjectCreationPage().

    When I add this page to the wizard it throws an error. This is an inbuilt

    class.

    If I try to add another page written using extending WizardPage then it

    works fine.

    My issue is I want to use the eclipse provided WizardNewProjectCreationPage

    Class.

    Any help on this asap

    Thanks

    Vidya

 


Back to the top