WizardPage [message #82236] |
Fri, 04 March 2005 14:48  |
Eclipse User |
|
|
|
Originally posted by: Lamont_Gilbert.rigidsoftware.com
Is there a way to use VE to create a wizard page? currently i have to
create my own composites and then create page wrappers for each
composite because VE does not seem to be able to create pages and edit them?
Thanks,
CL
|
|
|
|
Re: WizardPage [message #83466 is a reply to message #82252] |
Mon, 14 March 2005 12:41  |
Eclipse User |
|
|
|
Use VE to create a customed Composite (Create
VisualClass->SWT->Composite) ...e.g., MyComposite
in the createControl() method, add
MyComposite content = new MyComposite(parent, SWT.NONE);
return content
|
|
|
|
Re: WizardPage [message #605856 is a reply to message #82252] |
Mon, 14 March 2005 12:41  |
Eclipse User |
|
|
|
Use VE to create a customed Composite (Create
VisualClass->SWT->Composite) ...e.g., MyComposite
in the createControl() method, add
MyComposite content = new MyComposite(parent, SWT.NONE);
return content
|
|
|
Powered by
FUDForum. Page generated in 0.27041 seconds