|
Re: EWL - Calling a wizard from a wizard [message #16365 is a reply to message #16351] |
Wed, 29 April 2009 06:21  |
Eclipse User |
|
|
|
Louis, Lishan,
No. If wizard A needs to "call" wizard B then a workaround like the
following can be used:
wizard A {
do {
...
b();
}
}
wizard B {
do {
b();
}
}
operation b() {
...
}
It wouldn't - most probably - be much work to actually allow wizards to
call each so please feel free to file an enhancement request in the
bugzilla.
Cheers,
Dimitris
Louis Rose wrote:
> A question from Lishan below...
>
> -------- Original Message --------
> Subject: wizards
> Date: Wed, 29 Apr 2009 10:47:35 +0100
> From: Lishan Simone Harbird <lishan@cs.york.ac.uk>
> To: Louis Rose <louis@cs.york.ac.uk>
>
> Louis,
>
> Is there a way with wizards to call a wizard from another wizard ?
>
>
> Lishan
|
|
|
Re: EWL - Calling a wizard from a wizard [message #567237 is a reply to message #16351] |
Wed, 29 April 2009 06:21  |
Eclipse User |
|
|
|
Louis, Lishan,
No. If wizard A needs to "call" wizard B then a workaround like the
following can be used:
wizard A {
do {
...
b();
}
}
wizard B {
do {
b();
}
}
operation b() {
...
}
It wouldn't - most probably - be much work to actually allow wizards to
call each so please feel free to file an enhancement request in the
bugzilla.
Cheers,
Dimitris
Louis Rose wrote:
> A question from Lishan below...
>
> -------- Original Message --------
> Subject: wizards
> Date: Wed, 29 Apr 2009 10:47:35 +0100
> From: Lishan Simone Harbird <lishan@cs.york.ac.uk>
> To: Louis Rose <louis@cs.york.ac.uk>
>
> Louis,
>
> Is there a way with wizards to call a wizard from another wizard ?
>
>
> Lishan
|
|
|
Powered by
FUDForum. Page generated in 0.05439 seconds