[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: Basic wizard question

You should ask this on the eclipse.platform.rcp newsgroup since that is
where jface lives.

"Daniel Wu" <danielyien@xxxxxxxxxxxx> wrote in message
news:f4c471c22a0d0fae1c2ad47ad33ca7a7$1@xxxxxxxxxxxxxxxxxx
> Hi everyone,
>
> how can I pass information from one wizard page to another one? I have
> a page with a combo and the next page needs to know the combo's selected
> option
> to refresh some information. I expected that the method createControl
> would be
> called again when the previous page's next button was pushed, but it
> didn't happen.
>
> Any hints?
>
> Daniel Wu
>