Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » JFace Wizard question...
JFace Wizard question... [message #467807] Tue, 07 February 2006 07:23 Go to next message
Eclipse UserFriend
Originally posted by: dbrock.mw2consulting.com

I am attempting to create a multi-page eclipse wizard. Each page dictates
the content of the next page. My problem is when I try and create my last
page. That page is a series of labels and text entry boxes. The labels, and
number for those boxes, however, are dynamic and are determined by the next
to last page. The question is how do I dynamically create these fields. I've
tried creating the labels/text entry widgets in the setVisible method, but
the widgets are not created when the page is visible. Any ideas on how I can
do this?

Thanks,

-David-
Re: JFace Wizard question... [message #467817 is a reply to message #467807] Tue, 07 February 2006 10:57 Go to previous message
Eclipse UserFriend
Originally posted by: avier5.gmail.com

In a wizardPage class you have the method getNextPage.
Build/Update the next/last page in this method.
Previous Topic:How to disable table popup text field on Linux/GTK?
Next Topic:TableViewer Refresh
Goto Forum:
  


Current Time: Wed Apr 24 15:42:43 GMT 2024

Powered by FUDForum. Page generated in 0.03061 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top