Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » WizardPage
WizardPage [message #82236] Fri, 04 March 2005 19:48 Go to next message
Eclipse UserFriend
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 #82252 is a reply to message #82236] Fri, 04 March 2005 22:50 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: myersj.nospam.gmail.com

CL [dnoyeb] Gilbert wrote:
> 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

CL,

You're correctly using the VE to develop wizards this way. The latest
release does not parse JFace's code patterns, but improved support
JFace/RCP uses is in the plan for upcoming releases:
http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E /vep-home/WebContent/docs/current-plan/vep-plan-1.1.html

Hope this helps,
- Jeff
Re: WizardPage [message #83466 is a reply to message #82252] Mon, 14 March 2005 17:41 Go to previous message
Gili Mendel is currently offline Gili MendelFriend
Messages: 338
Registered: July 2009
Senior Member
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 #605679 is a reply to message #82236] Fri, 04 March 2005 22:50 Go to previous message
Jeff Myers is currently offline Jeff MyersFriend
Messages: 396
Registered: July 2009
Senior Member
CL [dnoyeb] Gilbert wrote:
> 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

CL,

You're correctly using the VE to develop wizards this way. The latest
release does not parse JFace's code patterns, but improved support
JFace/RCP uses is in the plan for upcoming releases:
http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E /vep-home/WebContent/docs/current-plan/vep-plan-1.1.html

Hope this helps,
- Jeff
Re: WizardPage [message #605856 is a reply to message #82252] Mon, 14 March 2005 17:41 Go to previous message
Gili Mendel is currently offline Gili MendelFriend
Messages: 338
Registered: July 2009
Senior Member
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
Previous Topic:question on adding Widgets to VE
Next Topic:frustrated
Goto Forum:
  


Current Time: Fri Apr 19 14:38:09 GMT 2024

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

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

Back to the top