[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Wizard pages - turn page events sequence
|
- From: leonal@xxxxxxxxxx (Leona Lee)
- Date: 12 Sep 2001 21:24:42 GMT
- Newsgroups: eclipse.tools
- Organization: http://www.eclipse.org
- User-agent: NewsPortal 0.23
Hi, I am currently converting my old wizards (written using the alpha
version of eclipse) to the R09 codes base. My problem is when I turn
wizard page1 to page2, the page2 setVisible(true) is being executed first,
and then the page1 setVisible(false) method.
This is different from previous versions of the product, and it does not
seem like a logical implementation, I am wondering if this is the way the
setVisible methods will be implemented in the final R01 release, or am I
missing something here ?
Thanks ahead for your help.