wx.Wizard : Passing values between wizard pages

Hi !

Does anybody knows how to pass parameters between wizard pages. I am using the Dynamic wizard demo code and I don't find how to use values from a previous page.

Thx,

Bertrand

What exactly do you mean by "pass parameters between wizard pages"?

I find that it is very useful to give the pages access to the wizard
instance. I store most of the data the wizard deals with in the wizard
instance, and then all of the pages can access any of the data.

- Tal

···

On 10/16/07, M. Adv <mailings@advantages.fr> wrote:

Does anybody knows how to pass parameters between wizard pages. I am
using the Dynamic wizard demo code and I don't find how to use values
from a previous page.

M. Adv wrote:

Hi !

Does anybody knows how to pass parameters between wizard pages. I am using the Dynamic wizard demo code and I don't find how to use values from a previous page.

Give yourself a way to access the values and then use it. No magic wand needed. For example, your wizard class surely knows about all the pages, so you can give it methods that the code in the pages can call to get what they need.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!