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

On 2007.08.27 14:54:58 -0700, Rama Krishna wrote:
>  or else is there any init() method in the wizardPage when
>  the actual wizard page is shown ?

Well there is createControl()...  You can request a particular page
from a wizard using IWizard.getPage(name), which searches for the
page by the page's name.

Brian.

-- 
  Brian de Alwis | Software Practices Lab | UBC | http://www.cs.ubc.ca/~bsd/
      "Amusement to an observing mind is study." - Benjamin Disraeli


Back to the top